[Mesa-dev] [PATCH 2/2] mesa/st: Generates TGSI that always recognizes INSTANCEID/VERTEXID as integers.
Jose Fonseca
jfonseca at vmware.com
Fri Jul 13 05:03:39 PDT 2012
----- Original Message -----
> On Thu, Jul 12, 2012 at 08:50:13PM +0100, jfonseca at vmware.com wrote:
> > From: José Fonseca <jfonseca at vmware.com>
> >
> > Tested by running piglit draw-instanced, and by forcing llvmpipe
> > advertise no native
> > integer support, which now produces:
>
> Looks like a very good solution to me. Did you check
> draw-non-instanced too? 51366 is a variant of the same issue.
I got a bogus assertion failure because TGSI_PROCESSOR_VERTEX != PIPE_SHADER_VERTEX, but after fixing that draw-non-instanced works fine.
I've pushed the patches now. If there are any further issues let me know.
Jose
More information about the mesa-dev
mailing list