gallium: add PIPE_CAP_FBFETCH_ZS and expose extension
authorPavel Asyutchenko <sventeam@yandex.ru>
Wed, 1 Sep 2021 20:25:16 +0000 (23:25 +0300)
committerMarge Bot <emma+marge@anholt.net>
Wed, 22 Jun 2022 04:32:44 +0000 (04:32 +0000)
commit41f22a1823a77183fb28e8a6dd312d723c3fda87
tree645bd72e7e84f933852ec626adaa321af9834f2e
parent68e89401140d1b3a17052899c54577de3f008b67
gallium: add PIPE_CAP_FBFETCH_ZS and expose extension

st/mesa will expose GL_ARM_shader_framebuffer_fetch_depth_stencil
if this new capability is supported by the driver.

Signed-off-by: Pavel Asyutchenko <sventeam@yandex.ru>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13979>
docs/features.txt
docs/gallium/screen.rst
src/gallium/auxiliary/util/u_screen.c
src/gallium/include/pipe/p_defines.h
src/mesa/main/consts_exts.h
src/mesa/main/extensions_table.h
src/mesa/state_tracker/st_extensions.c