[Mesa-dev] [PATCH 0/2] r600g: fixes for LIT & RSQ

Vadim Girlin vadimgirlin at gmail.com
Tue Jul 5 18:29:07 PDT 2011


These patches should fix the following piglit glean tests for r600g:

#1
	fp1-LIT test 2 (degenerate case: 0 ^ 0 -> 1)
	vp1-LIT test 2 (degenerate case: 0 ^ 0 -> 1)

#2
	fp1-RSQ test 2 (reciprocal square root of negative value)
	vp1-RSQ test 2 (reciprocal square root of negative value)

  r600g: LIT: swap MUL_LIT operands to fix 0^0
  r600g: RSQ: clear NEG for operand

 src/gallium/drivers/r600/r600_shader.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.7.6



More information about the mesa-dev mailing list