i965: Enable ARB_gpu_shader_fp64 for gen8+
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 23 Feb 2016 11:14:52 +0000 (12:14 +0100)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Mon, 16 May 2016 07:55:33 +0000 (09:55 +0200)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_extensions.c

index bd8f5825f9c5c710f063635b64fe45ba80900d06..67552bf0613df174e8f8d6918dbff102852d120f 100644 (file)
@@ -374,6 +374,7 @@ intelInitExtensions(struct gl_context *ctx)
    if (brw->gen >= 8) {
       ctx->Extensions.ARB_stencil_texturing = true;
       ctx->Extensions.ARB_texture_stencil8 = true;
+      ctx->Extensions.ARB_gpu_shader_fp64 = true;
    }
 
    if (brw->gen >= 9) {