r600: Remove a bunch of default handling of pipe caps.
authorEric Anholt <eric@anholt.net>
Mon, 6 Jan 2020 22:56:46 +0000 (14:56 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 21 Jan 2020 19:04:22 +0000 (19:04 +0000)
commite7e034e1de44063d0a04b24725f3e67b13942b0b
treeaa3273054b148fd62785ec8a889090b61540abfe
parent3e1dd99adca55454239e197d4e793ee89f44fc6c
r600: 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: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3493>
src/gallium/drivers/r600/r600_pipe.c