Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Side by Side Diff: ui/gl/gl_workarounds.h

Issue 2934733002: Workaround for Intel 6xxx clear to 0/1 bug (Closed)
Patch Set: rebased, rename setGLWorkarounds to set_gl_workarounds Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gl/gl_gl_api_implementation.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_GL_GL_WORKAROUNDS_H_
6 #define UI_GL_GL_WORKAROUNDS_H_
7
8 namespace gl {
9
10 struct GLWorkarounds {
11 // glClearColor does not always work on Intel 6xxx Mac drivers. See
12 // crbug.com/710443.
13 bool clear_to_zero_or_one_broken = false;
14 };
15
16 } // namespace gl
17
18 #endif // UI_GL_GL_WORKAROUNDS_H_
OLDNEW
« no previous file with comments | « ui/gl/gl_gl_api_implementation.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698