mesa/mesa-10.2-evergreen-big-endian.patch
Eugene Shatokhin 7c77e314cb Updated to version 10.2.1
A brief description of the changes in this release compares to 10.1.x
series is available here:
http://www.phoronix.com/scan.php?page=news_item&px=MTcwMDc
2014-06-09 16:29:53 +04:00

13 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: