gallium: Add new cap PIPE_CAP_TEXTURE_BUFFER_SAMPLER
authorIcecream95 <ixn@disroot.org>
Mon, 4 Jan 2021 07:41:57 +0000 (20:41 +1300)
committerMarge Bot <eric+marge@anholt.net>
Tue, 12 Jan 2021 19:06:00 +0000 (19:06 +0000)
commitd5d3f77e4ac7b08761c4c30bf2b227fda148c4c7
treeffd215bcd0450beb53b8d6bda37d1736cfea0ca7
parent4ee6d68d1f25adb59a469d67d8a29adc9905b80b
gallium: Add new cap PIPE_CAP_TEXTURE_BUFFER_SAMPLER

This indicates whether a driver wants samplers for buffer textures as
well as normal textures.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8300>
docs/gallium/screen.rst
src/gallium/auxiliary/util/u_screen.c
src/gallium/include/pipe/p_defines.h
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h