summaryrefslogtreecommitdiff
path: root/src/mesa/main/APIspec.xml
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-01-15 12:39:24 +0800
committerChia-I Wu <olv@lunarg.com>2011-01-15 12:42:59 +0800
commita4a5a9a5ce255e34ba92396dacd997f7c6f96462 (patch)
tree76d198da7c4a674cf8cba236a7461cc2316632a5 /src/mesa/main/APIspec.xml
parentb70d0a6a51da42fc390e82161a96c80fd8c653ff (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.
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-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 2a98c952e0..50446a9093 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -3590,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"/>
@@ -3634,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"/>