i965: toggle on 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 commit 200a83a983)
This commit is contained in:
Tapani Pälli 2020-02-26 10:29:49 +02:00 committed by Dylan Baker
parent c38d7f390d
commit 0d189290f0
2 changed files with 2 additions and 1 deletions

View file

@ -1291,7 +1291,7 @@
"description": "i965: toggle on EXT_texture_norm16",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "7f467d4f73828ba782a2db38c74d33b85646dc85"
},

View file

@ -112,6 +112,7 @@ intelInitExtensions(struct gl_context *ctx)
ctx->Extensions.EXT_texture_env_dot3 = true;
ctx->Extensions.EXT_texture_filter_anisotropic = true;
ctx->Extensions.EXT_texture_integer = true;
ctx->Extensions.EXT_texture_norm16 = true;
ctx->Extensions.EXT_texture_shared_exponent = true;
ctx->Extensions.EXT_texture_snorm = true;
ctx->Extensions.EXT_texture_sRGB = true;