diff options
author | Marek Olšák <[email protected]> | 2012-02-21 17:49:29 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-02-23 20:29:55 +0100 |
commit | f841b8a833f32074c79724c66c85cdc7b48087e2 (patch) | |
tree | 147377bc9e441619f18c0b1c036bd2985549a5d0 /src/gallium/drivers/r600/r600_hw_context_priv.h | |
parent | bed7b4aa5ff7bab39e9aafe9d78c4ec63f5631bc (diff) |
r600g: define GROUP_FORCE_NEW_BLOCK in common header
Reviewed-by: Jerome Glisse <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_context_priv.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_hw_context_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context_priv.h b/src/gallium/drivers/r600/r600_hw_context_priv.h index 61009af1ab2..c32fc6386eb 100644 --- a/src/gallium/drivers/r600/r600_hw_context_priv.h +++ b/src/gallium/drivers/r600/r600_hw_context_priv.h @@ -44,6 +44,8 @@ #define BLOCK_FLAG_RESOURCE 32 #define REG_FLAG_FLUSH_CHANGE 64 +#define GROUP_FORCE_NEW_BLOCK 0 + struct r600_reg { unsigned offset; unsigned flags; |