diff options
author | marha <marha@users.sourceforge.net> | 2012-06-19 08:53:58 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-19 08:53:58 +0200 |
commit | 62d040da7ea0a76d48014b5247d98b428ca50a15 (patch) | |
tree | d654468cec32beda665bb645ac854ea09279c8c3 /mesalib/src/mesa/main/APIspec.xml | |
parent | c264407352572f07e31695637d3d78d07ae0bae8 (diff) | |
parent | 36237c651fab7aa9e65da9c33eb89a619827edff (diff) | |
download | vcxsrv-62d040da7ea0a76d48014b5247d98b428ca50a15.tar.gz vcxsrv-62d040da7ea0a76d48014b5247d98b428ca50a15.tar.bz2 vcxsrv-62d040da7ea0a76d48014b5247d98b428ca50a15.zip |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/src/mesa/main/APIspec.xml')
-rw-r--r-- | mesalib/src/mesa/main/APIspec.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/APIspec.xml b/mesalib/src/mesa/main/APIspec.xml index f23857ad2..64e666eff 100644 --- a/mesalib/src/mesa/main/APIspec.xml +++ b/mesalib/src/mesa/main/APIspec.xml @@ -3534,6 +3534,13 @@ </proto> </template> +<template name="ReadBuffer"> + <proto> + <return type="void"/> + <param name="mode" type="GLenum"/> + </proto> +</template> + <api name="mesa" implementation="true"> <category name="MESA"/> @@ -3810,6 +3817,9 @@ <function name="EGLImageTargetRenderbufferStorageOES" template="EGLImageTargetRenderbufferStorage"/> <function name="DrawBuffersARB" template="DrawBuffers"/> + + <function name="ReadBuffer" template="ReadBuffer"/> + </api> <api name="GLES1.1"> @@ -4150,7 +4160,10 @@ <category name="EXT_unpack_subimage"/> <category name="NV_draw_buffers"/> + <category name="NV_read_buffer"/> + <function name="DrawBuffersNV" template="DrawBuffers"/> + <function name="ReadBufferNV" template="ReadBuffer"/> <function name="CullFace" template="CullFace"/> |