mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
radeonsi: never set INTERPOLATE_COMP_Z
based on PAL Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21041>
This commit is contained in:
parent
d087b3ec3c
commit
e25f08baf2
1 changed files with 0 additions and 1 deletions
|
|
@ -3775,7 +3775,6 @@ static void si_emit_msaa_config(struct si_context *sctx)
|
|||
S_028A4C_TILE_WALK_ORDER_ENABLE(1) | S_028A4C_MULTI_SHADER_ENGINE_PRIM_DISCARD_ENABLE(1) |
|
||||
S_028A4C_FORCE_EOV_CNTDWN_ENABLE(1) | S_028A4C_FORCE_EOV_REZ_ENABLE(1);
|
||||
unsigned db_eqaa = S_028804_HIGH_QUALITY_INTERSECTIONS(1) | S_028804_INCOHERENT_EQAA_READS(1) |
|
||||
S_028804_INTERPOLATE_COMP_Z(sctx->gfx_level < GFX11) |
|
||||
S_028804_STATIC_ANCHOR_ASSOCIATIONS(1);
|
||||
unsigned coverage_samples, z_samples;
|
||||
struct si_state_rasterizer *rs = sctx->queued.named.rasterizer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue