[Bug 64257] RS880 issues with r600-llvm-compiler

2014-01-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 Mike Lothian changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #72 from Marc Dietrich --- yup, heaven works, kronos test suite reports doesn't crash anymore, but fail (misrenders) on sin/cos as expected. -- You are receiving this mail because: You are the assignee for the bug. -- ne

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #72 from Marc Dietrich --- yup, heaven works, kronos test suite reports doesn't crash anymore, but fail (misrenders) on sin/cos as expected. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #71 from Andy Furniss --- (In reply to comment #70) > Andy, does current master work on your rv790 and Unigine ? Yes, Heaven 3.0 is working for me on master. -- You are receiving this mail because: You are the assignee for the bug

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #70 from vincent --- Created attachment 81040 --> https://bugs.freedesktop.org/attachment.cgi?id=81040&action=edit Add a cos/sin pattern Andy, does current master work on your rv790 and Unigine ? Marc, can you try the attached pat

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #71 from Andy Furniss --- (In reply to comment #70) > Andy, does current master work on your rv790 and Unigine ? Yes, Heaven 3.0 is working for me on master. -- You are receiving this mail because: You are the assignee for the bug

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #69 from Marc Dietrich --- I mean it cannot find the intrinsic at all: # ./Release/bin/llc < test/CodeGen/R600/llvm.sin.ll -march=r600 -mcpu=r600 LLVM ERROR: Cannot select: 0x8a5570: f32 = fsin 0x8a5670 [ORD=2] [ID=3] 0x8a5670: f32

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #70 from vincent --- Created attachment 81040 --> https://bugs.freedesktop.org/attachment.cgi?id=81040&action=edit Add a cos/sin pattern Andy, does current master work on your rv790 and Unigine ? Marc, can you try the attached pat

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #68 from Alex Deucher --- Trig functions need slightly different setup on r6xx and r7xx+. See tgsi_setup_trig() in r600_shader.c: /* * r600 - trunc to -PI..PI range * r700 - normalize by dividing by 2PI * see fdo bug 27901 */ -

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #69 from Marc Dietrich --- I mean it cannot find the intrinsic at all: # ./Release/bin/llc < test/CodeGen/R600/llvm.sin.ll -march=r600 -mcpu=r600 LLVM ERROR: Cannot select: 0x8a5570: f32 = fsin 0x8a5670 [ORD=2] [ID=3] 0x8a5670: f32

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #68 from Alex Deucher --- Trig functions need slightly different setup on r6xx and r7xx+. See tgsi_setup_trig() in r600_shader.c: /* * r600 - trunc to -PI..PI range * r700 - normalize by dividing by 2PI * see fdo bug 27901 */ -

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #67 from Marc Dietrich --- ok, maybe cos, sin, tan, are all broken because of bug 50317. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubb

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #66 from Marc Dietrich --- crash happens with firefox only, chrome reports test failed. both browser pass the test with R600_LLVM=0 -- You are receiving this mail because: You are the assignee for the bug. -- next part -

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #65 from Marc Dietrich --- regarding crash in comment 57, there seems to be something wrong with cosine: https://www.khronos.org/registry/webgl/conformance-suites/1.0.2/conformance/glsl/functions/glsl-function-cos.html reproduces th

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #67 from Marc Dietrich --- ok, maybe cos, sin, tan, are all broken because of bug 50317. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing lis

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #66 from Marc Dietrich --- crash happens with firefox only, chrome reports test failed. both browser pass the test with R600_LLVM=0 -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #65 from Marc Dietrich --- regarding crash in comment 57, there seems to be something wrong with cosine: https://www.khronos.org/registry/webgl/conformance-suites/1.0.2/conformance/glsl/functions/glsl-function-cos.html reproduces th

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #64 from Marc Dietrich --- patch in comment 60 does not fix the issues (no change). -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed...

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #64 from Marc Dietrich --- patch in comment 60 does not fix the issues (no change). -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #63 from Andy Furniss --- (In reply to comment #61) > (In reply to comment #58) > > Has anyone tested the patch from comment 47? > > Oops almost missed that - It does fix heaven and pearl boy on my rv790. Aggh ignore that it doesn't

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #62 from Andy Furniss --- (In reply to comment #60) > Created attachment 80781 [details] [review] > Properly set COUNT_3 v2 > > Sorry I sent the wrong patch. This one also fixes heaven and pearl boy on rv790. -- You are receiving

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #61 from Andy Furniss --- (In reply to comment #58) > Has anyone tested the patch from comment 47? Oops almost missed that - It does fix heaven and pearl boy on my rv790. -- You are receiving this mail because: You are the assignee

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 vincent changed: What|Removed |Added Attachment #80750|0 |1 is obsolete|

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #59 from Marc Dietrich --- just did, no change in perl boy (misrendered triangles) or heaven (still crash). -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML at

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #58 from Tom Stellard --- Has anyone tested the patch from comment 47? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL:

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #57 from Marc Dietrich --- Ok, found heaven - unfortunately, crashes with R600_LLVM=1 and works fine with R600_LLVM=0: MESA_EXTENSION_OVERRIDE=-GL_ARB_shader_bit_encoding force_glsl_extensions_warn=true ./heaven ATTENTION: default v

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #63 from Andy Furniss --- (In reply to comment #61) > (In reply to comment #58) > > Has anyone tested the patch from comment 47? > > Oops almost missed that - It does fix heaven and pearl boy on my rv790. Aggh ignore that it doesn't

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #62 from Andy Furniss --- (In reply to comment #60) > Created attachment 80781 [details] [review] > Properly set COUNT_3 v2 > > Sorry I sent the wrong patch. This one also fixes heaven and pearl boy on rv790. -- You are receiving

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #61 from Andy Furniss --- (In reply to comment #58) > Has anyone tested the patch from comment 47? Oops almost missed that - It does fix heaven and pearl boy on my rv790. -- You are receiving this mail because: You are the assignee

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #56 from Andy Furniss --- (In reply to comment #55) > (In reply to comment #54) > > Can someone provide me a link to heaven 3.0? > http://downloads.guru3d.com/Unigine-Heaven-DX11-Benchmark-3.0-Linux-download- > 2875.html Forgot to pu

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #55 from Andy Furniss --- (In reply to comment #54) > vincent, it seems you applied the patch to master already. I cannot find any > difference with perl boy demo. Can someone provide me a link to heaven 3.0? > I can only find 4.0 whi

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #54 from Marc Dietrich --- vincent, it seems you applied the patch to master already. I cannot find any difference with perl boy demo. Can someone provide me a link to heaven 3.0? I can only find 4.0 which requires opengl 3.3... --

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 vincent changed: What|Removed |Added Attachment #80750|0 |1 is obsolete|

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #59 from Marc Dietrich --- just did, no change in perl boy (misrendered triangles) or heaven (still crash). -- You are receiving this mail because: You are the assignee for the bug. ___ dr

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #58 from Tom Stellard --- Has anyone tested the patch from comment 47? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #57 from Marc Dietrich --- Ok, found heaven - unfortunately, crashes with R600_LLVM=1 and works fine with R600_LLVM=0: MESA_EXTENSION_OVERRIDE=-GL_ARB_shader_bit_encoding force_glsl_extensions_warn=true ./heaven ATTENTION: default v

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #56 from Andy Furniss --- (In reply to comment #55) > (In reply to comment #54) > > Can someone provide me a link to heaven 3.0? > http://downloads.guru3d.com/Unigine-Heaven-DX11-Benchmark-3.0-Linux-download- > 2875.html Forgot to pu

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #55 from Andy Furniss --- (In reply to comment #54) > vincent, it seems you applied the patch to master already. I cannot find any > difference with perl boy demo. Can someone provide me a link to heaven 3.0? > I can only find 4.0 whi

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #54 from Marc Dietrich --- vincent, it seems you applied the patch to master already. I cannot find any difference with perl boy demo. Can someone provide me a link to heaven 3.0? I can only find 4.0 which requires opengl 3.3... --

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 vincent changed: What|Removed |Added Attachment #80740|0 |1 is obsolete|

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #52 from Andy Furniss --- (In reply to comment #51) > Created attachment 80740 [details] [review] > Properly set COUNT_3 > > Indeed, I was always setting COUNT_3 to 0. > > This new patch should solve the issue (at least if it's rela

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 vincent changed: What|Removed |Added Attachment #80739|0 |1 is obsolete|

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #50 from Alex Deucher --- 6xx has a max tex/vtx clause size of 8. 7xx+ has a max tex/vtx clause size of 16. In CF_WORD1, make sure you are setting the MSB of the count field. Bits 12:10 and bit 19 make up the total count field. I s

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #49 from vincent --- Created attachment 80739 --> https://bugs.freedesktop.org/attachment.cgi?id=80739&action=edit Force max tex size of 8 Does this patch help ? I assumed a max tex clause size of 16 for anything from HD4000 using

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 vincent changed: What|Removed |Added Attachment #80740|0 |1 is obsolete|

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #52 from Andy Furniss --- (In reply to comment #51) > Created attachment 80740 [details] [review] > Properly set COUNT_3 > > Indeed, I was always setting COUNT_3 to 0. > > This new patch should solve the issue (at least if it's rela

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 vincent changed: What|Removed |Added Attachment #80739|0 |1 is obsolete|

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #50 from Alex Deucher --- 6xx has a max tex/vtx clause size of 8. 7xx+ has a max tex/vtx clause size of 16. In CF_WORD1, make sure you are setting the MSB of the count field. Bits 12:10 and bit 19 make up the total count field. I s

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #49 from vincent --- Created attachment 80739 --> https://bugs.freedesktop.org/attachment.cgi?id=80739&action=edit Force max tex size of 8 Does this patch help ? I assumed a max tex clause size of 16 for anything from HD4000 using

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #48 from Marc Dietrich --- seems to be fixed in master now, but using the commits in comment 42 it crashes like this. Program received signal SIGSEGV, Segmentation fault. 0x7fffb4481f44 in r600_sb::bc_decoder::decode_alu(unsigne

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #47 from Tom Stellard --- Created attachment 80701 --> https://bugs.freedesktop.org/attachment.cgi?id=80701&action=edit Work Around It looks like the stack size calculations are wrong in some cases, does this patch help? -- You a

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #46 from Tom Stellard --- (In reply to comment #43) > the commit mentioned in comment 42 almost fixes the misrendering, but not > completely. R600_DEBUG=sbdisasm crashes, so I cannot provide the output with > it. > Anyway, attaching o

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #45 from Marc Dietrich --- Created attachment 80691 --> https://bugs.freedesktop.org/attachment.cgi?id=80691&action=edit output with current mesa lots of misrendered triangles all across the screen -- You are receiving this mail

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #44 from Marc Dietrich --- Created attachment 80690 --> https://bugs.freedesktop.org/attachment.cgi?id=80690&action=edit output with commit from comment 42 this one shows much less misrendered triangles (no not zero) -- You are r

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #43 from Marc Dietrich --- the commit mentioned in comment 42 almost fixes the misrendering, but not completely. R600_DEBUG=sbdisasm crashes, so I cannot provide the output with it. Anyway, attaching output with current mesa/llvm and

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #42 from Andy Furniss --- Created attachment 80682 --> https://bugs.freedesktop.org/attachment.cgi?id=80682&action=edit rv790 dump of heaven working with older llvm/mesa llvm is at commit 9a9e936650bb82244f38dbddf6c4e427c2ae49f9

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 Andy Furniss changed: What|Removed |Added Attachment #80679|rv770 dump of heaven|rv790 dump of heaven description|c

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #41 from Andy Furniss --- Created attachment 80680 --> https://bugs.freedesktop.org/attachment.cgi?id=80680&action=edit rv 790 current heads working with R600_LLVM=0 (compressed) -- You are receiving this mail because: You are the

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #40 from Andy Furniss --- Created attachment 80679 --> https://bugs.freedesktop.org/attachment.cgi?id=80679&action=edit rv770 dump of heaven current heads broken (compressed) -- You are receiving this mail because: You are the ass

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #39 from Marc Dietrich --- maybe unrelated, but R600_DEBUG=sb crashes firefox Program received signal SIGSEGV, Segmentation fault. 0x7fffb5586c2e in r600_sb::bc_parser::prepare_alu_group(r600_sb::cf_node*, r600_sb::alu_group_node

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #38 from Marc Dietrich --- Created attachment 80666 --> https://bugs.freedesktop.org/attachment.cgi?id=80666&action=edit R600_LLVM=1 -- You are receiving this mail because: You are the assignee for the bug. -- next par

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #37 from Marc Dietrich --- Created attachment 80665 --> https://bugs.freedesktop.org/attachment.cgi?id=80665&action=edit R600_LLVM=0 -- You are receiving this mail because: You are the assignee for the bug. -- next par

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #36 from Marc Dietrich --- I attached the output of firefox http://www.gooengine.com/demofiles/pearl-boy/index.html with R600_LLVM=0/1 (large!). I'll try with an older llvm/mesa combo later. -- You are receiving this mail because: Y

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #48 from Marc Dietrich --- seems to be fixed in master now, but using the commits in comment 42 it crashes like this. Program received signal SIGSEGV, Segmentation fault. 0x7fffb4481f44 in r600_sb::bc_decoder::decode_alu(unsigne

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #47 from Tom Stellard --- Created attachment 80701 --> https://bugs.freedesktop.org/attachment.cgi?id=80701&action=edit Work Around It looks like the stack size calculations are wrong in some cases, does this patch help? -- You a

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #46 from Tom Stellard --- (In reply to comment #43) > the commit mentioned in comment 42 almost fixes the misrendering, but not > completely. R600_DEBUG=sbdisasm crashes, so I cannot provide the output with > it. > Anyway, attaching o

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #45 from Marc Dietrich --- Created attachment 80691 --> https://bugs.freedesktop.org/attachment.cgi?id=80691&action=edit output with current mesa lots of misrendered triangles all across the screen -- You are receiving this mail

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #44 from Marc Dietrich --- Created attachment 80690 --> https://bugs.freedesktop.org/attachment.cgi?id=80690&action=edit output with commit from comment 42 this one shows much less misrendered triangles (no not zero) -- You are r

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #43 from Marc Dietrich --- the commit mentioned in comment 42 almost fixes the misrendering, but not completely. R600_DEBUG=sbdisasm crashes, so I cannot provide the output with it. Anyway, attaching output with current mesa/llvm and

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #42 from Andy Furniss --- Created attachment 80682 --> https://bugs.freedesktop.org/attachment.cgi?id=80682&action=edit rv790 dump of heaven working with older llvm/mesa llvm is at commit 9a9e936650bb82244f38dbddf6c4e427c2ae49f9

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 Andy Furniss changed: What|Removed |Added Attachment #80679|rv770 dump of heaven|rv790 dump of heaven description|c

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #41 from Andy Furniss --- Created attachment 80680 --> https://bugs.freedesktop.org/attachment.cgi?id=80680&action=edit rv 790 current heads working with R600_LLVM=0 (compressed) -- You are receiving this mail because: You are the

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #40 from Andy Furniss --- Created attachment 80679 --> https://bugs.freedesktop.org/attachment.cgi?id=80679&action=edit rv770 dump of heaven current heads broken (compressed) -- You are receiving this mail because: You are the ass

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #35 from Tom Stellard --- All of the proposed fixes have been merged to the LLVM tree, so what would be helpful now is if people could post the output of R600_DEBUG=vs,fs,ps,sbdisasm from the applications that don't work. It would al

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #39 from Marc Dietrich --- maybe unrelated, but R600_DEBUG=sb crashes firefox Program received signal SIGSEGV, Segmentation fault. 0x7fffb5586c2e in r600_sb::bc_parser::prepare_alu_group(r600_sb::cf_node*, r600_sb::alu_group_node

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #38 from Marc Dietrich --- Created attachment 80666 --> https://bugs.freedesktop.org/attachment.cgi?id=80666&action=edit R600_LLVM=1 -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #37 from Marc Dietrich --- Created attachment 80665 --> https://bugs.freedesktop.org/attachment.cgi?id=80665&action=edit R600_LLVM=0 -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #36 from Marc Dietrich --- I attached the output of firefox http://www.gooengine.com/demofiles/pearl-boy/index.html with R600_LLVM=0/1 (large!). I'll try with an older llvm/mesa combo later. -- You are receiving this mail because: Y

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #35 from Tom Stellard --- All of the proposed fixes have been merged to the LLVM tree, so what would be helpful now is if people could post the output of R600_DEBUG=vs,fs,ps,sbdisasm from the applications that don't work. It would al

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #34 from Mike Lothian --- Out of interest has the previous two patches been applied upstream? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was s

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #33 from Marc Dietrich --- looks like my chrome version (27) has a bug with coordinates, so ignore this browser. still firefox doesn't render anything at all. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #32 from Andy Furniss --- (In reply to comment #30) > Can you try this branch: > http://cgit.freedesktop.org/~tstellar/llvm/log/?h=r600-gen-fixes > > I think it should fix the remaining issues. Doesn't fix heaven or pearl boy on my

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #31 from Marc Dietrich --- still the same. chrome still shows the triangles instead of the boy in the boat (even worse than before) and firefox does not render the boy at all. http://www.chromeexperiments.com/detail/pearl-boy/?f=we

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #34 from Mike Lothian --- Out of interest has the previous two patches been applied upstream? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailin

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #33 from Marc Dietrich --- looks like my chrome version (27) has a bug with coordinates, so ignore this browser. still firefox doesn't render anything at all. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #32 from Andy Furniss --- (In reply to comment #30) > Can you try this branch: > http://cgit.freedesktop.org/~tstellar/llvm/log/?h=r600-gen-fixes > > I think it should fix the remaining issues. Doesn't fix heaven or pearl boy on my

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #30 from Tom Stellard --- Can you try this branch: http://cgit.freedesktop.org/~tstellar/llvm/log/?h=r600-gen-fixes I think it should fix the remaining issues. -- You are receiving this mail because: You are the assignee for the bu

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #31 from Marc Dietrich --- still the same. chrome still shows the triangles instead of the boy in the boat (even worse than before) and firefox does not render the boy at all. http://www.chromeexperiments.com/detail/pearl-boy/?f=we

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #30 from Tom Stellard --- Can you try this branch: http://cgit.freedesktop.org/~tstellar/llvm/log/?h=r600-gen-fixes I think it should fix the remaining issues. -- You are receiving this mail because: You are the assignee for the bu

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #29 from Marc Dietrich --- Created attachment 80202 --> https://bugs.freedesktop.org/attachment.cgi?id=80202&action=edit render defects in webgl demo still having issues with some webgl demos, e.g. http://www.chromeexperiments.com/

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #28 from Marc Dietrich --- patch in comment 23 fixes gpu lockups for me in several webgl apps! Can this please be applied to llvm 3.3 branch? -- You are receiving this mail because: You are the assignee for the bug. -- n

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #29 from Marc Dietrich --- Created attachment 80202 --> https://bugs.freedesktop.org/attachment.cgi?id=80202&action=edit render defects in webgl demo still having issues with some webgl demos, e.g. http://www.chromeexperiments.com/

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #28 from Marc Dietrich --- patch in comment 23 fixes gpu lockups for me in several webgl apps! Can this please be applied to llvm 3.3 branch? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-05-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #27 from Andy Furniss --- (In reply to comment #23) > What is the revision of llvm ? > You may try this patch : > http://cgit.freedesktop.org/~vlj/llvm/commit/ > ?h=textures&id=5e9129b7626738ff3cc539cc30f28536cd9d5662 fixes the regre

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #27 from Andy Furniss --- (In reply to comment #23) > What is the revision of llvm ? > You may try this patch : > http://cgit.freedesktop.org/~vlj/llvm/commit/ > ?h=textures&id=5e9129b7626738ff3cc539cc30f28536cd9d5662 fixes the regre

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-05-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #26 from Mike Lothian --- Created attachment 79986 --> https://bugs.freedesktop.org/attachment.cgi?id=79986&action=edit KWin color corruption Green to the top left and pink to the bottom right -- You are receiving this mail becau

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-05-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #25 from Mike Lothian --- That second patch seems to have fixed the corruption - I was able to play Padman at ~40fps at 1080p Kwin still shows some colour issues I'll attach a screen shot -- You are receiving this mail because: You

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-05-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #24 from Mike Lothian --- I can confirm that the patch from comment 16 does not fix the issue I'll now try both patches I'm working from revision 182879 -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-05-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #23 from vincent --- What is the revision of llvm ? You may try this patch : http://cgit.freedesktop.org/~vlj/llvm/commit/?h=textures&id=5e9129b7626738ff3cc539cc30f28536cd9d5662 -- You are receiving this mail because: You are the as

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-05-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #22 from Alex Deucher --- Does Tom's patch in comment 16 help? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL:

  1   2   >