[Piglit] [PATCH 0/4] Add simple GL_ARB_draw_instanced tests, v2

Brian Paul brianp at vmware.com
Mon Apr 11 07:42:42 PDT 2011


On 04/10/2011 06:04 PM, Ian Romanick wrote:
> This is the patch set that I intended to send out in the first place.
> The only change from the original is in patch 4/4.
>
>   - draw-non-instanced.shader_test is changed to use gl_InstanceIDARB
>     instead of gl_InstanceID.  It also has its requirements section
>     updated, and the commented #version line is deleted.
>
>   - instance-array-dereference.shader_test is changed to use / require
>     GLSL 1.20.  It uses an initializer on a uniform, and that is
>     functionality added in GLSL 1.20.
>
> instance-array-dereference.shader_test hits essentially the same
> functionality as draw-instanced.c, but it uses the shader-runner
> framework.

All the tests in the updated patch series pass.

-Brian



More information about the Piglit mailing list