gallium/tgsi: Remove support for f64 src modifiers.
authorEric Anholt <eric@anholt.net>
Thu, 7 Jan 2021 18:53:03 +0000 (10:53 -0800)
committerMarge Bot <eric+marge@anholt.net>
Wed, 13 Jan 2021 22:52:10 +0000 (22:52 +0000)
commit1fc79592b76a4ac3e07b0ea3dfd5ebdadb8a4253
tree41370f903628501faec376795a6eeaaba6158445
parent9a2cbe02ed5bec475ef90e3404132a7e948041ae
gallium/tgsi: Remove support for f64 src modifiers.

The tgsi.rst was not very clear but didn't indicate that they were
supported, and llvmpipe only supported double abs and not negate.
glsl_to_tgsi never generated them, and neither did the new nir_to_tgsi, so
just garbage collect it.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8369>
src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
src/gallium/auxiliary/tgsi/tgsi_exec.c