summaryrefslogtreecommitdiff
path: root/src/r600_state.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-02-10 13:35:02 -0500
committerAlex Deucher <alexdeucher@gmail.com>2011-02-10 13:35:02 -0500
commitc52d817b51e13447802fe338be2d247ffba2a669 (patch)
tree4cf5f7917b4132c3f6a015b58e4c874b503bf8df /src/r600_state.h
parent5f9bc127d302404432b631e3e774192950f57b42 (diff)
6xx/7xx: consolidate remaining CB state
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/r600_state.h')
-rw-r--r--src/r600_state.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/r600_state.h b/src/r600_state.h
index 1e8dea3e..59670dbe 100644
--- a/src/r600_state.h
+++ b/src/r600_state.h
@@ -50,6 +50,11 @@ typedef struct {
int round_mode;
int tile_compact;
int source_format;
+ /* 2D related CB state */
+ uint32_t pmask;
+ int rop;
+ int blend_enable;
+ uint32_t blendcntl;
struct radeon_bo *bo;
} cb_config_t;