2014-06-09 16:29:53 +04:00
|
|
|
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
|
2016-05-16 18:29:26 +03:00
|
|
|
@@ -2739,7 +2739,7 @@
|
2014-06-09 16:29:53 +04:00
|
|
|
|
2016-05-16 18:29:26 +03:00
|
|
|
uint32_t r600_colorformat_endian_swap(uint32_t colorformat, bool do_endian_swap)
|
2014-06-09 16:29:53 +04:00
|
|
|
{
|
|
|
|
- if (R600_BIG_ENDIAN) {
|
|
|
|
+ if (0 && R600_BIG_ENDIAN) {
|
|
|
|
switch(colorformat) {
|
|
|
|
/* 8-bit buffers. */
|
|
|
|
case V_0280A0_COLOR_4_4:
|