summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2012-10-18 21:00:50 -0700
committerPaul Berry <stereotype441@gmail.com>2012-11-06 12:57:40 -0800
commit11e9d8dd05b3adf92a4fed8225e37cddcd4e7e90 (patch)
tree3ec24f1cf73cd3c562683efaa65b3db16c0ced6b /src/mapi
parente70b1a1379d36609cee9427533117c4ac936aca2 (diff)
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>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/glX_API.xml6
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 b7f4a777081..926d8791bf7 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>