Re: [Mesa-dev] Unknown Opcode 35

2010-05-26 Thread gianluca
too, but I don't know if it's acceptable. I'm attaching the patch which also handles the SLE case. > > -Marek > > On Mon, May 24, 2010 at 6:00 PM, Gianluca Anzolin > wrote: > > > Hello, > > > > Yesterday I was trying to run an example taken

[Mesa-dev] Unknown Opcode 35

2010-05-24 Thread Gianluca Anzolin
blem disappeared. Infact there is no switch case for RC_OPCODE_SGT in the file r3xx_vertprog.c. I added that case to the switch statement (see the patch attached) and I got it working even with the ">" operator. I hope the patch is correct, if there is a better fix I'd really like to