Files
mesa/src
Mike Blumenkrantz 24350064ca zink: fix uncached memory readback
the inner conditional here didn't include uncached readback, meaning
that many (most?) buffers allocated with uncached memory (i.e., BAR) were
being read back directly instead of using staging resources to be faster

at some point this inner conditional should be reevaluated to determine
whether it still does anything, but this is not that time

fixes, among other things, loading in DOOM2016 on some GPUs

Fixes: 52f27cda05 ("zink: allow direct memory mapping for any COHERENT+CACHED buffer")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22907>
2023-05-09 00:56:19 +00:00
..
2023-04-26 23:52:21 +00:00
2023-04-12 10:41:21 +00:00
2023-05-04 15:02:44 +02:00
2023-03-13 01:22:46 +00:00
2023-02-18 00:44:43 +00:00