aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/build_id.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2020-01-15 14:08:17 -0600
committerMarge Bot <[email protected]>2020-01-24 17:02:40 +0000
commit71c0f9e76dcac32067ba28b27a91ccf124b88111 (patch)
tree8f9c3d992ae58a5a47784fb1d94118b62f071270 /src/util/build_id.h
parent918f00eef8e6822ad541873fc8eade474021d340 (diff)
intel/blorp: resize src and dst surfaces separately
When copying to an RGB surface, we treat it as an R only one of three times the width, which may end up being larger than the maximum size supported by the hardware and so it hits the shrink path. This forced both source and destination surfaces to be shrunk, even though it's not necessary for the former, and may even hit some assertions in some cases, such as the surface being compressed. Fixes several tests under dEQP-VK.api.copy_and_blit.core.image_to_image.dimensions.* Reviewed-by: Jordan Justen <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3422> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3422>
Diffstat (limited to 'src/util/build_id.h')
0 files changed, 0 insertions, 0 deletions