Mesa (9.1): mesa: Add i965 varying index patches to .cherry-ignore.

Kenneth Graunke kwg at kemper.freedesktop.org
Wed May 29 22:18:17 UTC 2013


Module: Mesa
Branch: 9.1
Commit: 42061192bfac4786d4fb9096b19364577aac4953
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42061192bfac4786d4fb9096b19364577aac4953

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed May 29 14:44:06 2013 -0700

mesa: Add i965 varying index patches to .cherry-ignore.

Ian and I have tried to backport them a few times now and have hit
regressions every time.  They're also performance fixes, not
bug/stability fixes, so we'll skip them for now.

Acked-by: Eric Anholt <eric at anholt.net>

---

 bin/.cherry-ignore |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index 1061266..892764b 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -18,3 +18,9 @@ a8246927e35a49097f70cffb7fa8dd05ec1365e1 r600g: Fix UMAD on Cayman
 # These patches cannot be backported without other, too invasive changes
 eb19163a4dd3d7bfeed63229820c926f99ed00d9 radeonsi: Initial support for multiple constant buffers
 e3befbca5ed9f22effcdc91c5886c86b644bc190 radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEX
+
+# These patches are performance improvements that are difficult to backport and cause regressions
+740350c982bd2735b9eb9063c2b91856b6f1ad31 i965: Make the fragment shader pull constants index by dwords, not vec4s.
+dca5fc14358a8b267b3854c39c976a822885898f i965/fs: Improve performance of varying-index uniform loads on IVB.
+70b27e0e4b5d15e575ea477d63c0f6cb19d645c2 i965/fs: Use LD messages for pre-gen7 varying-index uniform loads
+62501c3af85089b423218a41a2e2433ac849c2d3 i965/fs: Allow CSE on pre-gen7 varying-index uniform loads




More information about the mesa-commit mailing list