Blame SOURCES/0003-evergreen-big-endian.patch

0e9fd6
From 0ec3bdb2264b491fd3f5dc4e638b4c12611ef219 Mon Sep 17 00:00:00 2001
0e9fd6
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
0e9fd6
Date: Sun, 20 Mar 2016 13:27:45 +0100
0e9fd6
Subject: [PATCH 3/4] evergreen big endian
0e9fd6
0e9fd6
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
0e9fd6
---
0e9fd6
 src/gallium/drivers/r600/r600_state_common.c | 2 +-
0e9fd6
 1 file changed, 1 insertion(+), 1 deletion(-)
0e9fd6
0e9fd6
diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/drivers/r600/r600_state_common.c
0e9fd6
index cac240e..4b620a1 100644
0e9fd6
--- a/src/gallium/drivers/r600/r600_state_common.c
0e9fd6
+++ b/src/gallium/drivers/r600/r600_state_common.c
0e9fd6
@@ -2716,7 +2716,7 @@ uint32_t r600_translate_colorformat(enum chip_class chip, enum pipe_format forma
0e9fd6
 
0e9fd6
 uint32_t r600_colorformat_endian_swap(uint32_t colorformat, bool do_endian_swap)
0e9fd6
 {
0e9fd6
-	if (R600_BIG_ENDIAN) {
0e9fd6
+	if (0 && R600_BIG_ENDIAN) {
0e9fd6
 		switch(colorformat) {
0e9fd6
 		/* 8-bit buffers. */
0e9fd6
 		case V_0280A0_COLOR_4_4:
0e9fd6
-- 
0e9fd6
2.7.4
0e9fd6