mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
v3dv/pipeline: don't prepack up early-z configuration
False (so zero) is already the default value, so those prepacks are basically superfluous. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23167>
This commit is contained in:
parent
6dc22d996c
commit
10daeac603
1 changed files with 0 additions and 4 deletions
|
|
@ -223,10 +223,6 @@ pack_cfg_bits(struct v3dv_pipeline *pipeline,
|
|||
config.depth_test_function = VK_COMPARE_OP_ALWAYS;
|
||||
}
|
||||
|
||||
/* EZ state will be updated at draw time based on bound pipeline state */
|
||||
config.early_z_updates_enable = false;
|
||||
config.early_z_enable = false;
|
||||
|
||||
config.stencil_enable =
|
||||
ds_info ? ds_info->stencilTestEnable && has_ds_attachment: false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue