summaryrefslogtreecommitdiff
path: root/src/mesa/main/get_gen.py
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-08-14 01:20:56 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-08-14 16:28:51 -0700
commit9d5bb3c6f820a5a99e1f55b2fd14d250761fcddc (patch)
tree1c4292e307c7e5de5366e7e7f2c6d0942dacec70 /src/mesa/main/get_gen.py
parent970f76866617bc084847ce112c925b456d3deacc (diff)
Infrastructure for GL_ARB_seamless_cube_map
Diffstat (limited to 'src/mesa/main/get_gen.py')
-rw-r--r--src/mesa/main/get_gen.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py
index 5666ad0e42e..e9c8226d08d 100644
--- a/src/mesa/main/get_gen.py
+++ b/src/mesa/main/get_gen.py
@@ -1015,6 +1015,10 @@ StateVars = [
# GL_APPLE_vertex_array_object
( "GL_VERTEX_ARRAY_BINDING_APPLE", GLint, ["ctx->Array.ArrayObj->Name"], "",
["APPLE_vertex_array_object"] ),
+
+ # GL_ARB_seamless_cube_map
+ ( "GL_TEXTURE_CUBE_MAP_SEAMLESS", GLboolean, ["ctx->Texture.CubeMapSeamless"], "",
+ ["ARB_seamless_cube_map"] ),
]