http://bugs.freedesktop.org/show_bug.cgi?id=25654





--- Comment #1 from Andre Maasikas <[email protected]>  2009-12-15 02:31:56 
PST ---
Actually for r600 it was my problem, I used 
_mesa_init_instructions + _mesa_copy_instructions for rewrite
without adjusting branch targets and got inconsistent results.
Using _mesa_insert_instructions which does it correctly
seems to work ok for r600 for it's purposes.

Leaving as NEW though as it's a bit inconsistent in general
e'g for if-only the output is correct/logical :
  3: IF (NE.xxxx); # (if false, goto 5);
  4:    MOV OUTPUT[1], CONST[1];
  5: ENDIF;


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to