i965: enable AMD_depth_clamp_separate

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Sagar Ghuge
2018-08-21 14:28:17 -07:00
committed by Anuj Phogat
parent e6adea0dc0
commit 56574f4df3
@@ -303,6 +303,7 @@ intelInitExtensions(struct gl_context *ctx)
if (devinfo->gen >= 9) {
ctx->Extensions.ANDROID_extension_pack_es31a = true;
ctx->Extensions.AMD_depth_clamp_separate = true;
ctx->Extensions.ARB_post_depth_coverage = true;
ctx->Extensions.ARB_shader_stencil_export = true;
ctx->Extensions.EXT_shader_framebuffer_fetch = true;