summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/object_pool.h
AgeCommit message (Collapse)Author
2023-01-29Move to Clang Format 15Levi Behunin
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-24general: Update style to clang-format-12ameerj
2021-07-26object_pool: Add missing return in Chunk move assignment operatorLioncash
Prevents undefined behavior from occurring.
2021-07-22shader: Address feedback + clang formatlat9nq
2021-07-22shader: Fix use-after-free bug in object_poolReinUsesLisp
2021-07-22spirv: Add lower fp16 to fp32 passReinUsesLisp
2021-07-22shader: Improve object poolReinUsesLisp
2021-07-22shader: Properly store phi on InstReinUsesLisp
2021-07-22shader: Add pools and rename filesReinUsesLisp