diff options
author | Ian Romanick <[email protected]> | 2006-08-31 20:50:43 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2006-08-31 20:50:43 +0000 |
commit | 75faa1e19a6b95a96cb74aee22fffdc745a07909 (patch) | |
tree | 1fd5ccf9a69c4e53947397369b80bdabe99cff04 /src | |
parent | d6c675f497950c6fa5afea531e86a25fd115d2a5 (diff) |
Add API description for GLX_SGI_swap_control.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/glapi/glX_API.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/glapi/glX_API.xml b/src/mesa/glapi/glX_API.xml index 3f2fbd1163c..0b1212f61b9 100644 --- a/src/mesa/glapi/glX_API.xml +++ b/src/mesa/glapi/glX_API.xml @@ -145,6 +145,13 @@ </function> </category> +<category name="GLX_SGI_swap_control" number="40" window_system="glX"> + <function name="SwapIntervalSGI"> + <return type="int"/> + <glx vendorpriv="65536"/> + </function> +</category> + <category name="GLX_SGI_make_current_read" number="42" window_system="glX"> <function name="MakeCurrentReadSGI"> <!-- <param name="dpy" type="Display *"/> |