Module: Mesa
Branch: main
Commit: dbdbbd29c9aaea3532fc0e26d730c8008568c7fc
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbdbbd29c9aaea3532fc0e26d730c8008568c7fc

Author: Alyssa Rosenzweig <aly...@collabora.com>
Date:   Wed May 12 12:13:37 2021 -0400

panfrost: Remove spurious assignment

Signed-off-by: Alyssa Rosenzweig <aly...@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10774>

---

 src/gallium/drivers/panfrost/pan_cmdstream.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/panfrost/pan_cmdstream.c 
b/src/gallium/drivers/panfrost/pan_cmdstream.c
index 6b6dee73a42..0f9f0b2bc33 100644
--- a/src/gallium/drivers/panfrost/pan_cmdstream.c
+++ b/src/gallium/drivers/panfrost/pan_cmdstream.c
@@ -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;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to