[Mesa-dev] [PATCH] i965/gen8+: Enable GL_OES_viewport_array
Anuj Phogat
anuj.phogat at gmail.com
Wed Sep 21 18:15:48 UTC 2016
Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
---
This patch requires below series:
https://patchwork.freedesktop.org/series/12594/
---
src/mesa/drivers/dri/i965/intel_extensions.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c b/src/mesa/drivers/dri/i965/intel_extensions.c
index 93eb966..53bd7cc 100644
--- a/src/mesa/drivers/dri/i965/intel_extensions.c
+++ b/src/mesa/drivers/dri/i965/intel_extensions.c
@@ -404,6 +404,7 @@ intelInitExtensions(struct gl_context *ctx)
ctx->Extensions.ARB_ES3_2_compatibility = true;
ctx->Extensions.OES_geometry_shader = true;
ctx->Extensions.OES_texture_cube_map_array = true;
+ ctx->Extensions.OES_viewport_array = true;
}
if (brw->gen >= 9) {
--
2.5.5
More information about the mesa-dev
mailing list