mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
glapi: Add XML infrastructure for ARB_compressed_texture_pixel_storage
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
8f63559c93
commit
cef3f9b909
3 changed files with 25 additions and 1 deletions
21
src/mapi/glapi/gen/ARB_compressed_texture_pixel_storage.xml
Normal file
21
src/mapi/glapi/gen/ARB_compressed_texture_pixel_storage.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
||||
|
||||
<OpenGLAPI>
|
||||
|
||||
<category name="GL_ARB_compressed_texture_pixel_storage" number="110">
|
||||
|
||||
<enum name="UNPACK_COMPRESSED_BLOCK_WIDTH" value="0x9127"/>
|
||||
<enum name="UNPACK_COMPRESSED_BLOCK_HEIGHT" value="0x9128"/>
|
||||
<enum name="UNPACK_COMPRESSED_BLOCK_DEPTH" value="0x9129"/>
|
||||
<enum name="UNPACK_COMPRESSED_BLOCK_SIZE" value="0x912A"/>
|
||||
|
||||
<enum name="PACK_COMPRESSED_BLOCK_WIDTH" value="0x912B"/>
|
||||
<enum name="PACK_COMPRESSED_BLOCK_HEIGHT" value="0x912C"/>
|
||||
<enum name="PACK_COMPRESSED_BLOCK_DEPTH" value="0x912D"/>
|
||||
<enum name="PACK_COMPRESSED_BLOCK_SIZE" value="0x912E"/>
|
||||
|
||||
</category>
|
||||
|
||||
</OpenGLAPI>
|
||||
|
||||
|
|
@ -113,6 +113,7 @@ API_XML = \
|
|||
ARB_blend_func_extended.xml \
|
||||
ARB_clear_buffer_object.xml \
|
||||
ARB_color_buffer_float.xml \
|
||||
ARB_compressed_texture_pixel_storage.xml \
|
||||
ARB_compute_shader.xml \
|
||||
ARB_copy_buffer.xml \
|
||||
ARB_debug_output.xml \
|
||||
|
|
|
|||
|
|
@ -8276,7 +8276,9 @@
|
|||
</function>
|
||||
</category>
|
||||
|
||||
<!-- ARB extensions #110...#116 -->
|
||||
<xi:include href="ARB_compressed_texture_pixel_storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
<!-- ARB extensions #111...#116 -->
|
||||
|
||||
<xi:include href="ARB_internalformat_query.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue