summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-01-29 16:56:02 +0100
committerMarek Olšák <[email protected]>2012-01-31 02:18:27 +0100
commitb1b969f670c50a15110fd41527ccbc7e885e1cdd (patch)
tree31b0629a02ad49c85a119fe7a77063bfae0dada0 /src/gallium/drivers/r600/r600_pipe.h
parent9344ab382a1765c1a7c2560e771485edf4954fe2 (diff)
r600g: don't use r600_context_reg on evergreen
Just getting rid of things which use the register mask. Reviewed-by: Dave Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index bf32ddc2821..0c6d72dc72f 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -125,6 +125,7 @@ struct r600_pipe_blend {
struct r600_pipe_dsa {
struct r600_pipe_state rstate;
unsigned alpha_ref;
+ unsigned db_render_override;
ubyte valuemask[2];
ubyte writemask[2];
};