panfrost: Don't set zs_update_operation in vertex shaders

Spurious assignment.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11733>
This commit is contained in:
Alyssa Rosenzweig
2021-06-16 11:28:09 -04:00
committed by Marge Bot
parent c20dde5179
commit eb39b44a2e
-2
View File
@@ -121,8 +121,6 @@ pan_shader_prepare_bifrost_rsd(const struct panfrost_device *dev,
switch (info->stage) {
case MESA_SHADER_VERTEX:
rsd->properties.bifrost.zs_update_operation = MALI_PIXEL_KILL_STRONG_EARLY;
rsd->preload.vertex.vertex_id = true;
rsd->preload.vertex.instance_id = true;
break;