Mesa (master): glapi: include ARB_copy_buffer.xml

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 3 03:35:47 UTC 2009


Module: Mesa
Branch: master
Commit: 68892872ef0e94b96ed1ff2bc41f17cfbbcf4a40
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=68892872ef0e94b96ed1ff2bc41f17cfbbcf4a40

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun  2 20:28:04 2009 -0600

glapi: include ARB_copy_buffer.xml

---

 src/mesa/glapi/Makefile   |    1 +
 src/mesa/glapi/gl_API.xml |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/glapi/Makefile b/src/mesa/glapi/Makefile
index f524167..a0c1f9a 100644
--- a/src/mesa/glapi/Makefile
+++ b/src/mesa/glapi/Makefile
@@ -47,6 +47,7 @@ SERVER_OUTPUTS = \
 
 API_XML = gl_API.xml \
 	EXT_framebuffer_object.xml \
+	ARB_copy_buffer.xml \
 	ARB_framebuffer_object.xml \
 	APPLE_vertex_array_object.xml
 
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index 4b66793..aa893b1 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -7948,6 +7948,8 @@
 
 <xi:include href="ARB_framebuffer_object.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
+<xi:include href="ARB_copy_buffer.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
 
 <!-- Non-ARB extensions sorted by extension number. -->
 




More information about the mesa-commit mailing list