Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename PAGE_SHIFT to PAGE_BITS | MerryMage | 2020-06-18 | 1 | -5/+5 |
* | Address Feedback. | Fernando Sahmkow | 2020-04-22 | 1 | -23/+16 |
* | QueryCache: Only do async flushes on async gpu. | Fernando Sahmkow | 2020-04-22 | 1 | -1/+4 |
* | QueryCache: Implement Async Flushes. | Fernando Sahmkow | 2020-04-22 | 1 | -0/+50 |
* | Clang Format. | Fernando Sahmkow | 2020-04-06 | 1 | -6/+3 |
* | Query Cache: Use VAddr instead of physical memory for adressing. | Fernando Sahmkow | 2020-04-06 | 1 | -18/+18 |
* | query_cache: Address feedback | ReinUsesLisp | 2020-02-14 | 1 | -16/+16 |
* | query_cache: Fix ambiguity in CacheAddr getter | ReinUsesLisp | 2020-02-14 | 1 | -4/+5 |
* | query_cache: Add a recursive mutex for concurrent usage | ReinUsesLisp | 2020-02-14 | 1 | -0/+6 |
* | vk_query_cache: Implement generic query cache on Vulkan | ReinUsesLisp | 2020-02-14 | 1 | -4/+33 |
* | query_cache: Abstract OpenGL implementation | ReinUsesLisp | 2020-02-14 | 1 | -0/+323 |