Mesa (master): glapi: Mark GLX extensions as window_system="glX".

Paul Berry stereotype441 at kemper.freedesktop.org
Tue Nov 6 21:02:33 UTC 2012


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

Author: Paul Berry <stereotype441 at gmail.com>
Date:   Thu Oct 18 21:00:50 2012 -0700

glapi: Mark GLX extensions as window_system="glX".

We were already doing this for some GLX extensions, but not others.
This patch makes our use of window_system="glX" consistent.

Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mapi/glapi/gen/glX_API.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mapi/glapi/gen/glX_API.xml b/src/mapi/glapi/gen/glX_API.xml
index b7f4a77..926d879 100644
--- a/src/mapi/glapi/gen/glX_API.xml
+++ b/src/mapi/glapi/gen/glX_API.xml
@@ -201,13 +201,13 @@
     </function>
 </category>
 
-<category name="GLX_MESA_copy_sub_buffer" number="215">
+<category name="GLX_MESA_copy_sub_buffer" number="215" window_system="glX">
     <function name="CopySubBufferMESA">
         <glx vendorpriv="5154"/>
     </function>
 </category>
 
-<category name="GLX_EXT_texture_from_pixmap">
+<category name="GLX_EXT_texture_from_pixmap" window_system="glX">
     <function name="BindTexImageEXT">
         <glx vendorpriv="1330"/>
     </function>
@@ -217,7 +217,7 @@
     </function>
 </category>
 
-<category name="GLX_ARB_create_context" number="56">
+<category name="GLX_ARB_create_context" number="56" window_system="glX">
     <function name="SetClientInfoARB">
         <glx sop="33"/>
     </function>




More information about the mesa-commit mailing list