mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
radeonsi/gfx10: apply DCC MSAA blend workaround
Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
bc25ccfe22
commit
3aa622aab1
1 changed files with 1 additions and 3 deletions
|
|
@ -119,9 +119,7 @@ static void si_emit_cb_render_state(struct si_context *sctx)
|
|||
* Alternatively, we can set CB_COLORi_DCC_CONTROL.OVERWRITE_-
|
||||
* COMBINER_DISABLE, but that would be more complicated.
|
||||
*/
|
||||
bool oc_disable = (sctx->chip_class == GFX8 ||
|
||||
sctx->chip_class == GFX9) &&
|
||||
blend &&
|
||||
bool oc_disable = blend &&
|
||||
blend->blend_enable_4bit & cb_target_mask &&
|
||||
sctx->framebuffer.nr_samples >= 2;
|
||||
unsigned watermark = sctx->framebuffer.dcc_overwrite_combiner_watermark;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue