diff options
author | Dave Airlie <[email protected]> | 2010-12-18 10:40:33 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-12-24 07:19:58 +1000 |
commit | 4e52e8f746e3565bf3fe9ba8e4e3744ce0302478 (patch) | |
tree | df021c5a0e71e52d2110af32435e12d3c41bf274 /src/gallium/drivers/r300/r300_context.h | |
parent | 07498075b5de14955958da44a90eb7ee203218a1 (diff) |
r300g: add support for color0 writes to all bound color buffers.
Thanks to Marek Olšák for making my initial attempt actually work.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 39dcde06106..247f26d7a76 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -697,7 +697,8 @@ void r500_emit_index_bias(struct r300_context *r300, int index_bias); enum r300_fb_state_change { R300_CHANGED_FB_STATE = 0, R300_CHANGED_CBZB_FLAG, - R300_CHANGED_ZCLEAR_FLAG + R300_CHANGED_ZCLEAR_FLAG, + R300_CHANGED_MULTIWRITE }; void r300_mark_fb_state_dirty(struct r300_context *r300, |