Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | video_core/shader_cache: Remove unused algorithm include | Lioncash | 2022-02-01 | 1 | -1/+0 |
* | video_core/shader_cache: Take std::span in RemoveShadersFromStorage() | Lioncash | 2022-02-01 | 1 | -1/+1 |
* | shader: Initial OpenGL implementation | ReinUsesLisp | 2021-07-23 | 1 | -2/+21 |
* | shader: Move pipeline cache logic to separate files | ReinUsesLisp | 2021-07-23 | 1 | -148/+50 |
* | shader_cache: Make use of std::erase_if | Lioncash | 2020-07-14 | 1 | -2/+2 |
* | shader_cache: Fix use-after-free and orphan invalidation cache entries | ReinUsesLisp | 2020-07-01 | 1 | -29/+41 |
* | Rename PAGE_SHIFT to PAGE_BITS | MerryMage | 2020-06-18 | 1 | -5/+5 |
* | shader_cache: Implement a generic shader cache | ReinUsesLisp | 2020-06-07 | 1 | -0/+228 |