panfrost: Remove spurious assignment
authorAlyssa Rosenzweig <alyssa@collabora.com>
Wed, 12 May 2021 16:13:37 +0000 (12:13 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 12 May 2021 19:46:59 +0000 (19:46 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10774>

src/gallium/drivers/panfrost/pan_cmdstream.c

index 6b6dee7..0f9f0b2 100644 (file)
@@ -460,7 +460,6 @@ panfrost_prepare_bifrost_fs_state(struct panfrost_context *ctx,
         bool alpha_to_coverage = ctx->blend->base.alpha_to_coverage;
 
         if (!panfrost_fs_required(fs, blend, &ctx->pipe_framebuffer)) {
-                state->properties.uniform_buffer_count = 32;
                 state->properties.bifrost.shader_modifies_coverage = true;
                 state->properties.bifrost.allow_forward_pixel_to_kill = true;
                 state->properties.bifrost.allow_forward_pixel_to_be_killed = true;