summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/EXT_packed_depth_stencil.xml
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-02-22 22:27:48 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-02-24 02:11:30 +0200
commitf437a673777ca613ef4c1464fb9083e269f3928c (patch)
tree219b072610a75e770e1dc827ceec2ea18d5121c1 /src/mesa/glapi/EXT_packed_depth_stencil.xml
parent232f6e176192d112fbdf9bd7de2d0f36ee16a246 (diff)
glapi: mv code generation to subdir
This just moves files, code generation Makefile will be fixed in next commit for easier review.
Diffstat (limited to 'src/mesa/glapi/EXT_packed_depth_stencil.xml')
-rw-r--r--src/mesa/glapi/EXT_packed_depth_stencil.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mesa/glapi/EXT_packed_depth_stencil.xml b/src/mesa/glapi/EXT_packed_depth_stencil.xml
deleted file mode 100644
index 5be810302f..0000000000
--- a/src/mesa/glapi/EXT_packed_depth_stencil.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
-
-<OpenGLAPI>
-<category name="GL_EXT_packed_depth_stencil" number="312">
- <!-- These enums are shared with GL_NV_packed_depth_stencil. -->
- <enum name="DEPTH_STENCIL_EXT" value="0x84F9"/>
- <enum name="UNSIGNED_INT_24_8_EXT" value="0x84FA"/>
-
- <enum name="DEPTH24_STENCIL8_EXT" value="0x88F0"/>
-
- <enum name="TEXTURE_STENCIL_SIZE_EXT" count="1" value="0x88F1">
- <size name="GetTexLevelParameterfv" mode="get"/>
- <size name="GetTexLevelParameteriv" mode="get"/>
- </enum>
-</category>
-
-</OpenGLAPI>