summaryrefslogtreecommitdiffstats
path: root/src/video_core/buffer_cache/buffer_block.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-62/+0
2020-12-07buffer_block: Mark interface as nodiscard where applicableLioncash1-7/+7
2020-12-07buffer_block: Remove unnecessary includesLioncash1-5/+0
2020-06-09buffer_cache: Avoid passing references of shared pointers and misc style changesReinUsesLisp1-14/+13
2020-04-06Buffer Cache: Use vAddr instead of physical memory.Fernando Sahmkow1-25/+17
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-1/+0
2019-08-21Buffer Cache: Adress Feedback.Fernando Sahmkow1-4/+3
2019-08-21Video_Core: Implement a new Buffer CacheFernando Sahmkow1-0/+78