| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -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: Adjust emit_context includes | 2021-12-05 | 1 | -1/+1 | |
| | | |||||
| * | glsl: Minor cleanup | 2021-07-22 | 1 | -1/+1 | |
| | | |||||
| * | glsl: Remove Signed Integer variables | 2021-07-22 | 1 | -5/+5 | |
| | | |||||
| * | glsl: Address Rodrigo's feedback | 2021-07-22 | 1 | -19/+19 | |
| | | |||||
| * | glsl: Reorganize backend code, remove unneeded [[maybe_unused]] | 2021-07-22 | 1 | -44/+22 | |
| | | |||||
| * | glsl: Use NotImplemented macro with function name output | 2021-07-22 | 1 | -26/+26 | |
| | | |||||
| * | glsl: Implement more instructions used by SMO | 2021-07-22 | 1 | -1/+1 | |
| | | |||||
| * | shader_recompiler: GCC fixes | 2021-07-22 | 1 | -0/+1 | |
| | | |||||
| * | glsl: Implement TEX ImageSample functions | 2021-07-22 | 1 | -1/+1 | |
| | | |||||
| * | glsl: Fix integer conversions, implement clamp CC | 2021-07-22 | 1 | -21/+21 | |
| | | |||||
| * | glsl: remove unused headers | 2021-07-22 | 1 | -2/+0 | |
| | | |||||
| * | glsl: Fix non-immediate buffer access | 2021-07-22 | 1 | -1/+1 | |
| | | | | | and many other misc implementations | ||||
| * | glsl: FP function fixes | 2021-07-22 | 1 | -2/+2 | |
| | | |||||
| * | glsl: Add many FP32/64 instructions | 2021-07-22 | 1 | -0/+253 | |
| | | |||||
| * | glsl: Initial backend | 2021-07-22 | 1 | -0/+0 | |