summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorOded Gabbay <[email protected]>2016-03-06 17:58:59 +0200
committerOded Gabbay <[email protected]>2016-04-18 09:50:08 +0300
commitd3c98c73dc6547700e7c28f90019559f638b5d8c (patch)
treef5e0bd16bec488a669b2355ccec5d89f3fa60d44 /src/gallium/drivers/r600
parent72d0d2ba59f7b4c905539a4d1fb5e75a79cc627b (diff)
r600g: Move R600_BIG_ENDIAN to r600_pipe_common.h
I need to do this so I could use R600_BIG_ENDIAN in files which include r600_pipe_common.h but not r600_pipe.h Signed-off-by: Oded Gabbay <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 6c2a48ca412..7793859a593 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -92,12 +92,6 @@
#define R600_NUM_HW_STAGES 4
#define EG_NUM_HW_STAGES 6
-#ifdef PIPE_ARCH_BIG_ENDIAN
-#define R600_BIG_ENDIAN 1
-#else
-#define R600_BIG_ENDIAN 0
-#endif
-
struct r600_context;
struct r600_bytecode;
union r600_shader_key;