On Thursday 03 January 2008 11:15:28 am Jerome Glisse wrote:
> Hi Brian,
>
> I believe you did break softpipe with your change from TGSI_OPCODE_RET
> to TGSI_OPCODE_END (commit: 1575763a6f57d1f13c707b709f188b0617c8955a)
> pipe/tgsi/exec/tgsi_sse2.c assert on unknown instruction for this opcode.
> If i add TGSI_OPCODE_END to do as TGSI_OPCODE_RET i don't get assertion
> anymore but rendering is bit broken red & green color are wrong (tested
> with glxgears). So maybe is not the proper fix as i am not yet familiar
> with gallium. Anythough on that ?

nah, the fix is correct. we want the programs always ending with an end. 
there's a big semantic difference between end and ret from the perspective of 
the driver.
it's just that the sse code is currently behind and is lacking quite a few 
things. i'd suggest exporting GALLIUM_NOSSE for now.

z

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to