virgl: Remove a bunch of default handling of pipe caps.
authorEric Anholt <eric@anholt.net>
Mon, 6 Jan 2020 22:38:50 +0000 (14:38 -0800)
committerMarge Bot <eric+marge@anholt.net>
Wed, 22 Jul 2020 19:06:51 +0000 (19:06 +0000)
commite2ffd2110e98715fe4ebf8e8e7f3cc636e25d38e
tree55ac983193c477797d12223ecbb84e0b03382714
parente5554e32c0f07b4964bc9b5a31c8bff32d7e2fa0
virgl: Remove a bunch of default handling of pipe caps.

u_screen will return 0 for all of these, which means that this is one
less driver to see in git grep when I'm checking who exposes a cap.

Reviewed-by Gert Wollny <gert.wollny@collabora.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3298>
src/gallium/drivers/virgl/virgl_screen.c