summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/host_translate_info.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler: Align SSBO offsets to meet host requirementsAmeer J2023-11-011-0/+1
| | | | Co-Authored-By: Billy Laws <blaws05@gmail.com>
* Merge pull request #10699 from liamwhite/conditional-barrierMatías Locatti2023-06-121-0/+2
|\ | | | | shader_recompiler: remove barriers in conditional control flow when device lacks support
| * shader_recompiler: remove barriers in conditional control flow when device lacks supportLiam2023-06-101-0/+2
| |
* | shader_recompiler: translate f64 to f32 when unsupported on hostLiam2023-06-101-0/+1
|/
* Revert "shader_recompiler: Align SSBO offsets to meet host requirements"Liam2023-01-071-1/+0
| | | | This reverts commit 8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.
* Run clang-formatBilly Laws2023-01-051-2/+3
|
* shader_recompiler: Add support for lowering geometry passthroughBilly Laws2023-01-051-0/+1
| | | | Reuses most of the existing code for generating the gl_Layer passthrough. Fixes geometry in Nier: Automata on GPUs without HW passthrough support.
* shader_recompiler: Align SSBO offsets to meet host requirementsBilly Laws2023-01-051-0/+1
| | | | We can take advantage of SSBO addresses being passed in a constant bufer to account for the extra alignment requirements in the shader itself.
* shader_recompiler: add gl_Layer translation GS for older hardwareLiam2022-12-011-1/+2
|
* ir/texture_pass: Use host_info instead of querying Settings::values (#9176)Morph2022-11-111-0/+1
|
* 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.
* structured_control_flow: Conditionally invoke demote reorder passameerj2021-08-301-2/+3
| | | | This is only needed on select drivers when a fragment shader discards/demotes.
* shader: Add support for native 16-bit floatsReinUsesLisp2021-07-231-0/+18