[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 Gert Wollny changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #10 from Emil Velikov --- Gert, should we close this considering the patch (fix?) has landed? -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailin

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #9 from Gert Wollny --- Patch: https://patchwork.freedesktop.org/patch/192036/ -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-deve

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #8 from Gert Wollny --- I found the problem: if KC0[0].x == index (=0): 1 x: ADD_INTT0.x, KC0[0].x, [0xfffe -nan].x 2 x: MOVA_INT __.x, T0.x Address register is now -2 and hence, in the ne

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #7 from Gert Wollny --- Created attachment 136005 --> https://bugs.freedesktop.org/attachment.cgi?id=136005&action=edit Shader dump with pos test -- You are receiving this mail because: You are the assignee for the bug.__

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #4 from Gert Wollny --- Created attachment 136002 --> https://bugs.freedesktop.org/attachment.cgi?id=136002&action=edit Version of the piglit that passes copy of gl_Position and tests it -- You are receiving this mail because: Yo

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #5 from Gert Wollny --- Created attachment 136003 --> https://bugs.freedesktop.org/attachment.cgi?id=136003&action=edit Piglit screen output with R600_DEBUG=nosb of shaders with extra pos parameter -- You are receiving this mail

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #6 from Gert Wollny --- Created attachment 136004 --> https://bugs.freedesktop.org/attachment.cgi?id=136004&action=edit Piglit output with extra pos parameter and sb enabled In this image on can see that the (corrected) position p

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #3 from Gert Wollny --- Created attachment 136001 --> https://bugs.freedesktop.org/attachment.cgi?id=136001&action=edit Version of the piglit that uses interleaved array and fails with sb -- You are receiving this mail because: Y

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #2 from Gert Wollny --- Created attachment 136000 --> https://bugs.freedesktop.org/attachment.cgi?id=136000&action=edit piglit screen output of simplified piglit -- You are receiving this mail because: You are the assignee for th

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 --- Comment #1 from Gert Wollny --- Created attachment 135999 --> https://bugs.freedesktop.org/attachment.cgi?id=135999&action=edit Version of the original piglit that passes -- You are receiving this mail because: You are the assignee for t

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 Bug ID: 104143 Summary: r600/sb: clobbers gl_Position -> gl_FragCoord Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Sev