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@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Paul Berry 2012-10-18 21:00:50 -07:00
parent e70b1a1379
commit 11e9d8dd05

View file

@ -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>