14 lines
538 B
Diff
14 lines
538 B
Diff
|
diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/drivers/r600/r600_state_common.c
|
||
|
index fabc52c..c276016 100644
|
||
|
--- a/src/gallium/drivers/r600/r600_state_common.c
|
||
|
+++ b/src/gallium/drivers/r600/r600_state_common.c
|
||
|
@@ -2258,7 +2258,7 @@ uint32_t r600_translate_colorformat(enum chip_class chip, enum pipe_format forma
|
||
|
|
||
|
uint32_t r600_colorformat_endian_swap(uint32_t colorformat)
|
||
|
{
|
||
|
- if (R600_BIG_ENDIAN) {
|
||
|
+ if (0 && R600_BIG_ENDIAN) {
|
||
|
switch(colorformat) {
|
||
|
/* 8-bit buffers. */
|
||
|
case V_0280A0_COLOR_4_4:
|