Re: [Mesa-dev] [PATCH] r600g: disable sqrt for the LLVM backend.

2014-10-21 Thread Christopher Egert
Hi Tom, i'm using LLVM 3.5 (Debian unstable). There is no error message, but the rendering is wrong: correct: https://i.imgur.com/matTeJk.jpg wrong: https://i.imgur.com/zRJ3hdJ.png This is the same frame dumped via apitrace with and without that patch. I can provide the apitrace if you want to

Re: [Mesa-dev] [PATCH] r600g: disable sqrt for the LLVM backend.

2014-10-21 Thread Tom Stellard
On Mon, Oct 20, 2014 at 10:53:21PM +0200, Christopher Egert wrote: > sqrt is not supported by the LLVM backend. > What version of LLVM are you using, and what error message are you seeing? -Tom > Fixes rendering errors in Passing by Still. > http://demozoo.org/productions/156/ > > Signed-off-b

[Mesa-dev] [PATCH] r600g: disable sqrt for the LLVM backend.

2014-10-20 Thread Christopher Egert
sqrt is not supported by the LLVM backend. Fixes rendering errors in Passing by Still. http://demozoo.org/productions/156/ Signed-off-by: Christopher Egert --- src/gallium/drivers/r600/r600_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/r600_