aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/glapi/ARB_copy_buffer.xml
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-03-07 13:28:57 +0000
committermarha <marha@users.sourceforge.net>2010-03-07 13:28:57 +0000
commit14b1cb8d5a27ec9716d3f790fce95f0469e35605 (patch)
tree6c94dc9f37b19b995bec603141442b1b93e8c9d2 /mesalib/src/mesa/glapi/ARB_copy_buffer.xml
parent93c85587c691f9b91e7c2d8bda50f453e0f6674d (diff)
downloadvcxsrv-14b1cb8d5a27ec9716d3f790fce95f0469e35605.tar.gz
vcxsrv-14b1cb8d5a27ec9716d3f790fce95f0469e35605.tar.bz2
vcxsrv-14b1cb8d5a27ec9716d3f790fce95f0469e35605.zip
Updated to Mesa 7.7
Diffstat (limited to 'mesalib/src/mesa/glapi/ARB_copy_buffer.xml')
-rw-r--r--mesalib/src/mesa/glapi/ARB_copy_buffer.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/mesalib/src/mesa/glapi/ARB_copy_buffer.xml b/mesalib/src/mesa/glapi/ARB_copy_buffer.xml
deleted file mode 100644
index 719816d81..000000000
--- a/mesalib/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>