* [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