mesa/st: add PIPE_CAP_DITHERING
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 23 Sep 2020 14:06:53 +0000 (10:06 -0400)
committerMarge Bot <emma+marge@anholt.net>
Sat, 18 Jun 2022 17:56:28 +0000 (17:56 +0000)
commit371660b877344df6ccc5f2c3bd0f286ae4f3650b
tree63b68a118eaff998181e2dd9266c3920a74eede0
parent8a9f7087a1464759760ad359210dc42fa1ebf540
mesa/st: add PIPE_CAP_DITHERING

this is for drivers like zink that may or may not
handle dithering and so getting blend state changes
when this state changes isn't useful

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17043>
docs/gallium/screen.rst
src/gallium/auxiliary/util/u_screen.c
src/gallium/include/pipe/p_defines.h
src/mesa/state_tracker/st_atom_blend.c
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h