glapi: Mark GLX extensions as window_system="glX".
authorPaul Berry <stereotype441@gmail.com>
Fri, 19 Oct 2012 04:00:50 +0000 (21:00 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 6 Nov 2012 20:57:40 +0000 (12:57 -0800)
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@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mapi/glapi/gen/glX_API.xml

index b7f4a777081c56694de3a6817d289f253efb0a9b..926d8791bf7a81962469ed0d1c7301a0ed96d822 100644 (file)
     </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>
     </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>