| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-31 | shader_recompiler: Align SSBO offsets to meet host requirements | Ameer J | |
| Co-Authored-By: Billy Laws <blaws05@gmail.com> | |||
| 2023-06-12 | Merge pull request #10699 from liamwhite/conditional-barrier | Matías Locatti | |
| shader_recompiler: remove barriers in conditional control flow when device lacks support | |||
| 2023-06-10 | shader_recompiler: translate f64 to f32 when unsupported on host | Liam | |
| 2023-06-10 | shader_recompiler: remove barriers in conditional control flow when device ↵ | Liam | |
| lacks support | |||
| 2023-01-07 | Revert "shader_recompiler: Align SSBO offsets to meet host requirements" | Liam | |
| This reverts commit 8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e. | |||
| 2023-01-05 | Run clang-format | Billy Laws | |
| 2023-01-05 | shader_recompiler: Add support for lowering geometry passthrough | Billy Laws | |
| Reuses most of the existing code for generating the gl_Layer passthrough. Fixes geometry in Nier: Automata on GPUs without HW passthrough support. | |||
| 2023-01-05 | shader_recompiler: Align SSBO offsets to meet host requirements | Billy Laws | |
| We can take advantage of SSBO addresses being passed in a constant bufer to account for the extra alignment requirements in the shader itself. | |||
| 2022-12-01 | shader_recompiler: add gl_Layer translation GS for older hardware | Liam | |
| 2022-11-11 | ir/texture_pass: Use host_info instead of querying Settings::values (#9176) | Morph | |
| 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-08-30 | structured_control_flow: Conditionally invoke demote reorder pass | ameerj | |
| This is only needed on select drivers when a fragment shader discards/demotes. | |||
| 2021-07-22 | shader: Add support for native 16-bit floats | ReinUsesLisp | |
