mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
glapi: add ARB_texture_rgb10_a2ui support.
This just adds one enum. regenerate enums.c. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
ee7bc10391
commit
8c1037042f
3 changed files with 1182 additions and 1165 deletions
12
src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
Normal file
12
src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
||||
|
||||
<OpenGLAPI>
|
||||
|
||||
<category name="GL_ARB_texture_rgb10_a2ui" number="83">
|
||||
|
||||
<enum name="RGB10_A2UI" value = "0x906F"/>
|
||||
|
||||
</category>
|
||||
|
||||
</OpenGLAPI>
|
||||
|
|
@ -12424,4 +12424,6 @@
|
|||
|
||||
<xi:include href="ARB_vertex_type_2_10_10_10_rev.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
<xi:include href="ARB_texture_rgb10_a2ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
</OpenGLAPI>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue