diff options
author | Dave Airlie <[email protected]> | 2010-08-30 15:19:20 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-08-30 15:47:49 +1000 |
commit | 47d5a19df1e7760c4f5f0e340bfc56355c2e428b (patch) | |
tree | d7fbe791858c5df9b8c5f053bb65c6eb04395cdc /src/gallium/drivers/r600/r600_sq.h | |
parent | a2711d69686a6c7f2cabe174cfefeefc718ce335 (diff) |
r600g: add initial relative support to assembler
passes another ~20 piglits.
/me starts to run out low hanging fruit around now.
Diffstat (limited to 'src/gallium/drivers/r600/r600_sq.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_sq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_sq.h b/src/gallium/drivers/r600/r600_sq.h index b4ed435e91f..fa7a31742af 100644 --- a/src/gallium/drivers/r600/r600_sq.h +++ b/src/gallium/drivers/r600/r600_sq.h @@ -608,4 +608,6 @@ #define V_SQ_CF_COND_BOOL 0x02 #define V_SQ_CF_COND_NOT_BOOL 0x03 +#define V_SQ_REL_ABSOLUTE 0 +#define V_SQ_REL_RELATIVE 1 #endif |