summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/collect_shader_info_pass.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Move microinstruction header to the value headerReinUsesLisp1-1/+1
2021-07-23shader: Add NVN storage buffer fallbacksReinUsesLisp1-0/+53
2021-07-23shader: Address feedbackFernandoS271-1/+1
2021-07-23shader: Add coarse derivativesFernandoS271-0/+2
2021-07-23shader: Implement fine derivates constant propagationFernandoS271-0/+4
2021-07-23shader: Implement SampleMaskReinUsesLisp1-0/+3
2021-07-23shader: Implement PIXLD.MY_INDEXReinUsesLisp1-0/+3
2021-07-23spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp1-0/+3
2021-07-23shader: Implement PrimitiveIdReinUsesLisp1-0/+3
2021-07-23shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp1-0/+41
2021-07-23spirv: Implement Layer storesReinUsesLisp1-0/+3
2021-07-23spirv: Rework storage buffers and shader memoryReinUsesLisp1-5/+64
2021-07-23spirv: Define StorageImageWriteWithoutFormat capability when usedReinUsesLisp1-0/+5
2021-07-23shader: Implement SR_THREAD_KILLReinUsesLisp1-0/+3
2021-07-23shader: Implement ATOM/S and REDameerj1-0/+70
2021-07-23spirv: Guard against typeless image reads on unsupported devicesReinUsesLisp1-0/+7
2021-07-23shader: Move LaneId to the warp emission file and fix AMDReinUsesLisp1-1/+1
2021-07-23shader: Implement SULD and SUSTReinUsesLisp1-2/+1
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-10/+10
2021-07-23shader: Address feedbackFernandoS271-13/+9
2021-07-23shader: Implement indexed Position and ClipDistancesFernandoS271-8/+18
2021-07-23shader: Implement indexed attributesFernandoS271-1/+35
2021-07-23shader: Add subgroup masksReinUsesLisp1-0/+7
2021-07-23shader: Reimplement GetCbufU64 as GetCbufU32x2ReinUsesLisp1-4/+3
2021-07-23shader: Implement SR_LaneIdFernandoS271-0/+1
2021-07-23shader: Implement ViewportIndexFernandoS271-0/+3
2021-07-23shader: Implement ClipDistanceFernandoS271-0/+10
2021-07-23shader: Implement ImageGradientFernandoS271-1/+10
2021-07-23shader,spirv: Implement ImageQueryLod.FernandoS271-1/+2
2021-07-23shader: Implement TLDFernandoS271-0/+1
2021-07-23shader: Add PointCoord attributeFernandoS271-0/+4
2021-07-23shader: Add PointSize attributeameerj1-0/+3
2021-07-23shader: Implement FSWZADDameerj1-0/+3
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp1-0/+6
2021-07-23shader: Better interpolation and disabled attributes supportReinUsesLisp1-1/+1
2021-07-23shader: Implement front faceReinUsesLisp1-0/+3
2021-07-23shader: Implement TXQ and fix FragDepthReinUsesLisp1-1/+2
2021-07-23shader: Implement TLD4 and TLD4_BFernandoS271-1/+7
2021-07-23shader: Implement SHFLameerj1-0/+6
2021-07-23shader: Fix F2IFernandoS271-0/+2
2021-07-23shader: Implement VOTEameerj1-0/+6
2021-07-23shader: Implement DMNMX, DSET, DSETPameerj1-0/+1
2021-07-23shader: Implement F2FFernandoS271-1/+3
2021-07-23shader: Add missing fp64 usage flagsReinUsesLisp1-0/+34
2021-07-23shader: Add support for fp16 comparisons and misc fixesReinUsesLisp1-0/+16
2021-07-23spirv: Implement VertexId and InstanceId, refactor codeReinUsesLisp1-0/+6
2021-07-23shader: Implement I2FReinUsesLisp1-0/+28
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-4/+56
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-5/+3
2021-07-23shader: Implement FCMPameerj1-1/+13
2021-07-23shader: Partial implementation of LDCReinUsesLisp1-7/+128
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+19
2021-07-23shader: Add denorm flush supportReinUsesLisp1-6/+65
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-1/+17
2021-07-23spirv: Initial bindings supportReinUsesLisp1-0/+81