i965: Enable ARB_sample_shading on intel hardware >= gen6
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 30 Aug 2013 20:13:15 +0000 (13:13 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Fri, 1 Nov 2013 23:01:49 +0000 (16:01 -0700)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
Reviewed-by: Ken Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_extensions.c

index abc3176..5eae84f 100644 (file)
@@ -209,6 +209,7 @@ intelInitExtensions(struct gl_context *ctx)
       ctx->Extensions.OES_depth_texture_cube_map = true;
       ctx->Extensions.ARB_shading_language_packing = true;
       ctx->Extensions.ARB_texture_multisample = true;
+      ctx->Extensions.ARB_sample_shading = true;
 
       /* Test if the kernel has the ioctl. */
       if (drm_intel_reg_read(brw->bufmgr, TIMESTAMP, &dummy) == 0)