summaryrefslogtreecommitdiffstats
path: root/src/video_core/buffer_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* buffer_cache: Avoid [[nodiscard]] to make clang-format happyReinUsesLisp2019-07-061-5/+4
* buffer_cache: Try to fix MinGW buildReinUsesLisp2019-07-061-1/+1
* gl_rasterizer: Fix nullptr dereference on disabled buffersReinUsesLisp2019-07-061-2/+2
* buffer_cache: Implement a generic buffer cacheReinUsesLisp2019-07-061-0/+300