diff options
author | Alex Deucher <[email protected]> | 2013-03-19 14:25:32 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2013-03-19 18:13:26 -0400 |
commit | a9914117ea31ff4bc9d2e575e7366ddef57e5fea (patch) | |
tree | 36cfa7c2977416c9cd814ad5a9bfc3c3cea657e9 /src/gallium/drivers/r600/r600d.h | |
parent | c45d22e26a3e66371b239b5aac80170fcbf213f8 (diff) |
r600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xx
Not using HiS yet, but matches what we do on evergreen+.
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600d.h')
-rw-r--r-- | src/gallium/drivers/r600/r600d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600d.h b/src/gallium/drivers/r600/r600d.h index 81e5a6c6e1d..9b31383046d 100644 --- a/src/gallium/drivers/r600/r600d.h +++ b/src/gallium/drivers/r600/r600d.h @@ -2318,6 +2318,7 @@ #define R_02880C_DB_SHADER_CONTROL 0x02880C #define R_028D0C_DB_RENDER_CONTROL 0x028D0C #define R_028D10_DB_RENDER_OVERRIDE 0x028D10 +#define R_028D28_DB_SRESULTS_COMPARE_STATE0 0x028D28 #define R_028D2C_DB_SRESULTS_COMPARE_STATE1 0x028D2C #define R_028D30_DB_PRELOAD_CONTROL 0x028D30 #define R_028D44_DB_ALPHA_TO_MASK 0x028D44 |