diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2015-12-18 12:25:53 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-01-08 12:05:01 +0200 |
commit | 242146977f494b545f552634034b24ac3c408392 (patch) | |
tree | 4efab4de6a9e2420e4ec9073f0475a1be361cb6f | |
parent | a98bc4999794efff42b01730732458a7a37ed2a4 (diff) |
cherry-ignore: don't pick a specific i965 formats patch
commit 839793680f9 "MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals" causes a
handfull of regressions, some of which listed in fdo#92759.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r-- | bin/.cherry-ignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index 69500b167f..b9b9acfd32 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -1,2 +1,5 @@ # As per Marek http://lists.freedesktop.org/archives/mesa-stable/2015-December/003600.html 37208c4fd7b1ec679d10992b42a2811cab8245a5 Revert "radeonsi: disable DCC on Stoney" + +# causes regression in xwayland, kde/plasma, mpv, steam ... fdo#92759 +839793680f99b8387bee9489733d5071c10f3ace i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals |