Re: [Mesa-dev] [PATCH 0/3] r600g patches

2011-06-24 Thread Alex Deucher
On Fri, Jun 24, 2011 at 12:29 PM, Vadim Girlin wrote: > #1 fixes slots order for x & y writes in the LIT implementation. > Without this patch "fp-lit-mask" piglit test fails after patch 3. It seems > wrong order causes wrong PV.* values for the next instruction. > > #2 reduces unneeded calls to r6

Re: [Mesa-dev] [PATCH 0/3] r600g patches

2011-06-24 Thread Jerome Glisse
On Fri, Jun 24, 2011 at 12:29 PM, Vadim Girlin wrote: > #1 fixes slots order for x & y writes in the LIT implementation. > Without this patch "fp-lit-mask" piglit test fails after patch 3. It seems > wrong order causes wrong PV.* values for the next instruction. > > #2 reduces unneeded calls to r6

[Mesa-dev] [PATCH 0/3] r600g patches

2011-06-24 Thread Vadim Girlin
#1 fixes slots order for x & y writes in the LIT implementation. Without this patch "fp-lit-mask" piglit test fails after patch 3. It seems wrong order causes wrong PV.* values for the next instruction. #2 reduces unneeded calls to r600_spi_update. #3 implements color clamping in shaders by addin