summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/object_pool.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-30Move to Clang Format 15Levi Behunin1-2/+2
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 SPDXMorph1-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-24general: Update style to clang-format-12ameerj1-2/+4
2021-07-26object_pool: Add missing return in Chunk move assignment operatorLioncash1-0/+1
Prevents undefined behavior from occurring.
2021-07-23shader: Address feedback + clang formatlat9nq1-1/+1
2021-07-23shader: Fix use-after-free bug in object_poolReinUsesLisp1-3/+3
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-1/+1
2021-07-23shader: Improve object poolReinUsesLisp1-34/+50
2021-07-23shader: Properly store phi on InstReinUsesLisp1-6/+5
2021-07-23shader: Add pools and rename filesReinUsesLisp1-0/+89