mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
r600g: remove obsolete MULTIWRITE comment
fs writes all is implemented in the shader on eg+. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
938490c3fe
commit
e60daf7e25
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue