diff --git a/src/mesa/es/main/APIspec.xml b/src/mesa/es/main/APIspec.xml index d8d85e66456..8926007f8de 100644 --- a/src/mesa/es/main/APIspec.xml +++ b/src/mesa/es/main/APIspec.xml @@ -492,6 +492,19 @@ + + + + + + + + + + + + + @@ -1312,6 +1325,19 @@ + + + + + + + + + + + + + @@ -1675,7 +1701,8 @@ - + + @@ -2033,6 +2060,9 @@ + + + @@ -2050,6 +2080,9 @@ + + + @@ -2059,6 +2092,9 @@ + + + @@ -2363,22 +2399,28 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -2417,16 +2459,8 @@ - - - - - - - - - - + + @@ -3420,6 +3454,54 @@ + + + + @@ -3685,6 +3767,10 @@ + + + + @@ -3718,7 +3804,13 @@ + + @@ -3973,6 +4065,10 @@ + + + + @@ -3994,6 +4090,11 @@ + + @@ -4188,6 +4289,10 @@ + + + + diff --git a/src/mesa/es/main/get_gen.py b/src/mesa/es/main/get_gen.py index 3303c4cb5bd..9da0b6b7421 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"]),