r300: Remove a bunch of default handling of pipe caps.
authorEric Anholt <eric@anholt.net>
Mon, 6 Jan 2020 23:01:36 +0000 (15:01 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 21 Jan 2020 19:04:22 +0000 (19:04 +0000)
commit609a67461dcdeb55ecf8e283cf7d6dce332fca20
tree9e3f2ebdff2e86e13bfd82e781f8176bfb00896c
parente7e034e1de44063d0a04b24725f3e67b13942b0b
r300: 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.
The exception is the texel/gather offsets and stream output
components, which will not be exposed since we don't expose the
corresponding GLSL version.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3493>
src/gallium/drivers/r300/r300_screen.c