Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VideoCore: implement channels on gpu caches. | Fernando Sahmkow | 2022-10-06 | 1 | -8/+7 |
* | code: dodge PAGE_SIZE #define | Kyle Kienapfel | 2022-08-20 | 1 | -2/+2 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | 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 |