mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 06:30:11 +01:00
panfrost: Remove spurious assignment
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10774>
This commit is contained in:
parent
55959da24a
commit
dbdbbd29c9
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue