Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
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 | |
2021-07-26 | object_pool: Add missing return in Chunk move assignment operator | Lioncash | |
Prevents undefined behavior from occurring. | |||
2021-07-22 | shader: Address feedback + clang format | lat9nq | |
2021-07-22 | shader: Fix use-after-free bug in object_pool | ReinUsesLisp | |
2021-07-22 | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | |
2021-07-22 | shader: Improve object pool | ReinUsesLisp | |
2021-07-22 | shader: Properly store phi on Inst | ReinUsesLisp | |
2021-07-22 | shader: Add pools and rename files | ReinUsesLisp | |