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