i965: Enable ARB_sample_shading on intel hardware >= gen6
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Paul Berry <stereotype441@gmail.com> Reviewed-by: Ken Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user