mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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 commit200a83a983)
This commit is contained in:
parent
c38d7f390d
commit
0d189290f0
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue