Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-30 | Move to Clang Format 15 | Levi Behunin | 1 | -2/+2 | |
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||||
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||||
2021-09-24 | general: Update style to clang-format-12 | ameerj | 1 | -2/+4 | |
2021-07-26 | object_pool: Add missing return in Chunk move assignment operator | Lioncash | 1 | -0/+1 | |
Prevents undefined behavior from occurring. | |||||
2021-07-23 | shader: Address feedback + clang format | lat9nq | 1 | -1/+1 | |
2021-07-23 | shader: Fix use-after-free bug in object_pool | ReinUsesLisp | 1 | -3/+3 | |
2021-07-23 | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 1 | -1/+1 | |
2021-07-23 | shader: Improve object pool | ReinUsesLisp | 1 | -34/+50 | |
2021-07-23 | shader: Properly store phi on Inst | ReinUsesLisp | 1 | -6/+5 | |
2021-07-23 | shader: Add pools and rename files | ReinUsesLisp | 1 | -0/+89 | |