diff options
author | marha <marha@users.sourceforge.net> | 2011-01-15 15:54:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-15 15:54:40 +0000 |
commit | 6feea7e6cdde235d7e3727c4155ca9f8d90df3ca (patch) | |
tree | a076f2c272c1ece006576805a07b484bbe614a07 /mesalib/src/mesa/main/APIspec.xml | |
parent | 175af178d1500ccafa7e7026959c138f5b8d9312 (diff) | |
download | vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.tar.gz vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.tar.bz2 vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.zip |
mesalib git update 14/1/2011
Diffstat (limited to 'mesalib/src/mesa/main/APIspec.xml')
-rw-r--r-- | mesalib/src/mesa/main/APIspec.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/APIspec.xml b/mesalib/src/mesa/main/APIspec.xml index 280e93a90..81b832841 100644 --- a/mesalib/src/mesa/main/APIspec.xml +++ b/mesalib/src/mesa/main/APIspec.xml @@ -2004,6 +2004,14 @@ <value name="GL_UNSIGNED_INT_24_8_OES"/>
</desc>
</desc>
+
+ <desc name="format" category="EXT_texture_format_BGRA8888">
+ <value name="GL_BGRA_EXT"/>
+
+ <desc name="type" error="GL_INVALID_OPERATION">
+ <value name="GL_UNSIGNED_BYTE"/>
+ </desc>
+ </desc>
</template>
<template name="BindTexture">
@@ -3582,6 +3590,7 @@ <function name="ClearColor" template="ClearColor" gltype="GLclampf"/>
<function name="ClearStencil" template="ClearStencil"/>
<function name="ClearDepth" template="ClearDepth" gltype="GLclampd"/>
+ <function name="ClearDepthf" template="ClearDepth" gltype="GLclampf"/>
<function name="StencilMask" template="StencilMask"/>
<function name="StencilMaskSeparate" template="StencilMaskSeparate"/>
@@ -3626,6 +3635,7 @@ <function name="IsEnabled" template="IsEnabled"/>
<function name="DepthRange" template="DepthRange" gltype="GLclampd"/>
+ <function name="DepthRangef" template="DepthRange" gltype="GLclampf"/>
<function name="Frustum" template="Frustum" gltype="GLdouble"/>
<function name="LoadIdentity" template="LoadIdentity"/>
|