Re: [Piglit] [PATCH] Fix TCS input array length in tcs-input-read-nonconst* tests.

2016-08-31 Thread Francisco Jerez
Kenneth Graunke writes: > According to the ARB_tessellation_shader spec, > >"Declaring an array size is optional. If no size is specified, it > will be taken from the implementation-dependent maximum patch size > (gl_MaxPatchVertices). If a size is specified, it must match the >

[Piglit] [PATCH] Fix TCS input array length in tcs-input-read-nonconst* tests.

2016-08-31 Thread Kenneth Graunke
According to the ARB_tessellation_shader spec, "Declaring an array size is optional. If no size is specified, it will be taken from the implementation-dependent maximum patch size (gl_MaxPatchVertices). If a size is specified, it must match the maximum patch size; otherwise, a com