summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-01-15 12:39:24 +0800
committerIan Romanick <ian.d.romanick@intel.com>2011-02-28 13:55:35 -0800
commit15e6d05650fecc822a52cf3440cb1459de47d227 (patch)
tree4bfd144febf0d935b3faab3a91523f7eda90624b
parentd3c1fb7775f47965e066796486b2f5d8acec7d7a (diff)
mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.
Core mesa has gained support for GL_ARB_ES2_compatibility. Make GLES generated dispatch table use them. (cherry picked from commit a4a5a9a5ce255e34ba92396dacd997f7c6f96462)
-rw-r--r--src/mesa/main/APIspec.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml
index 16d0c9413d0..c6ed0710123 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -3582,6 +3582,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 +3627,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"/>