summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/lower_int64_to_int32.cpp (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.
* lower_int64_to_int32: Add 64-bit atomic fallbacksameerj2022-01-301-0/+20
|
* shader: Avoid usage of C++20 ranges to build in clangReinUsesLisp2021-07-231-2/+3
|
* lower_int64_to_int32: Add missing includelat9nq2021-07-231-0/+1
|
* shader: Add int64 to int32 lowering passReinUsesLisp2021-07-231-0/+216