summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/get_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/es/main/get_gen.py')
-rw-r--r--src/mesa/es/main/get_gen.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/es/main/get_gen.py b/src/mesa/es/main/get_gen.py
index 3303c4cb5b..9da0b6b742 100644
--- a/src/mesa/es/main/get_gen.py
+++ b/src/mesa/es/main/get_gen.py
@@ -468,6 +468,10 @@ StateVars_es1 = [
("GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES", GLint,
["ctx->Array.ArrayObj->PointSize.BufferObj->Name"], "", None),
+ # GL_EXT_texture_lod_bias
+ ( "GL_MAX_TEXTURE_LOD_BIAS_EXT", GLfloat,
+ ["ctx->Const.MaxTextureLodBias"], "", ["EXT_texture_lod_bias"]),
+
# GL_EXT_texture_filter_anisotropic
( "GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT", GLfloat,
["ctx->Const.MaxTextureMaxAnisotropy"], "", ["EXT_texture_filter_anisotropic"]),