summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/program.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Rename maxwell/program.h to translate_program.hReinUsesLisp1-203/+0
2021-07-23shader: Fix VertexA Shaders.FernandoS271-5/+14
2021-07-23shader: Handle host exceptionsReinUsesLisp1-0/+1
2021-07-23shader_recompiler: GCC fixeslat9nq1-1/+1
2021-07-23glasm: Rework control flow introducing a syntax listReinUsesLisp1-7/+17
2021-07-23shader: Optimize NVN FallthroughFernandoS271-2/+5
2021-07-23shader: Address feedbackFernandoS271-19/+18
2021-07-23shader: Implement VertexA stageFernandoS271-0/+28
2021-07-23shader: Remove identity removal pass for better build timesReinUsesLisp1-1/+0
2021-07-23shader: Add NVN storage buffer fallbacksReinUsesLisp1-0/+43
2021-07-23shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp1-0/+5
2021-07-23shader: Implement geometry shadersReinUsesLisp1-1/+12
2021-07-23shader: Implement indexed attributesFernandoS271-1/+1
2021-07-23shader: Fix splits on blocks using indirect branchesReinUsesLisp1-1/+1
2021-07-23shader: Eliminate orphan blocks more efficientlyReinUsesLisp1-7/+8
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp1-0/+2
2021-07-23shader: Better interpolation and disabled attributes supportReinUsesLisp1-0/+35
2021-07-23spirv: Remove dependencies on Environment when generating SPIR-VReinUsesLisp1-0/+3
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-0/+1
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-47/+24
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+1
2021-07-23spirv: Fixes and Intel specific workaroundsReinUsesLisp1-3/+0
2021-07-23shader: Rename, implement FADD.SAT and P2R (imm)ReinUsesLisp1-1/+1
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-0/+2
2021-07-23shader: Primitive Vulkan integrationReinUsesLisp1-1/+1
2021-07-23spirv: Initial bindings supportReinUsesLisp1-3/+4
2021-07-23shader: Support SSA loops on IRReinUsesLisp1-4/+8
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-34/+35
2021-07-23shader: Add pools and rename filesReinUsesLisp1-32/+17
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-2/+4
2021-07-23shader: Initial instruction supportReinUsesLisp1-0/+1
2021-07-23shader: SSA and dominanceReinUsesLisp1-31/+44
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+69