mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-25 07:32:59 +00:00
13 lines
478 B
Diff
13 lines
478 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
|
|
@@ -2739,7 +2739,7 @@
|
|
|
|
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:
|