sincorchetes / rpms / mesa

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