summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/common_funcs.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.
* shader_recompiler: Reduce unused includesameerj2022-03-201-1/+0
|
* shader: Implement ISETP.Xameerj2021-07-231-0/+4
|
* shader: Fix floating point comparison for FP16FernandoS272021-07-231-2/+2
|
* shader: Implement FSET and FSETPameerj2021-07-231-0/+6
| | | | Also fix oversight with adding SignedZeroInfNanPreserve execution mode.
* shader: Implement LOP and LOP3ameerj2021-07-231-0/+2
|
* Implement PSET, refactor common comparison funcsameerj2021-07-231-4/+3
|
* shader: Implement ISET, add common_funcsameerj2021-07-231-0/+17