diff options
author | Paul Berry <[email protected]> | 2012-10-18 21:00:50 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-11-06 12:57:40 -0800 |
commit | 11e9d8dd05b3adf92a4fed8225e37cddcd4e7e90 (patch) | |
tree | 3ec24f1cf73cd3c562683efaa65b3db16c0ced6b /src/mapi | |
parent | e70b1a1379d36609cee9427533117c4ac936aca2 (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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | 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 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> |