summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/ARB_copy_buffer.xml
diff options
context:
space:
mode:
authorGeorge Sapountzis <[email protected]>2010-02-22 22:27:48 +0200
committerGeorge Sapountzis <[email protected]>2010-02-24 02:11:30 +0200
commitf437a673777ca613ef4c1464fb9083e269f3928c (patch)
tree219b072610a75e770e1dc827ceec2ea18d5121c1 /src/mesa/glapi/ARB_copy_buffer.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/ARB_copy_buffer.xml')
-rw-r--r--src/mesa/glapi/ARB_copy_buffer.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/mesa/glapi/ARB_copy_buffer.xml b/src/mesa/glapi/ARB_copy_buffer.xml
deleted file mode 100644
index 719816d817e..00000000000
--- a/src/mesa/glapi/ARB_copy_buffer.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
-
-<!-- Note: no GLX protocol info yet. -->
-
-
-<OpenGLAPI>
-
-<category name="GL_ARB_copy_buffer" number="59">
-
- <enum name="COPY_READ_BUFFER" value="0x8F36"/>
- <enum name="COPY_WRITE_BUFFER" value="0x8F37"/>
-
- <function name="CopyBufferSubData" offset="assign">
- <param name="readTarget" type="GLenum"/>
- <param name="writeTarget" type="GLenum"/>
- <param name="readOffset" type="GLintptr"/>
- <param name="writeOffset" type="GLintptr"/>
- <param name="size" type="GLsizeiptr"/>
- </function>
-
-</category>
-
-</OpenGLAPI>