mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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:
parent
6ee38e2635
commit
50e61e251b
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue