Re: [Mesa-dev] glGetUniform rework v2 and VS backend uniform array support

2011-08-24 Thread Kenneth Graunke
On 08/23/2011 06:25 PM, Eric Anholt wrote: This finishes off the remaining piglit regressions in the new VS backend, so that now it overall fixes 2 tests (vs-temp-array-mat4-index-col-row-rd, vs-temp-array-mat4-index-row-rd). After Ken's note about type conversion for non-GL_FLOAT returntype, I

[Mesa-dev] glGetUniform rework v2 and VS backend uniform array support

2011-08-23 Thread Eric Anholt
This finishes off the remaining piglit regressions in the new VS backend, so that now it overall fixes 2 tests (vs-temp-array-mat4-index-col-row-rd, vs-temp-array-mat4-index-row-rd). After Ken's note about type conversion for non-GL_FLOAT returntype, I noticed a one-character typo in the testcase