gallium: Remove PIPE_CAP_TEXTURE_BUFFER_SAMPLER
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 30 Mar 2023 17:24:16 +0000 (13:24 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 7 Apr 2023 01:15:41 +0000 (01:15 +0000)
commit6ba29d37c8b0b332b3cf9ea12db3621033001e3e
tree2c0fc0ef7e4ac60e20281a8faa0248d61fd37083
parente406e74aa4a53ce13780a40c9ce96cf2a664fd14
gallium: Remove PIPE_CAP_TEXTURE_BUFFER_SAMPLER

No more users. It was already not respected by rusticl so you couldn't set it if
you wanted OpenCL support. I regret introducing the CAP in the first place, and
no more drivers should use it.

Reverts d5d3f77e4ac ("gallium: Add new cap PIPE_CAP_TEXTURE_BUFFER_SAMPLER").

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22223>
docs/gallium/context.rst
docs/gallium/screen.rst
src/gallium/auxiliary/util/u_screen.c
src/gallium/include/pipe/p_defines.h
src/mesa/state_tracker/st_atom_sampler.c
src/mesa/state_tracker/st_atom_shader.c
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h