panfrost: Always use SOFTWARE for pure formats
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 10 Jul 2020 16:12:36 +0000 (12:12 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 13 Jul 2020 13:35:11 +0000 (13:35 +0000)
commitd94584c5a6647b15872244cbd1babb3077318c21
tree339ce607c02da4ecfb1d478515caefc5fda3ffbe
parentb9869e0e5e632893994a2d70cbf352b078c6c642
panfrost: Always use SOFTWARE for pure formats

Otherwise we end up implicitly converting ints to floating point.
Likewise for floats which again have strange interactions.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5755>
src/panfrost/util/pan_lower_framebuffer.c