summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-12-01 00:25:46 +0000
committerIan Romanick <idr@us.ibm.com>2004-12-01 00:25:46 +0000
commit9001d673094b884e91a65389699b104a715f8203 (patch)
tree9008fe0e9c589a309b004ab9a04538787da68ff3
parentfc43857cc936a7c6bd003f9c2136145cb8184f97 (diff)
Added enums for GL_OES_read_format.
-rw-r--r--src/mesa/glapi/gl_API.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index 47a47495fa..04cbdc1be2 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -9391,6 +9391,11 @@
</enum>
</category>
+<category name="GL_OES_read_format" number="295">
+ <enum name="IMPLEMENTATION_COLOR_READ_TYPE_OES" value="0x8B9A"/>
+ <enum name="IMPLEMENTATION_COLOR_READ_FORMAT_OES" value="0x8B9B"/>
+</category>
+
<category name="GL_EXT_depth_bounds_test" number="297">
<function name="DepthBoundsEXT" offset="699">
<param name="zmin" type="GLclampd"/>