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

Side by Side Diff: third_party/khronos/GLES2/gl2ext.h

Issue 11782020: Refactor so chromium only GL extensions require gl2extchromium.h (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/command_buffer/tests/gl_texture_mailbox_unittests.cc ('k') | webkit/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef __gl2ext_h_ 1 #ifndef __gl2ext_h_
2 #define __gl2ext_h_ 2 #define __gl2ext_h_
3 3
4 /* $Revision: 19436 $ on $Date:: 2012-10-10 10:37:04 -0700 #$ */ 4 /* $Revision: 19436 $ on $Date:: 2012-10-10 10:37:04 -0700 #$ */
5 5
6 #include <GLES2/gl2chromium.h>
7
8 #ifdef __cplusplus 6 #ifdef __cplusplus
9 extern "C" { 7 extern "C" {
10 #endif 8 #endif
11 9
12 /* 10 /*
13 * This document is licensed under the SGI Free Software B License Version 11 * This document is licensed under the SGI Free Software B License Version
14 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . 12 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
15 */ 13 */
16 14
17 #ifndef GL_APIENTRYP 15 #ifndef GL_APIENTRYP
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 1800
1803 /* GL_VIV_shader_binary */ 1801 /* GL_VIV_shader_binary */
1804 #ifndef GL_VIV_shader_binary 1802 #ifndef GL_VIV_shader_binary
1805 #define GL_VIV_shader_binary 1 1803 #define GL_VIV_shader_binary 1
1806 #endif 1804 #endif
1807 1805
1808 #ifdef __cplusplus 1806 #ifdef __cplusplus
1809 } 1807 }
1810 #endif 1808 #endif
1811 1809
1812 #include <GLES2/gl2extchromium.h>
1813
1814 #endif /* __gl2ext_h_ */ 1810 #endif /* __gl2ext_h_ */
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_texture_mailbox_unittests.cc ('k') | webkit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698