summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2012-03-11 09:52:02 -0700
committerPaul Berry <stereotype441@gmail.com>2012-03-23 13:36:35 -0700
commit6409a675112a31e26cae70d86989f7d098629576 (patch)
tree32465f48f1b5cf910ee487f2a1fd90f15348852e
parente9db1f02e00965f1b84d1ecd8127f45da7dc1bf0 (diff)
piglit-dispatch: Additions to OpenGL API spec files.
This patch adds enums for the following extensions to the OpenGL API spec files: - OES_compressed_paletted_texture: This extension defines 10 enums, which are required to compile the test "spec/OES_compressed_paletted_texture/invalid formats". These enums were already present in the OpenGL API spec files, but they were commented out (since they are part of GLES). - ATI_texture_compression_3dc: These enums are required to compile the test "spec/ARB_texture_compression/unknown formats". Reviewed-by: Chad Versace <chad.versace@linux.intel.com> v2: Remove NVX_gpu_memory_info enums
-rw-r--r--glapi/enumext.spec23
1 files changed, 13 insertions, 10 deletions
diff --git a/glapi/enumext.spec b/glapi/enumext.spec
index ead69831c..ae3c38163 100644
--- a/glapi/enumext.spec
+++ b/glapi/enumext.spec
@@ -6063,16 +6063,16 @@ ATI_vertex_attrib_array_object enum:
# Extension #294 - OpenGL ES only, not in glext.h
# OES_compressed_paletted_texture enum:
-# PALETTE4_RGB8_OES = 0x8B90
-# PALETTE4_RGBA8_OES = 0x8B91
-# PALETTE4_R5_G6_B5_OES = 0x8B92
-# PALETTE4_RGBA4_OES = 0x8B93
-# PALETTE4_RGB5_A1_OES = 0x8B94
-# PALETTE8_RGB8_OES = 0x8B95
-# PALETTE8_RGBA8_OES = 0x8B96
-# PALETTE8_R5_G6_B5_OES = 0x8B97
-# PALETTE8_RGBA4_OES = 0x8B98
-# PALETTE8_RGB5_A1_OES = 0x8B99
+ PALETTE4_RGB8_OES = 0x8B90
+ PALETTE4_RGBA8_OES = 0x8B91
+ PALETTE4_R5_G6_B5_OES = 0x8B92
+ PALETTE4_RGBA4_OES = 0x8B93
+ PALETTE4_RGB5_A1_OES = 0x8B94
+ PALETTE8_RGB8_OES = 0x8B95
+ PALETTE8_RGBA8_OES = 0x8B96
+ PALETTE8_R5_G6_B5_OES = 0x8B97
+ PALETTE8_RGBA4_OES = 0x8B98
+ PALETTE8_RGB5_A1_OES = 0x8B99
###############################################################################
@@ -7323,3 +7323,6 @@ AMD_stencil_operation_extended enum:
STENCIL_OP_VALUE_AMD = 0x874C
STENCIL_BACK_OP_VALUE_AMD = 0x874D
+# Extension #???
+ATI_texture_compression_3dc enum:
+ COMPRESSED_LUMINANCE_ALPHA_3DC_ATI = 0x8837