mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
mesa: introduce boolean toggle for EXT_texture_norm16
Fixes:7f467d4f73("mesa: GL_EXT_texture_norm16 extension plumbing") Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3941> (cherry picked from commitdc531869a9)
This commit is contained in:
parent
0a13dcfe9b
commit
70c89a2269
3 changed files with 3 additions and 2 deletions
|
|
@ -3514,7 +3514,7 @@
|
|||
"description": "mesa: introduce boolean toggle for EXT_texture_norm16",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "7f467d4f73828ba782a2db38c74d33b85646dc85"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -310,7 +310,7 @@ EXT(EXT_texture_format_BGRA8888 , dummy_true
|
|||
EXT(EXT_texture_integer , EXT_texture_integer , GLL, GLC, x , x , 2006)
|
||||
EXT(EXT_texture_lod_bias , dummy_true , GLL, x , ES1, x , 1999)
|
||||
EXT(EXT_texture_mirror_clamp , EXT_texture_mirror_clamp , GLL, GLC, x , x , 2004)
|
||||
EXT(EXT_texture_norm16 , dummy_true , x , x , x , 31, 2014)
|
||||
EXT(EXT_texture_norm16 , EXT_texture_norm16 , x , x , x , 31, 2014)
|
||||
EXT(EXT_texture_object , dummy_true , GLL, x , x , x , 1995)
|
||||
EXT(EXT_texture_query_lod , ARB_texture_query_lod , x , x , x , 30, 2019)
|
||||
EXT(EXT_texture_rectangle , NV_texture_rectangle , GLL, x , x , x , 2004)
|
||||
|
|
|
|||
|
|
@ -4312,6 +4312,7 @@ struct gl_extensions
|
|||
GLboolean EXT_texture_filter_anisotropic;
|
||||
GLboolean EXT_texture_integer;
|
||||
GLboolean EXT_texture_mirror_clamp;
|
||||
GLboolean EXT_texture_norm16;
|
||||
GLboolean EXT_texture_shadow_lod;
|
||||
GLboolean EXT_texture_shared_exponent;
|
||||
GLboolean EXT_texture_snorm;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue