All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage
@ 2010-07-17 10:54 bugzilla-daemon
  2010-07-17 11:39 ` [Bug 29128] " bugzilla-daemon
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 10:54 UTC (permalink / raw)
  To: dri-devel

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

           Summary: [r300g] nearly all CS gets rejected, rendering only
                    garbage
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: aaalmosss@gmail.com


After the following commit: 
3eb557778376bcbbc6f25da88ffbaa269607254c is the first bad commit
commit 3eb557778376bcbbc6f25da88ffbaa269607254c
Author: Marek Olšák <maraeo@gmail.com>
Date:   Fri Jul 16 12:53:40 2010 +0200

    r300g: do not make copies of constant buffers, emit them directly

:040000 040000 a69b58bdfeed6b10709e771e09d6b0e7756c35a2
1b7411912b05b30cea9c6a3063fc5f8fb2c476b8 M    src

rendering is totally garbage in all applications I tried.

Stderr:
r300: Warning: cs_count off by -12 at (r300_emit_fs_constants, r300_emit.c:185)
debug_get_bool_option: RADEON_DUMP_CS = FALSE
radeon: The kernel rejected CS, see dmesg for more information.

dmesg:
[10445.982286] Forbidden register 0x0000 in cs at 15805
[10445.982292] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !

-- 
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] 8+ messages in thread

* [Bug 29128] [r300g] nearly all CS gets rejected, rendering only garbage
  2010-07-17 10:54 [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage bugzilla-daemon
@ 2010-07-17 11:39 ` bugzilla-daemon
  2010-07-17 12:32 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 11:39 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Marek Olšák <maraeo@gmail.com> 2010-07-17 04:39:56 PDT ---
Fixed in master, can you confirm?

-- 
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] 8+ messages in thread

* [Bug 29128] [r300g] nearly all CS gets rejected, rendering only garbage
  2010-07-17 10:54 [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage bugzilla-daemon
  2010-07-17 11:39 ` [Bug 29128] " bugzilla-daemon
@ 2010-07-17 12:32 ` bugzilla-daemon
  2010-07-17 12:44 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 12:32 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Álmos <aaalmosss@gmail.com> 2010-07-17 05:32:22 PDT ---
The situation didn't get much better, but the error messages changed to:

stderr:
debug_get_bool_option: RADEON_DUMP_CS = FALSE
radeon: The kernel rejected CS, see dmesg for more information.

dmesg:
[18652.649971] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !

-- 
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] 8+ messages in thread

* [Bug 29128] [r300g] nearly all CS gets rejected, rendering only garbage
  2010-07-17 10:54 [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage bugzilla-daemon
  2010-07-17 11:39 ` [Bug 29128] " bugzilla-daemon
  2010-07-17 12:32 ` bugzilla-daemon
@ 2010-07-17 12:44 ` bugzilla-daemon
  2010-07-17 13:08 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 12:44 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Marek Olšák <maraeo@gmail.com> 2010-07-17 05:44:06 PDT ---
Yeah the fix introduced another regression, it should be fixed now.

-- 
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] 8+ messages in thread

* [Bug 29128] [r300g] nearly all CS gets rejected, rendering only garbage
  2010-07-17 10:54 [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-07-17 12:44 ` bugzilla-daemon
@ 2010-07-17 13:08 ` bugzilla-daemon
  2010-07-17 13:36 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 13:08 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Álmos <aaalmosss@gmail.com> 2010-07-17 06:08:31 PDT ---
Now it is much better, but it's still not perfect. The intro movie of openarena
is drawn in purple, and in ut2004 the map preview has inverted colors and there
is no lighting at all (everything is black).

-- 
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] 8+ messages in thread

* [Bug 29128] [r300g] nearly all CS gets rejected, rendering only garbage
  2010-07-17 10:54 [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-07-17 13:08 ` bugzilla-daemon
@ 2010-07-17 13:36 ` bugzilla-daemon
  2010-07-17 15:15 ` bugzilla-daemon
  2010-07-17 15:21 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 13:36 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from Marek Olšák <maraeo@gmail.com> 2010-07-17 06:36:04 PDT ---
Created an attachment (id=37148)
 View: https://bugs.freedesktop.org/attachment.cgi?id=37148
 Review: https://bugs.freedesktop.org/review?bug=29128&attachment=37148

fix

Could you try the attached patch?

-- 
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] 8+ messages in thread

* [Bug 29128] [r300g] nearly all CS gets rejected, rendering only garbage
  2010-07-17 10:54 [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-07-17 13:36 ` bugzilla-daemon
@ 2010-07-17 15:15 ` bugzilla-daemon
  2010-07-17 15:21 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 15:15 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #6 from Álmos <aaalmosss@gmail.com> 2010-07-17 08:15:38 PDT ---
The attached patch works.

-- 
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] 8+ messages in thread

* [Bug 29128] [r300g] nearly all CS gets rejected, rendering only garbage
  2010-07-17 10:54 [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-07-17 15:15 ` bugzilla-daemon
@ 2010-07-17 15:21 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2010-07-17 15:21 UTC (permalink / raw)
  To: dri-devel

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

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         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.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2010-07-17 15:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-17 10:54 [Bug 29128] New: [r300g] nearly all CS gets rejected, rendering only garbage bugzilla-daemon
2010-07-17 11:39 ` [Bug 29128] " bugzilla-daemon
2010-07-17 12:32 ` bugzilla-daemon
2010-07-17 12:44 ` bugzilla-daemon
2010-07-17 13:08 ` bugzilla-daemon
2010-07-17 13:36 ` bugzilla-daemon
2010-07-17 15:15 ` bugzilla-daemon
2010-07-17 15:21 ` 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.