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