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:
committed by
Marge Bot
parent
2981ee5c7b
commit
776fa19db2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user