Re: [Mesa-dev] [PATCH v2 2/2] glsl_to_tgsi: use UARL instead of I2F and ARL

2011-09-14 Thread Marek Olšák
Bryan, This commit causes hardlocks on r600g (integers disabled). Maybe you can see better than me what's wrong. This is a side-by-side diff of the failing TGSI shader. The right-hand one is from Mesa master. The left-hand one is with the commit reverted. http://pastebin.com/raw.php?i=QXB3SZAE

Re: [Mesa-dev] [PATCH v2 2/2] glsl_to_tgsi: use UARL instead of I2F and ARL

2011-09-14 Thread Bryan Cain
I don't see any reason why this patch would make a difference, but since it apparently does, I'll take a look at it and fix it. What program is that? Bryan On 09/14/2011 07:01 AM, Marek Olšák wrote: Bryan, This commit causes hardlocks on r600g (integers disabled). Maybe you can see better

Re: [Mesa-dev] [PATCH v2 2/2] glsl_to_tgsi: use UARL instead of I2F and ARL

2011-09-14 Thread Marek Olšák
On Wed, Sep 14, 2011 at 8:44 PM, Bryan Cain bryanca...@gmail.com wrote: I don't see any reason why this patch would make a difference, but since it apparently does, I'll take a look at it and fix it.  What program is that? Nevermind. I guess it's a bug in r600g, because softpipe and nouveau