panfrost: Hide CAP_INT16 behind is_deqp
authorAlyssa Rosenzweig <alyssa@collabora.com>
Wed, 12 May 2021 19:08:19 +0000 (15:08 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 12 May 2021 19:31:34 +0000 (19:31 +0000)
commit65a00b519935a335e6bc812b981f2973919bb8bf
tree255fb27591e815ddae82d2a141ff2caadd382624
parent6c530ebf407d2a165c4252b3af609fb426458ad0
panfrost: Hide CAP_INT16 behind is_deqp

The GLSL precision lowering is still buggy (see !10729), no other driver
enables all the CAPs yet. I don't know enough GLSL IR to be the one to
fix this. In the mean time, this is a hotfix to expose the same set of
CAPs that radeonsi does.

By keeping it with is_deqp, we still get CI coverage of int16.

Closes: #4759
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10777>
src/gallium/drivers/panfrost/pan_screen.c