* [Bug 28359] New: Regression running Second Life viewer on r600 (mipmap generation issue?)
@ 2010-06-02 18:29 bugzilla-daemon
2010-06-02 19:21 ` [Bug 28359] " bugzilla-daemon
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-06-02 18:29 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=28359
Summary: Regression running Second Life viewer on r600 (mipmap
generation issue?)
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: makosoft@googlemail.com
There's a regression in recent git master when running the Second Life viewer
on the r600 driver. Objects flash in and out of existence continuously, making
Second Life unusable. git bisect points to the commit
055750fafba58fd2ee0f5611b566a71ab0f22984 "Enable hardware mipmap generation for
radeon" on the 24th of May, which is plausible since Second Life generates all
mipmaps at runtime.
I'm using a 2600XT card, Linux 2.6.34, latest libdrm master, and the latest
unofficial Imprudence client release (since the official client isn't available
in an x86_64 version).
--
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] 7+ messages in thread
* [Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)
2010-06-02 18:29 [Bug 28359] New: Regression running Second Life viewer on r600 (mipmap generation issue?) bugzilla-daemon
@ 2010-06-02 19:21 ` bugzilla-daemon
2010-06-03 10:39 ` bugzilla-daemon
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-06-02 19:21 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=28359
--- Comment #1 from Alex Deucher <agd5f@yahoo.com> 2010-06-02 12:21:35 PDT ---
This is probably a dupe of bug 28284
--
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] 7+ messages in thread
* [Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)
2010-06-02 18:29 [Bug 28359] New: Regression running Second Life viewer on r600 (mipmap generation issue?) bugzilla-daemon
2010-06-02 19:21 ` [Bug 28359] " bugzilla-daemon
@ 2010-06-03 10:39 ` bugzilla-daemon
2010-06-20 11:50 ` bugzilla-daemon
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-06-03 10:39 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=28359
--- Comment #2 from Aidan Thornton <makosoft@googlemail.com> 2010-06-03 03:39:12 PDT ---
Well, I can confirm that the patch Will Dyson attached to bug 28284 does *not*
fix this issue for me. Reverting 055750fafba58fd2ee0f5611b566a71ab0f22984, on
the other hand, does seem to. Also, the commit in question smells somewhat
fishy: as far as I can tell, if anything it *disables* hardware mipmap
generation and forces the use of the software path.
--
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] 7+ messages in thread
* [Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)
2010-06-02 18:29 [Bug 28359] New: Regression running Second Life viewer on r600 (mipmap generation issue?) bugzilla-daemon
2010-06-02 19:21 ` [Bug 28359] " bugzilla-daemon
2010-06-03 10:39 ` bugzilla-daemon
@ 2010-06-20 11:50 ` bugzilla-daemon
2012-11-02 16:28 ` bugzilla-daemon
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-06-20 11:50 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=28359
--- Comment #3 from Aidan Thornton <makosoft@googlemail.com> 2010-06-20 04:50:20 PDT ---
Small additional detail: the mipmaps themselves appear to be generated fine as
far as I can tell, and everything works so long as no mipmap generation is
happening. However, when a mipmap is generated the next frame rendered by the
viewer reliably fails to render a lot of the in-world objects. In fact, whilst
textures are being loaded rapidly enough that at least one mipmap is generated
per frame, the same affected objects are consistently not rendered on every
frame.
It appears that hardware mipmap generation and rendering are interacting badly
somehow. Given that Second Life relies heavily on streaming textures, this is
enough to make it unusable.
(Oh, and the patch pointed to by git bisect does indeed force hardware mipmap
generation rather than software as it claims).
--
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] 7+ messages in thread
* [Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)
2010-06-02 18:29 [Bug 28359] New: Regression running Second Life viewer on r600 (mipmap generation issue?) bugzilla-daemon
` (2 preceding siblings ...)
2010-06-20 11:50 ` bugzilla-daemon
@ 2012-11-02 16:28 ` bugzilla-daemon
2012-11-02 17:17 ` bugzilla-daemon
2012-11-02 17:42 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-11-02 16:28 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 578 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=28359
Andreas Boll <andreas.boll.dev@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #4 from Andreas Boll <andreas.boll.dev@gmail.com> ---
Note: classic r600 driver has been abandoned.
Please use r600g (gallium driver) instead.
Is this still an issue with a newer driver/kernel?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1980 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] 7+ messages in thread
* [Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)
2010-06-02 18:29 [Bug 28359] New: Regression running Second Life viewer on r600 (mipmap generation issue?) bugzilla-daemon
` (3 preceding siblings ...)
2012-11-02 16:28 ` bugzilla-daemon
@ 2012-11-02 17:17 ` bugzilla-daemon
2012-11-02 17:42 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-11-02 17:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 430 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=28359
--- Comment #5 from Aidan Thornton <makosoft@googlemail.com> ---
Nope, doesn't affect r600g and I don't think it ever actually did (though I
wasn't using it at the time because it had - and still has - other unrelated
rendering issues that're harder to work around). Guess this probably wants
closing?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1275 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] 7+ messages in thread
* [Bug 28359] Regression running Second Life viewer on r600 (mipmap generation issue?)
2010-06-02 18:29 [Bug 28359] New: Regression running Second Life viewer on r600 (mipmap generation issue?) bugzilla-daemon
` (4 preceding siblings ...)
2012-11-02 17:17 ` bugzilla-daemon
@ 2012-11-02 17:42 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-11-02 17:42 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 425 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=28359
Andreas Boll <andreas.boll.dev@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1261 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] 7+ messages in thread
end of thread, other threads:[~2012-11-02 17:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 18:29 [Bug 28359] New: Regression running Second Life viewer on r600 (mipmap generation issue?) bugzilla-daemon
2010-06-02 19:21 ` [Bug 28359] " bugzilla-daemon
2010-06-03 10:39 ` bugzilla-daemon
2010-06-20 11:50 ` bugzilla-daemon
2012-11-02 16:28 ` bugzilla-daemon
2012-11-02 17:17 ` bugzilla-daemon
2012-11-02 17:42 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).