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

Side by Side Diff: gpu/GLES2/gl2chromium_constants.h

Issue 11973003: Move code around to fix build with system mesa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « gpu/GL/glextchromium.h ('k') | gpu/command_buffer/client/gles2_c_lib.cc » ('j') | 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 (c) 2013 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 // This file contains some GLES2 constants. There is a Chromium-specific need
6 // to have them in a separate file.
7
8 #ifndef GPU_GLES2_GL2CHROMIUM_CONSTANTS_H_
9 #define GPU_GLES2_GL2CHROMIUM_CONSTANTS_H_
10
11 #ifndef GL_DEPTH24_STENCIL8
12 #define GL_DEPTH24_STENCIL8 0x88F0
13 #endif
14
15 /* GL_EXT_discard_framebuffer */
16 #ifndef GL_EXT_discard_framebuffer
17 #define GL_COLOR_EXT 0x1800
18 #define GL_DEPTH_EXT 0x1801
19 #define GL_STENCIL_EXT 0x1802
20 #endif
21
22 #endif // GPU_GLES2_GL2CHROMIUM_CONSTANTS_H_
23
OLDNEW
« no previous file with comments | « gpu/GL/glextchromium.h ('k') | gpu/command_buffer/client/gles2_c_lib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698