summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/object_pool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-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-12ameerj2021-09-241-2/+4
|
* object_pool: Add missing return in Chunk move assignment operatorLioncash2021-07-261-0/+1
| | | | Prevents undefined behavior from occurring.
* shader: Address feedback + clang formatlat9nq2021-07-231-1/+1
|
* shader: Fix use-after-free bug in object_poolReinUsesLisp2021-07-231-3/+3
|
* spirv: Add lower fp16 to fp32 passReinUsesLisp2021-07-231-1/+1
|
* shader: Improve object poolReinUsesLisp2021-07-231-34/+50
|
* shader: Properly store phi on InstReinUsesLisp2021-07-231-6/+5
|
* shader: Add pools and rename filesReinUsesLisp2021-07-231-0/+89