mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
panfrost: Allow FPK on Valhall
Reuse the logic from Bifrost for a performance win. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16748>
This commit is contained in:
parent
2981ee5c7b
commit
776fa19db2
1 changed files with 1 additions and 0 deletions
|
|
@ -3251,6 +3251,7 @@ panfrost_emit_draw(void *out,
|
|||
cfg.pixel_kill_operation = kill.pixel_kill;
|
||||
cfg.zs_update_operation = kill.zs_update;
|
||||
|
||||
cfg.allow_forward_pixel_to_kill = pan_allow_forward_pixel_to_kill(ctx, fs);
|
||||
cfg.allow_forward_pixel_to_be_killed = !fs->info.fs.sidefx;
|
||||
|
||||
/* Mask of render targets that may be written. A render
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue