yuzu-tx-update/src/video_core/buffer_cache
ameerj f300a1d54b buffer_cache: Reduce stream buffer allocations when expanding from the left
The existing stream buffer optimization accounts for size increases at the end of the allocated buffer.
This adds the same optimization, increasing the size from the beginning of the buffer as well to reduce buffer allocations when expanding the same buffer from the left.
2022-01-27 15:31:43 -05:00
..
buffer_base.h Garbage Collection: Make it more agressive on high priority mode. 2021-08-29 18:57:17 +02:00
buffer_cache.cpp video_core: Reimplement the buffer cache 2021-02-13 02:17:22 -03:00
buffer_cache.h buffer_cache: Reduce stream buffer allocations when expanding from the left 2022-01-27 15:31:43 -05:00