Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ir/texture_pass: Use host_info instead of querying Settings::values (#9176) | Morph | 2022-11-11 | 1 | -1/+5 |
| | |||||
* | video_core: Generate mipmap texture by drawing | FengChen | 2022-09-20 | 1 | -0/+1 |
| | |||||
* | general: Convert source file copyright comments over to SPDX | Morph | 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: Reduce unused includes | ameerj | 2022-03-20 | 1 | -3/+0 |
| | |||||
* | shader: Fix resolution scaling pass | ReinUsesLisp | 2021-11-16 | 1 | -0/+1 |
| | |||||
* | shader: Add int64 to int32 lowering pass | ReinUsesLisp | 2021-07-23 | 1 | -0/+1 |
| | |||||
* | shader: Fix VertexA Shaders. | FernandoS27 | 2021-07-23 | 1 | -1/+0 |
| | |||||
* | shader: Implement VertexA stage | FernandoS27 | 2021-07-23 | 1 | -0/+7 |
| | |||||
* | shader: Implement indexed attributes | FernandoS27 | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | shader: Implement CAL inlining function calls | ReinUsesLisp | 2021-07-23 | 1 | -13/+5 |
| | |||||
* | shader: Initial support for textures and TEX | ReinUsesLisp | 2021-07-23 | 1 | -0/+2 |
| | |||||
* | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 2021-07-23 | 1 | -0/+1 |
| | |||||
* | spirv: Initial bindings support | ReinUsesLisp | 2021-07-23 | 1 | -1/+3 |
| | |||||
* | shader: Support SSA loops on IR | ReinUsesLisp | 2021-07-23 | 1 | -3/+5 |
| | |||||
* | shader: Constant propagation and global memory to storage buffer | ReinUsesLisp | 2021-07-23 | 1 | -2/+4 |
| | |||||
* | shader: Initial instruction support | ReinUsesLisp | 2021-07-23 | 1 | -1/+0 |
| | |||||
* | shader: SSA and dominance | ReinUsesLisp | 2021-07-23 | 1 | -0/+9 |
| | |||||
* | shader: Initial recompiler work | ReinUsesLisp | 2021-07-23 | 1 | -0/+16 |