* [Bug 79842] Performance drop since mesa 10.1.4
2014-06-09 16:21 [Bug 79842] New: Performance drop since mesa 10.1.4 bugzilla-daemon
@ 2014-06-09 16:21 ` bugzilla-daemon
2014-06-09 16:22 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-06-09 16:21 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 302 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79842
--- Comment #1 from Tom Guder <kontakt@ib-guder.de> ---
Created attachment 100756
--> https://bugs.freedesktop.org/attachment.cgi?id=100756&action=edit
Unigine Valley good
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1173 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] 6+ messages in thread* [Bug 79842] Performance drop since mesa 10.1.4
2014-06-09 16:21 [Bug 79842] New: Performance drop since mesa 10.1.4 bugzilla-daemon
2014-06-09 16:21 ` [Bug 79842] " bugzilla-daemon
@ 2014-06-09 16:22 ` bugzilla-daemon
2014-06-09 17:40 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-06-09 16:22 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79842
--- Comment #2 from Tom Guder <kontakt@ib-guder.de> ---
Created attachment 100757
--> https://bugs.freedesktop.org/attachment.cgi?id=100757&action=edit
Unigine Valley worse
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1176 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] 6+ messages in thread* [Bug 79842] Performance drop since mesa 10.1.4
2014-06-09 16:21 [Bug 79842] New: Performance drop since mesa 10.1.4 bugzilla-daemon
2014-06-09 16:21 ` [Bug 79842] " bugzilla-daemon
2014-06-09 16:22 ` bugzilla-daemon
@ 2014-06-09 17:40 ` bugzilla-daemon
2014-06-09 17:44 ` bugzilla-daemon
2015-08-02 10:36 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-06-09 17:40 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 199 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79842
--- Comment #3 from Alex Deucher <agd5f@yahoo.com> ---
Can you bisect?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 938 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] 6+ messages in thread
* [Bug 79842] Performance drop since mesa 10.1.4
2014-06-09 16:21 [Bug 79842] New: Performance drop since mesa 10.1.4 bugzilla-daemon
` (2 preceding siblings ...)
2014-06-09 17:40 ` bugzilla-daemon
@ 2014-06-09 17:44 ` bugzilla-daemon
2015-08-02 10:36 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-06-09 17:44 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 537 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79842
--- Comment #4 from Grigori Goronzy <greg@chown.ath.cx> ---
Probably related to this:
http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.1&id=1ba2298131924daf34b4504ba748a782c5189f48
Anisotropic filtering was broken in radeonsi, and that fixed it. Anisotropic
filtering has some overhead, which explains the slightly reduced performance.
This patch was applied to 10.1 and 10.2 branches as well as master.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1400 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] 6+ messages in thread* [Bug 79842] Performance drop since mesa 10.1.4
2014-06-09 16:21 [Bug 79842] New: Performance drop since mesa 10.1.4 bugzilla-daemon
` (3 preceding siblings ...)
2014-06-09 17:44 ` bugzilla-daemon
@ 2015-08-02 10:36 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2015-08-02 10:36 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1001 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79842
Marek Olšák <maraeo@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #5 from Marek Olšák <maraeo@gmail.com> ---
(In reply to Grigori Goronzy from comment #4)
> Probably related to this:
>
> http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.
> 1&id=1ba2298131924daf34b4504ba748a782c5189f48
>
> Anisotropic filtering was broken in radeonsi, and that fixed it. Anisotropic
> filtering has some overhead, which explains the slightly reduced performance.
>
> This patch was applied to 10.1 and 10.2 branches as well as master.
Makes sense. Anisotropic filtering can indeed decrease performance a lot.
Closing.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2625 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] 6+ messages in thread