diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 22:55:05 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 22:55:05 +0000 |
commit | 9438b01d71983b665a9490fc5255712137f6c238 (patch) | |
tree | f3b56482b064e294aad7fae1cae8bb949d56ed69 /gpu/command_buffer/service/gl_utils.h | |
parent | 5e1a06af1598eec1daea4689c93b719d9ea5200f (diff) | |
download | chromium_src-9438b01d71983b665a9490fc5255712137f6c238.zip chromium_src-9438b01d71983b665a9490fc5255712137f6c238.tar.gz chromium_src-9438b01d71983b665a9490fc5255712137f6c238.tar.bz2 |
Refactor validation code so it can be modified at runtime.
I'll move the DXT stuff out after this CL lands.
TEST=ran unit and conformance tests
BUG=44368
Review URL: http://codereview.chromium.org/2689006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/service/gl_utils.h')
-rw-r--r-- | gpu/command_buffer/service/gl_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/gl_utils.h b/gpu/command_buffer/service/gl_utils.h index 2e59179..daa1603 100644 --- a/gpu/command_buffer/service/gl_utils.h +++ b/gpu/command_buffer/service/gl_utils.h @@ -27,6 +27,7 @@ #define GL_SHADER_BINARY_FORMATS 0x8DF8 #define GL_NUM_SHADER_BINARY_FORMATS 0x8DF9 #define GL_SHADER_COMPILER 0x8DFA +#define GL_RGB565 0x8D62 #define GL_GLEXT_PROTOTYPES 1 |