asahi: Remove redundant tri merge disable bit

Cargoculted from Metal.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21081>
This commit is contained in:
Alyssa Rosenzweig 2023-01-06 23:19:45 -05:00 committed by Marge Bot
parent 6ee38e2635
commit 50e61e251b

View file

@ -1987,8 +1987,6 @@ agx_encode_state(struct agx_batch *batch, uint8_t *out, bool is_lines,
cfg.two_sided_stencil = ctx->zs->base.stencil[1].enabled;
cfg.depth_bias_enable = rast->base.offset_tri;
cfg.unk_fill_lines = is_points; /* XXX: what is this? */
/* Always enable scissoring so we may scissor to the viewport (TODO:
* optimize this out if the viewport is the default and the app does
* not use the scissor test)