mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Wed, 15 Jul 2020 19:23:48 +0000 (21:23 +0200)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Wed, 2 Sep 2020 09:53:16 +0000 (11:53 +0200)
commitd94bec5c49d926069f97a4b12fb2532611a9080c
tree2dfd1956a9a1ef0c1630e2cb11ac5f89119b2f51
parent54fed1cf95ea8cbbdc18c6c82e8f766444a12ac3
mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX

If supported this means that src_x/src_y/width/height parameters of
CopyTex functions will not be clipped using the read framebuffer's dimensions.

Cc: mesa-stable
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6259>
docs/gallium/screen.rst
src/gallium/auxiliary/util/u_screen.c
src/gallium/include/pipe/p_defines.h
src/mesa/main/mtypes.h
src/mesa/main/teximage.c
src/mesa/state_tracker/st_context.c