From 9438b01d71983b665a9490fc5255712137f6c238 Mon Sep 17 00:00:00 2001 From: "gman@chromium.org" Date: Tue, 15 Jun 2010 22:55:05 +0000 Subject: 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 --- gpu/command_buffer/service/gl_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gpu/command_buffer/service/gl_utils.h') 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 -- cgit v1.1