[Mesa-dev] [PATCH 13/13] i965: Enable ARB_tessellation_shader on Gen8+.
Jordan Justen
jordan.l.justen at intel.com
Tue Dec 22 14:24:25 PST 2015
On 2015-12-22 02:20:58, Kenneth Graunke wrote:
> Everything is in place and I'm not aware of any further issues.
\o/
Minor comment sent on 12, but series
Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
>
> Tested with:
> - Piglit
> - Tessmark
> - Unigine Heaven
> - Shadow of Mordor
> - GRID Autosport
>
> I have patches to backport this to Haswell, Ivybridge, and Baytrail as
> well (the first Intel hardware to support tessellation), but there are
> still a lot of GPU hangs left to debug. So that will come later.
>
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
> ---
> 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 24761a7..06672c1 100644
> --- a/src/mesa/drivers/dri/i965/intel_extensions.c
> +++ b/src/mesa/drivers/dri/i965/intel_extensions.c
> @@ -362,6 +362,7 @@ intelInitExtensions(struct gl_context *ctx)
>
> if (brw->gen >= 8) {
> ctx->Extensions.ARB_stencil_texturing = true;
> + ctx->Extensions.ARB_tessellation_shader = true;
> }
>
> if (brw->gen >= 9) {
> --
> 2.6.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list