summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/ARB_seamless_cube_map.xml
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-08-14 01:20:56 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-08-14 16:28:51 -0700
commit9d5bb3c6f820a5a99e1f55b2fd14d250761fcddc (patch)
tree1c4292e307c7e5de5366e7e7f2c6d0942dacec70 /src/mesa/glapi/ARB_seamless_cube_map.xml
parent970f76866617bc084847ce112c925b456d3deacc (diff)
Infrastructure for GL_ARB_seamless_cube_map
Diffstat (limited to 'src/mesa/glapi/ARB_seamless_cube_map.xml')
-rw-r--r--src/mesa/glapi/ARB_seamless_cube_map.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mesa/glapi/ARB_seamless_cube_map.xml b/src/mesa/glapi/ARB_seamless_cube_map.xml
new file mode 100644
index 0000000000..3cdc84d2b9
--- /dev/null
+++ b/src/mesa/glapi/ARB_seamless_cube_map.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
+
+<OpenGLAPI>
+
+<category name="GL_ARB_seamless_cubemap" number="65">
+ <enum name="TEXTURE_CUBE_MAP_SEAMLESS" count="1" value="0x88F4">
+ <size name="Get" mode="get"/>
+ </enum>
+</category>
+
+</OpenGLAPI>