diff options
author | Dave Airlie <[email protected]> | 2010-08-06 15:29:50 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-08-06 16:05:24 +1000 |
commit | 5f6ab5e259de826bb3795d90fdb0235c8997acb9 (patch) | |
tree | 32bdd63124f2169fce5a273adbe947811933b7c8 /src/gallium/drivers/r600/r600_context.h | |
parent | 642d5ba79abc6a231a5fdabb3454b9b082b0d7f8 (diff) |
r600g: start to fix up multiple targets.
fixup exports from pixel shader for multi-cbs + depth buffer writing.
Still crashes GPU running any of the multi-buffer or depth writing
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_context.h b/src/gallium/drivers/r600/r600_context.h index 78da88fef5e..c83949de425 100644 --- a/src/gallium/drivers/r600/r600_context.h +++ b/src/gallium/drivers/r600/r600_context.h @@ -94,7 +94,7 @@ struct r600_context_hw_states { struct radeon_state dsa; struct radeon_state blend; struct radeon_state viewport; - struct radeon_state cb0; + struct radeon_state cb[7]; struct radeon_state config; struct radeon_state cb_cntl; struct radeon_state db; |