mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 12:58:09 +02:00
commit 864fe253b04105b7469e5f7b064dc37637b944f8
Author: Brian Paul <brianp@vmware.com>
Date: Thu Apr 21 20:13:07 2011 -0600
mesa: s/exec/disp/ in _mesa_init_histogram_dispatch()
This function isn't normally compiled (FEATURE_histogram).
commit f4bf45e2b94b582cacd19cdca873c5be627e4250
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:58 2011 -0600
mesa: hook up GL_ARB_robustness dispatch functions
...and advertise the extension.
Signed-off-by: Brian Paul <brianp@vmware.com>
commit 2b89e38e5f572dc40cebc06381ae7c5d04386998
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:58 2011 -0600
mesa: regenerated API files for GL_ARB_robustness
Signed-off-by: Brian Paul <brianp@vmware.com>
commit 5d5ebfb7135cec9d833adef86cbf4d0f3d9beca8
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:57 2011 -0600
glapi: add ARB_robustness xml
Signed-off-by: Brian Paul <brianp@vmware.com>
commit 0159d1d6d99f4bbc18381dc2081c20d3aff17ac9
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:57 2011 -0600
mesa: implement GL_ARB_robustness functions
Signed-off-by: Brian Paul <brianp@vmware.com>
commit 938fd71f4c4742f274922d53492a7290ab8d9c9b
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:57 2011 -0600
mesa: add context fields for GL_ARB_robustness
Signed-off-by: Brian Paul <brianp@vmware.com>
commit 72075137bc79e65be03dac7e97b6dba93c3a86a4
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:57 2011 -0600
mesa: standardize more bounds-checking error messages
Signed-off-by: Brian Paul <brianp@vmware.com>
commit 32a3fc23746db49da903fbc08afa0135af3007d2
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:57 2011 -0600
mesa: standardize some bounds-checking error messages
Signed-off-by: Brian Paul <brianp@vmware.com>
commit cecbf1f4d164207de373dec0cadee2e84e1f9656
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:57 2011 -0600
mesa: add more bounds-checking support for client memory buffers
Signed-off-by: Brian Paul <brianp@vmware.com>
commit edc895b52383d5bd274422db56adead1d81daf5f
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:57 2011 -0600
mesa: add bounds-checking support for client memory buffers
Signed-off-by: Brian Paul <brianp@vmware.com>
commit 3a96ef28a538f158a219b406cd090dee70470c85
Author: nobled <nobled@dreamwidth.org>
Date: Thu Apr 21 07:53:57 2011 -0600
mesa: use is_bufferobj() helper function
Signed-off-by: Brian Paul <brianp@vmware.com>
185 lines
6.6 KiB
XML
185 lines
6.6 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_robustness" number="105">
|
|
|
|
<enum name="GUILTY_CONTEXT_RESET_ARB" value="0x8253"/>
|
|
<enum name="INNOCENT_CONTEXT_RESET_ARB" value="0x8254"/>
|
|
<enum name="UNKNOWN_CONTEXT_RESET_ARB" value="0x8255"/>
|
|
|
|
<enum name="RESET_NOTIFICATION_STRATEGY_ARB" count="1" value="0x8256">
|
|
<size name="Get" mode="get"/>
|
|
</enum>
|
|
<enum name="LOSE_CONTEXT_ON_RESET_ARB" value="0x8252"/>
|
|
<enum name="NO_RESET_NOTIFICATION_ARB" value="0x8261"/>
|
|
|
|
<enum name="CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB" value="0x00000004"/>
|
|
|
|
<function name="GetGraphicsResetStatusARB" offset="assign">
|
|
<return type="GLenum"/>
|
|
</function>
|
|
|
|
<!-- OpenGL 1.0 sized buffer queries -->
|
|
<function name="GetnMapdvARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="query" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="v" type="GLdouble *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnMapfvARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="query" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="v" type="GLfloat *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnMapivARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="query" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="v" type="GLint *" output="true"/>
|
|
</function>
|
|
|
|
|
|
|
|
<function name="GetnPixelMapfvARB" offset="assign">
|
|
<param name="map" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="values" type="GLfloat *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnPixelMapuivARB" offset="assign">
|
|
<param name="map" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="values" type="GLuint *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnPixelMapusvARB" offset="assign">
|
|
<param name="map" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="values" type="GLushort *" output="true"/>
|
|
</function>
|
|
|
|
|
|
|
|
<function name="GetnPolygonStippleARB" offset="assign">
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="pattern" type="GLubyte *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnTexImageARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="level" type="GLint"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="img" type="GLvoid *" output="true"/>
|
|
</function>
|
|
|
|
<function name="ReadnPixelsARB" offset="assign">
|
|
<param name="x" type="GLint"/>
|
|
<param name="y" type="GLint"/>
|
|
<param name="width" type="GLsizei"/>
|
|
<param name="height" type="GLsizei"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="data" type="GLvoid *" output="true"/>
|
|
</function>
|
|
|
|
|
|
<!-- ARB_imaging sized buffer queries -->
|
|
<function name="GetnColorTableARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="table" type="GLvoid *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnConvolutionFilterARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="image" type="GLvoid *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnSeparableFilterARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="rowBufSize" type="GLsizei"/>
|
|
<param name="row" type="GLvoid *" output="true"/>
|
|
<param name="columnBufSize" type="GLsizei"/>
|
|
<param name="column" type="GLvoid *" output="true"/>
|
|
<param name="span" type="GLvoid *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnHistogramARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="reset" type="GLboolean"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="values" type="GLvoid *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnMinmaxARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="reset" type="GLboolean"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="values" type="GLvoid *" output="true"/>
|
|
</function>
|
|
|
|
|
|
<!-- OpenGL 1.3 sized buffer queries -->
|
|
<function name="GetnCompressedTexImageARB" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="lod" type="GLint"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="img" type="GLvoid *" output="true"/>
|
|
</function>
|
|
|
|
|
|
<!-- OpenGL 2.0 sized buffer queries -->
|
|
<function name="GetnUniformfvARB" offset="assign">
|
|
<param name="program" type="GLhandleARB"/>
|
|
<param name="location" type="GLint"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="params" type="GLfloat *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnUniformivARB" offset="assign">
|
|
<param name="program" type="GLhandleARB"/>
|
|
<param name="location" type="GLint"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="params" type="GLint *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnUniformuivARB" offset="assign">
|
|
<param name="program" type="GLhandleARB"/>
|
|
<param name="location" type="GLint"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="params" type="GLuint *" output="true"/>
|
|
</function>
|
|
|
|
<function name="GetnUniformdvARB" offset="assign">
|
|
<param name="program" type="GLhandleARB"/>
|
|
<param name="location" type="GLint"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="params" type="GLdouble *" output="true"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
|
|
</OpenGLAPI>
|