[Mesa-dev] [PATCH 17/26] mesa/es: Remove redundant depth func validation
Ian Romanick
idr at freedesktop.org
Fri Aug 17 20:11:38 PDT 2012
From: Ian Romanick <ian.d.romanick at intel.com>
---
src/mesa/main/APIspec.xml | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml
index 5e53218..1ce1ec7 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -928,17 +928,6 @@
<return type="void"/>
<param name="func" type="GLenum"/>
</proto>
-
- <desc name="func">
- <value name="GL_NEVER"/>
- <value name="GL_LESS"/>
- <value name="GL_EQUAL"/>
- <value name="GL_LEQUAL"/>
- <value name="GL_GREATER"/>
- <value name="GL_NOTEQUAL"/>
- <value name="GL_GEQUAL"/>
- <value name="GL_ALWAYS"/>
- </desc>
</template>
<template name="PixelStore">
--
1.7.6.5
More information about the mesa-dev
mailing list