summarylogtreecommitdiffstats
path: root/0003-evergreen-big-endian.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-evergreen-big-endian.patch')
-rw-r--r--0003-evergreen-big-endian.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0003-evergreen-big-endian.patch b/0003-evergreen-big-endian.patch
deleted file mode 100644
index ccf1717c7153..000000000000
--- a/0003-evergreen-big-endian.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 0ec3bdb2264b491fd3f5dc4e638b4c12611ef219 Mon Sep 17 00:00:00 2001
-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
-index cac240e..4b620a1 100644
---- a/src/gallium/drivers/r600/r600_state_common.c
-+++ b/src/gallium/drivers/r600/r600_state_common.c
-@@ -2716,7 +2716,7 @@ uint32_t r600_translate_colorformat(enum chip_class chip, enum pipe_format forma
-
- uint32_t r600_colorformat_endian_swap(uint32_t colorformat, bool do_endian_swap)
- {
-- if (R600_BIG_ENDIAN) {
-+ if (0 && R600_BIG_ENDIAN) {
- switch(colorformat) {
- /* 8-bit buffers. */
- case V_0280A0_COLOR_4_4:
---
-2.7.4
-