[Piglit] [PATCH 09/13] arb_tessellation_shader: add tests for indirect addressing of TCS patch outputs

Ilia Mirkin imirkin at alum.mit.edu
Mon Apr 6 17:02:31 PDT 2015


On Mon, Apr 6, 2015 at 7:39 PM, Marek Olšák <maraeo at gmail.com> wrote:
> +[tessellation control shader]
> +#version 150
> +#extension GL_ARB_tessellation_shader : require
> +layout(vertices = 4) out;
> +
> +uniform int index;
> +patch out vec4 m1[16];
> +patch out vec4 m2[16];

gl_MaxPatchComponents is only required to be 120 (probably to account
for tess factors). I believe you end up trying to use 128 here.


More information about the Piglit mailing list