All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 29703] New: mesa demos crashing on rv710 r600g
@ 2010-08-20 14:06 bugzilla-daemon
  2010-08-24  9:04 ` [Bug 29703] " bugzilla-daemon
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-08-20 14:06 UTC (permalink / raw)
  To: dri-devel

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

           Summary: mesa demos crashing on rv710 r600g
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: hramrach@centrum.cz


some curently broken demos:

locks up GPU:

shadowtex
teapot
dlist-*
deriv
bounce
arbocclude

segfaults the program:

arbfplight
arbfslight
bitmap

as a bonus some interesting effects:

failed clear - shows garbage or some pictures displayed in other applications:
copypix
clear*

array draws a mesh on r600c but draws nothing on r600g (paints the background
over the mesh?)

firecube flashes

dissolv works very fast on r600g but the patterns are odd and it is impossibly
slow on r600c (much slower than software)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] mesa demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
@ 2010-08-24  9:04 ` bugzilla-daemon
  2010-08-30  9:13 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-08-24  9:04 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Michal Suchanek <hramrach@centrum.cz> 2010-08-24 02:04:21 PDT ---
after latest changes

- shadowtex works (the shadows are pixelated somewhat and the m option has
seams - not sure if that is error in rendering or the demo is too simplistic to
get such details right). Pressing v gives wrong colors - vertex program is a
fail.

- teapot looks generally OK except it is partially transparent (where there are
holes in the top the light goes through although there is bottom still) it
gives 13fps which is quite slow

- dlist-* looks mostly OK except it does not redraw after window resize

- arbfplight locks up GPU
- arbfslight aborts
- bitmap locks up GPU
- copypix segfaults (regression, previously just failed)
- clear-fbo*, clear-scissor now sometimes lock up GPU (regression, previously
just failed)
- dissolve now sometimes locks up GPU (regression, previously just failed)

- fbo_firecube and array still fail

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] mesa demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
  2010-08-24  9:04 ` [Bug 29703] " bugzilla-daemon
@ 2010-08-30  9:13 ` bugzilla-daemon
  2010-09-02  8:26 ` [Bug 29703] " bugzilla-daemon
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-08-30  9:13 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Michal Suchanek <hramrach@centrum.cz> 2010-08-30 02:13:32 PDT ---
Now there are no more GPU crashes with today's mesa on linux 2.6.36-rc2 + r600
fence patch and the above demos.

copypix segfaults in mesa

dissolve - wrong pattern

fbo_firecube - flashes

array renders significanly differently from software

dlist- does not crash but some may misrender

clear* some may misrender

arbf?light works within broken lighting expectations

bitmap text not shown

shadowtex works with the issues as listed above

teapot works

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
  2010-08-24  9:04 ` [Bug 29703] " bugzilla-daemon
  2010-08-30  9:13 ` bugzilla-daemon
@ 2010-09-02  8:26 ` bugzilla-daemon
  2010-09-02 12:03 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-09-02  8:26 UTC (permalink / raw)
  To: dri-devel

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

Michal Suchanek <hramrach@centrum.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|mesa demos crashing on      |demos crashing on rv710
                   |rv710 r600g                 |r600g

--- Comment #3 from Michal Suchanek <hramrach@centrum.cz> 2010-09-02 01:26:17 PDT ---
I added dmesg logging to piglit so I identifed the piglit tests that lock up
the GPU:

fbo-drawbuffers-*

Also holding ^C after starting a piglit run does not terminate the runner, only
the individual tests and leads to complete system crash. The X server crashes
and the kernel keeps faulting continuously.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-09-02  8:26 ` [Bug 29703] " bugzilla-daemon
@ 2010-09-02 12:03 ` bugzilla-daemon
  2010-09-20 11:50 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-09-02 12:03 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Michal Suchanek <hramrach@centrum.cz> 2010-09-02 05:03:35 PDT ---
fbo_firecube segfaults or locks up GPU within minutes but usually not
immediately

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-09-02 12:03 ` bugzilla-daemon
@ 2010-09-20 11:50 ` bugzilla-daemon
  2010-09-20 14:44 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-09-20 11:50 UTC (permalink / raw)
  To: dri-devel

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

Michal Suchanek <hramrach@centrum.cz> changed:

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

--- Comment #5 from Michal Suchanek <hramrach@centrum.cz> 2010-09-20 04:50:34 PDT ---
currently none of these named demos crashes the card.

Thanks

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-09-20 11:50 ` bugzilla-daemon
@ 2010-09-20 14:44 ` bugzilla-daemon
  2010-09-20 19:48 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-09-20 14:44 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #6 from Török Edwin <edwintorok@gmail.com> 2010-09-20 07:44:09 PDT ---
On rv730 with r600g the 'gloss' demo locks up the GPU too

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 29703] demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-09-20 14:44 ` bugzilla-daemon
@ 2010-09-20 19:48 ` bugzilla-daemon
  2010-10-06 13:05 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-09-20 19:48 UTC (permalink / raw)
  To: dri-devel

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

Michal Suchanek <hramrach@centrum.cz> changed:

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
                   ` (6 preceding siblings ...)
  2010-09-20 19:48 ` bugzilla-daemon
@ 2010-10-06 13:05 ` bugzilla-daemon
  2010-11-03 11:04 ` bugzilla-daemon
  2010-11-04 19:20 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-10-06 13:05 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #7 from Michal Suchanek <hramrach@centrum.cz> 2010-10-06 06:05:28 PDT ---
The draw-vertices piglit test locks up the GPU or aborts.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
                   ` (7 preceding siblings ...)
  2010-10-06 13:05 ` bugzilla-daemon
@ 2010-11-03 11:04 ` bugzilla-daemon
  2010-11-04 19:20 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-11-03 11:04 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #8 from Michal Suchanek <hramrach@centrum.cz> 2010-11-03 04:04:04 PDT ---
draw-vertices now works reliably with r600c from 7.9 and r600g from git.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 29703] demos crashing on rv710 r600g
  2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
                   ` (8 preceding siblings ...)
  2010-11-03 11:04 ` bugzilla-daemon
@ 2010-11-04 19:20 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-11-04 19:20 UTC (permalink / raw)
  To: dri-devel

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

Jerome Glisse <glisse@freedesktop.org> changed:

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

--- Comment #9 from Jerome Glisse <glisse@freedesktop.org> 2010-11-04 12:20:11 PDT ---
Fixed

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

end of thread, other threads:[~2010-11-04 19:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-20 14:06 [Bug 29703] New: mesa demos crashing on rv710 r600g bugzilla-daemon
2010-08-24  9:04 ` [Bug 29703] " bugzilla-daemon
2010-08-30  9:13 ` bugzilla-daemon
2010-09-02  8:26 ` [Bug 29703] " bugzilla-daemon
2010-09-02 12:03 ` bugzilla-daemon
2010-09-20 11:50 ` bugzilla-daemon
2010-09-20 14:44 ` bugzilla-daemon
2010-09-20 19:48 ` bugzilla-daemon
2010-10-06 13:05 ` bugzilla-daemon
2010-11-03 11:04 ` bugzilla-daemon
2010-11-04 19:20 ` 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.