All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 71777] New: R600 stuck while compiling shader for Unigine Heaven 3.0
@ 2013-11-19  9:40 bugzilla-daemon
  2013-11-22  0:50 ` [Bug 71777] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-19  9:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1063 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=71777

          Priority: medium
            Bug ID: 71777
          Assignee: dri-devel@lists.freedesktop.org
           Summary: R600 stuck while compiling shader for Unigine Heaven
                    3.0
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: marvin24@gmx.de
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

Created attachment 89455
  --> https://bugs.freedesktop.org/attachment.cgi?id=89455&action=edit
diff of the relevant shader dump with and without the patch

commit 88c8f19 (r600/llvm: Store inputs in function arguments) causes some
infinite loop compiling a shader in UH 3.0. Works fine with R600_LLVM=0 or by
reverting the patch. I attached a shader dump diff with and without the patch.
See also
http://lists.freedesktop.org/archives/mesa-dev/2013-November/048433.html.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2651 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 71777] R600 stuck while compiling shader for Unigine Heaven 3.0
  2013-11-19  9:40 [Bug 71777] New: R600 stuck while compiling shader for Unigine Heaven 3.0 bugzilla-daemon
@ 2013-11-22  0:50 ` bugzilla-daemon
  2013-11-25 12:08 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-22  0:50 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 236 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=71777

--- Comment #1 from Tom Stellard <tstellar@gmail.com> ---
Can you post a dump with only the failing shader?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1022 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 71777] R600 stuck while compiling shader for Unigine Heaven 3.0
  2013-11-19  9:40 [Bug 71777] New: R600 stuck while compiling shader for Unigine Heaven 3.0 bugzilla-daemon
  2013-11-22  0:50 ` [Bug 71777] " bugzilla-daemon
@ 2013-11-25 12:08 ` bugzilla-daemon
  2013-12-13 19:15 ` bugzilla-daemon
  2013-12-14 22:58 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-25 12:08 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 593 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=71777

Marc Dietrich <marvin24@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #89455|0                           |1
        is obsolete|                            |

--- Comment #2 from Marc Dietrich <marvin24@gmx.de> ---
Created attachment 89739
  --> https://bugs.freedesktop.org/attachment.cgi?id=89739&action=edit
failing shader in Unigine Heaven 3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2052 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 71777] R600 stuck while compiling shader for Unigine Heaven 3.0
  2013-11-19  9:40 [Bug 71777] New: R600 stuck while compiling shader for Unigine Heaven 3.0 bugzilla-daemon
  2013-11-22  0:50 ` [Bug 71777] " bugzilla-daemon
  2013-11-25 12:08 ` bugzilla-daemon
@ 2013-12-13 19:15 ` bugzilla-daemon
  2013-12-14 22:58 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-12-13 19:15 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 225 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=71777

--- Comment #3 from Andy Furniss <adf.lists@gmail.com> ---
Working for me now with Today's Gits.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1012 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 71777] R600 stuck while compiling shader for Unigine Heaven 3.0
  2013-11-19  9:40 [Bug 71777] New: R600 stuck while compiling shader for Unigine Heaven 3.0 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-12-13 19:15 ` bugzilla-daemon
@ 2013-12-14 22:58 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-12-14 22:58 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 505 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=71777

Marc Dietrich <marvin24@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Marc Dietrich <marvin24@gmx.de> ---
confirmed. whatever fixed it ...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1981 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-14 22:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-19  9:40 [Bug 71777] New: R600 stuck while compiling shader for Unigine Heaven 3.0 bugzilla-daemon
2013-11-22  0:50 ` [Bug 71777] " bugzilla-daemon
2013-11-25 12:08 ` bugzilla-daemon
2013-12-13 19:15 ` bugzilla-daemon
2013-12-14 22:58 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.