summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend
AgeCommit message (Collapse)Author
2021-07-22shader: Implement transform feedbacks and define file formatReinUsesLisp
2021-07-22shader: Implement early Z testsReinUsesLisp
2021-07-22spirv: Rework storage buffers and shader memoryReinUsesLisp
2021-07-22shader: Fix fixed pipeline point size on geometry shadersReinUsesLisp
2021-07-22shader: Implement geometry shadersReinUsesLisp
2021-07-22shader: Implement OUTReinUsesLisp
2021-07-22spirv: Define StorageImageWriteWithoutFormat capability when usedReinUsesLisp
2021-07-22shader: Implement LOP CCReinUsesLisp
2021-07-22shader: Implement SR_THREAD_KILLReinUsesLisp
2021-07-22shader: Implement ATOM/S and REDameerj
2021-07-22spirv: Move phi node patching to a separate functionReinUsesLisp
2021-07-22spirv: Guard against typeless image reads on unsupported devicesReinUsesLisp
2021-07-22shader: Move LaneId to the warp emission file and fix AMDReinUsesLisp
2021-07-22spirv: Fix forward declarations on phi nodesReinUsesLisp
2021-07-22shader: Implement SULD and SUSTReinUsesLisp
2021-07-22shader: Address feedback + clang formatlat9nq
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq
Mostly fixing unused *, implicit conversion, braced scalar init, fpermissive, and some others. Some Clang errors likely remain in video_core, and std::ranges is still a pertinent issue in shader_recompiler shader_recompiler: cmake: Force bracket depth to 1024 on Clang Increases the maximum fold expression depth thread_worker: Include condition_variable Don't use list initializers in control flow Co-authored-by: ReinUsesLisp <reinuseslisp@airmail.cc>
2021-07-22shader: Interact texture buffers with buffer cacheReinUsesLisp
2021-07-22shader: Fix TextureGradReinUsesLisp
2021-07-22shader: Implement texture buffersReinUsesLisp
2021-07-22shader: Address feedbackFernandoS27
2021-07-22shader: Implement indexed Position and ClipDistancesFernandoS27
2021-07-22shader: Implement indexed attributesFernandoS27
2021-07-22shader: Fix ShadowCube declaration type, set number of pipeline threads ↵FernandoS27
based on hardware
2021-07-22shader: Add subgroup masksReinUsesLisp
2021-07-22shader: Implement BAR and fix memory barriersReinUsesLisp
2021-07-22shader: Reimplement GetCbufU64 as GetCbufU32x2ReinUsesLisp
It may generate better code on some compilers and it's easier to handle.
2021-07-22shader: Address FeedbackFernandoS27
2021-07-22shader: Implement SR_LaneIdFernandoS27
2021-07-22shader: Fix shared memory on cool driversFernandoS27
2021-07-22shader: Implement MEMBARFernandoS27
2021-07-22shader: Improve VOTE.VTG stubFernandoS27
2021-07-22shader: Implement ViewportIndexFernandoS27
2021-07-22shader: Stub TLD4's PTP when it isn't constantFernandoS27
2021-07-22shader: Fix branches to visited virtual blocksReinUsesLisp
2021-07-22shader: Fix dependency on identity removal passReinUsesLisp
2021-07-22spirv: Remove unnecesary variable for clip distancesReinUsesLisp
2021-07-22shader: Implement ClipDistanceFernandoS27
2021-07-22shader: Fix TXDFernandoS27
2021-07-22shader: Address feedbackFernandoS27
2021-07-22shader: Implement ImageGradientFernandoS27
2021-07-22shader: Implement TMML partiallyFernandoS27
2021-07-22shader,spirv: Implement ImageQueryLod.FernandoS27
2021-07-22shader: Implement TLDFernandoS27
2021-07-22spirv: Add fixed pipeline point sizeReinUsesLisp
2021-07-22shader: Add PointCoord attributeFernandoS27
2021-07-22shader: Add PointSize attributeameerj
2021-07-22shader: Store type of phi nodes in flagsReinUsesLisp
This is needed because pseudo-instructions where invalidated.
2021-07-22spirv: Fix default output attribute initializationReinUsesLisp
2021-07-22shader: Implement FSWZADDameerj