diff options
author | Alex Deucher <[email protected]> | 2012-01-06 10:15:37 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2012-01-06 10:15:37 -0500 |
commit | e60daf7e25daaaae34c803834079201ef1cc3900 (patch) | |
tree | 6b14b5c7ec0740563184da6fef614ead51f9aad3 | |
parent | 938490c3fe8ccce6ca96a4fcba89ffc1bcded873 (diff) |
r600g: remove obsolete MULTIWRITE comment
fs writes all is implemented in the shader on eg+.
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | src/gallium/drivers/r600/evergreen_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/evergreen_state.c b/src/gallium/drivers/r600/evergreen_state.c index ed75ae3e61f..7ded03d4428 100644 --- a/src/gallium/drivers/r600/evergreen_state.c +++ b/src/gallium/drivers/r600/evergreen_state.c @@ -2396,7 +2396,6 @@ void evergreen_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader r600_pipe_state_add_reg(rstate, R_02884C_SQ_PGM_EXPORTS_PS, exports_ps, 0xFFFFFFFF, NULL, 0); - /* FIXME: Evergreen doesn't seem to support MULTIWRITE_ENABLE. */ /* only set some bits here, the other bits are set in the dsa state */ r600_pipe_state_add_reg(rstate, R_02880C_DB_SHADER_CONTROL, |