diff options
author | marha <marha@users.sourceforge.net> | 2012-06-19 08:51:12 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-19 08:51:12 +0200 |
commit | 36237c651fab7aa9e65da9c33eb89a619827edff (patch) | |
tree | ab3ed4f72cf398ca5c3760f91b70a8b3bb2e1bd0 /mesalib/src/mesa/main/APIspec.xml | |
parent | a3691edaff553b5130c97ff912ecaa96f08a6643 (diff) | |
download | vcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.tar.gz vcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.tar.bz2 vcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.zip |
mesa git update 19 Juni 2012
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"/> |