diff options
author | Marek Olšák <[email protected]> | 2012-01-29 04:17:30 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-01-31 02:17:53 +0100 |
commit | 84b4b2a8aacf6655d3f2a9f03dec3913a00aabdb (patch) | |
tree | d4b62773f2a197af6969d100db23b0edff008412 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 9c0b50ca0b31aa66147ea7919022de2633315c9a (diff) |
r600g: don't use register mask for CB_COLOR_CONTROL on r6xx-r7xx
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 169d5817fd0..b7c5e55b540 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -116,6 +116,7 @@ struct r600_pipe_rasterizer { struct r600_pipe_blend { struct r600_pipe_state rstate; unsigned cb_target_mask; + unsigned cb_color_control; }; struct r600_pipe_dsa { @@ -207,6 +208,7 @@ struct r600_pipe_context { struct r600_pipe_resource_state fs_resource[PIPE_MAX_ATTRIBS]; struct pipe_framebuffer_state framebuffer; unsigned cb_target_mask; + unsigned cb_color_control; /* for saving when using blitter */ struct pipe_stencil_ref stencil_ref; struct pipe_viewport_state viewport; |