panfrost: Don't select the blit shader fragout type twice
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 30 Apr 2021 13:17:50 +0000 (15:17 +0200)
committerMarge Bot <eric+marge@anholt.net>
Fri, 7 May 2021 15:58:56 +0000 (15:58 +0000)
commit09e65df92e9f9457f9116bb04f581871ed0ce18f
tree24e9f9848ec4b35095c6daf789fb03bb9dee41fd
parent666072c91f441fac73a633cc60f56b44fcc3f680
panfrost: Don't select the blit shader fragout type twice

The type has already been selected when forging the key, no need to do
it again pan_blitter_emit_bifrost_blend().

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10548>
src/panfrost/lib/pan_blitter.c