[Mesa-dev] [PATCH 2/2] radv: add potential missing fields for DB_EQAA

Bas Nieuwenhuizen bas at basnieuwenhuizen.nl
Fri Sep 28 12:59:11 UTC 2018


Last time I tried these nothing change, but

Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

for the series.
On Fri, Sep 28, 2018 at 12:28 PM Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
>
> Other drivers set these two as well, just apply the same rule.
>
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
> ---
>  src/amd/vulkan/radv_pipeline.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c
> index 94688997b4..4b626a59af 100644
> --- a/src/amd/vulkan/radv_pipeline.c
> +++ b/src/amd/vulkan/radv_pipeline.c
> @@ -1075,7 +1075,9 @@ radv_pipeline_init_multisample_state(struct radv_pipeline *pipeline,
>         ms->pa_sc_line_cntl = S_028BDC_DX10_DIAMOND_TEST_ENA(1);
>         ms->pa_sc_aa_config = 0;
>         ms->db_eqaa = S_028804_HIGH_QUALITY_INTERSECTIONS(1) |
> -               S_028804_STATIC_ANCHOR_ASSOCIATIONS(1);
> +                     S_028804_STATIC_ANCHOR_ASSOCIATIONS(1) |
> +                     S_028804_INTERPOLATE_COMP_Z(1) |
> +                     S_028804_STATIC_ANCHOR_ASSOCIATIONS(1);
>         ms->pa_sc_mode_cntl_1 =
>                 S_028A4C_WALK_FENCE_ENABLE(1) | //TODO linear dst fixes
>                 S_028A4C_WALK_FENCE_SIZE(num_tile_pipes == 2 ? 2 : 3) |
> --
> 2.19.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list