diff options
author | Dave Airlie <[email protected]> | 2010-10-08 10:17:51 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-11 11:59:53 +1000 |
commit | 2c47f302af48fe2a464230efb63dfe543740d1fb (patch) | |
tree | fa398415e937fc7bb826c1d35a4d0fc7ee050c2b /src/gallium/drivers/r600/evergreend.h | |
parent | bd89da79a1acc8b896a7f5afc71435befe2ff7e4 (diff) |
r600g: evergreen has no request size bit in texture word4
Diffstat (limited to 'src/gallium/drivers/r600/evergreend.h')
-rw-r--r-- | src/gallium/drivers/r600/evergreend.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/evergreend.h b/src/gallium/drivers/r600/evergreend.h index 9971dded782..eb36a35165e 100644 --- a/src/gallium/drivers/r600/evergreend.h +++ b/src/gallium/drivers/r600/evergreend.h @@ -984,9 +984,6 @@ #define S_030010_ENDIAN_SWAP(x) (((x) & 0x3) << 12) #define G_030010_ENDIAN_SWAP(x) (((x) >> 12) & 0x3) #define C_030010_ENDIAN_SWAP 0xFFFFCFFF -#define S_030010_REQUEST_SIZE(x) (((x) & 0x3) << 14) -#define G_030010_REQUEST_SIZE(x) (((x) >> 14) & 0x3) -#define C_030010_REQUEST_SIZE 0xFFFF3FFF #define S_030010_DST_SEL_X(x) (((x) & 0x7) << 16) #define G_030010_DST_SEL_X(x) (((x) >> 16) & 0x7) #define C_030010_DST_SEL_X 0xFFF8FFFF |