summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorTobias Klausmann <tobias.johannes.klausmann@mni.thm.de>2016-05-08 22:44:01 +0200
committerDave Airlie <airlied@redhat.com>2016-05-14 08:27:10 +1000
commitf2a2e08e01b9bfe64a7259f46a0f502d486c8dad (patch)
tree6742753204d519e4ef8c9104ba3937858deae1bd /src/mapi
parent6674d018f7eab899520c1459e569bdea3a6f4874 (diff)
downloadexternal_mesa3d-f2a2e08e01b9bfe64a7259f46a0f502d486c8dad.zip
external_mesa3d-f2a2e08e01b9bfe64a7259f46a0f502d486c8dad.tar.gz
external_mesa3d-f2a2e08e01b9bfe64a7259f46a0f502d486c8dad.tar.bz2
glapi: Add GL_ARB_cull_distance
Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 4bfa9ef..2fcba0b 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -8269,7 +8269,12 @@
<enum name="QUERY_BY_REGION_NO_WAIT_INVERTED" value="0x8E1A"/>
</category>
-<!-- ARB extensions 162 - 163 -->
+<category name="ARB_cull_distance" number="162">
+ <enum name="MAX_CULL_DISTANCES" value="0x82F9"/>
+ <enum name="MAX_COMBINED_CLIP_AND_CULL_DISTANCES" value="0x82FA"/>
+</category>
+
+<!-- ARB extensions 163 -->
<xi:include href="OES_texture_compression_astc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>