mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
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:
parent
e70b1a1379
commit
11e9d8dd05
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue