i965: enable EXT_render_snorm
authorTapani Pälli <tapani.palli@intel.com>
Thu, 14 Jun 2018 10:06:33 +0000 (13:06 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Mon, 13 Aug 2018 09:03:17 +0000 (12:03 +0300)
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/mesa/drivers/dri/i965/intel_extensions.c

index 2e28445..f1c3aef 100644 (file)
@@ -103,6 +103,7 @@ intelInitExtensions(struct gl_context *ctx)
    ctx->Extensions.EXT_pixel_buffer_object = true;
    ctx->Extensions.EXT_point_parameters = true;
    ctx->Extensions.EXT_provoking_vertex = true;
+   ctx->Extensions.EXT_render_snorm = true;
    ctx->Extensions.EXT_stencil_two_side = true;
    ctx->Extensions.EXT_texture_array = true;
    ctx->Extensions.EXT_texture_env_dot3 = true;