summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/object_pool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to Clang Format 15Gravatar Levi Behunin2023-01-291-2/+2
| | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-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.
* general: Update style to clang-format-12Gravatar ameerj2021-09-241-2/+4
|
* object_pool: Add missing return in Chunk move assignment operatorGravatar Lioncash2021-07-261-0/+1
| | | | Prevents undefined behavior from occurring.
* shader: Address feedback + clang formatGravatar lat9nq2021-07-221-1/+1
|
* shader: Fix use-after-free bug in object_poolGravatar ReinUsesLisp2021-07-221-3/+3
|
* spirv: Add lower fp16 to fp32 passGravatar ReinUsesLisp2021-07-221-1/+1
|
* shader: Improve object poolGravatar ReinUsesLisp2021-07-221-34/+50
|
* shader: Properly store phi on InstGravatar ReinUsesLisp2021-07-221-6/+5
|
* shader: Add pools and rename filesGravatar ReinUsesLisp2021-07-221-0/+89