cso: don't pass blend_color through cso_context
authorMarek Olšák <marek.olsak@amd.com>
Thu, 3 Dec 2020 18:38:34 +0000 (13:38 -0500)
committerMarge Bot <eric+marge@anholt.net>
Tue, 22 Dec 2020 12:01:38 +0000 (12:01 +0000)
commita35014954b0257a8c520ab8d9a234324ec6be6cc
tree3296521a171536234cbbc81aae0ceddb0909eefe
parent912ba743b5e48cb5722814a792b8d26085bf4c46
cso: don't pass blend_color through cso_context

It's never saved or restored. Redundant state changes are already
filtered out by mesa/main.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7940>
src/gallium/auxiliary/cso_cache/cso_context.c
src/gallium/auxiliary/cso_cache/cso_context.h
src/mesa/state_tracker/st_atom_blend.c