mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
i965: enable EXT_render_snorm
Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
This commit is contained in:
parent
0d356cf478
commit
fa9e6c235d
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ intelInitExtensions(struct gl_context *ctx)
|
||||||
ctx->Extensions.EXT_pixel_buffer_object = true;
|
ctx->Extensions.EXT_pixel_buffer_object = true;
|
||||||
ctx->Extensions.EXT_point_parameters = true;
|
ctx->Extensions.EXT_point_parameters = true;
|
||||||
ctx->Extensions.EXT_provoking_vertex = true;
|
ctx->Extensions.EXT_provoking_vertex = true;
|
||||||
|
ctx->Extensions.EXT_render_snorm = true;
|
||||||
ctx->Extensions.EXT_stencil_two_side = true;
|
ctx->Extensions.EXT_stencil_two_side = true;
|
||||||
ctx->Extensions.EXT_texture_array = true;
|
ctx->Extensions.EXT_texture_array = true;
|
||||||
ctx->Extensions.EXT_texture_env_dot3 = true;
|
ctx->Extensions.EXT_texture_env_dot3 = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue