[Bug 86656] glMark2 performance regression on mesa 10.3 or master branch
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Mar 6 15:53:12 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=86656
Matt Turner <mattst88 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Assignee|idr at freedesktop.org |kenneth at whitecape.org
--- Comment #1 from Matt Turner <mattst88 at gmail.com> ---
I think this was fixed by this commit:
commit f95733ddb7fff0af923fce3a07ebef78fa3139a4
Author: Kenneth Graunke <kenneth at whitecape.org>
Date: Fri Jan 9 20:46:17 2015 -0800
i965: Respect the no_8 flag on Gen6, not just Gen7+.
When doing repclears, we only want to use the SIMD16 program, not the
SIMD8 one. Kristian added this to the Gen7+ code, but apparently we
missed it in the Gen6 code. This patch copies that code over.
Approximately doubles the performance in a clear microbenchmark from
mesa-demos (clearspd -width 500 -height 500 +color) on Sandybridge.
Cc: "10.4 10.3" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Kristian Høgsberg <krh at bitplanet.net>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
References:
https://code.google.com/p/chrome-os-partner/issues/detail?id=34681
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150306/1cc36619/attachment.html>
More information about the intel-3d-bugs
mailing list