[Piglit] [PATCH v2 06/13] piglit-dispatch: Additions to OpenGL API spec files.
Paul Berry
stereotype441 at gmail.com
Mon Mar 12 14:41:40 PDT 2012
This patch adds descriptions of the extensions
OES_compressed_paletted_texture, ATI_texture_compression_3dc, and
NVX_gpu_memory_info to the OpenGL API spec files. The extension
OES_compressed_paletted_texture was previously commented out (since it
is part of GLES), and the others weren't present at all.
---
glapi/enumext.spec | 31 +++++++++++++++++++++----------
1 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/glapi/enumext.spec b/glapi/enumext.spec
index ead6983..ed70c78 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,14 @@ 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
+
+# Extension #???
+NVX_gpu_memory_info enum:
+ GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 0x9047
+ GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 0x9048
+ GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX = 0x9049
+ GPU_MEMORY_INFO_EVICTION_COUNT_NVX = 0x904A
+ GPU_MEMORY_INFO_EVICTED_MEMORY_NVX = 0x904B
--
1.7.7.6
More information about the Piglit
mailing list