Re: [Mesa-dev] [PATCH 0/8] Fix non-constant array-of-matrix accesses

2011-07-20 Thread Eric Anholt
On Mon, 18 Jul 2011 14:15:19 -0700, "Ian Romanick" wrote: > As can be seen from the giant pile of tests recently sent to the > piglit mailing list for review, the > lower_variable_index_to_cond_assign pass had some issues. With this > patch series, *all* of the variable indexing tests posted to t

[Mesa-dev] [PATCH 0/8] Fix non-constant array-of-matrix accesses

2011-07-18 Thread Ian Romanick
As can be seen from the giant pile of tests recently sent to the piglit mailing list for review, the lower_variable_index_to_cond_assign pass had some issues. With this patch series, *all* of the variable indexing tests posted to the piglit list pass with (classic) swrast. 102 additional tests pa