aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/spirv
AgeCommit message (Collapse)Author
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
2021-07-22shader: Implement BRXFernandoS27
2021-07-22shader: Implement I2I CCameerj
2021-07-22shader: Implement I2I SATameerj
2021-07-22shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp
2021-07-22shader: Better interpolation and disabled attributes supportReinUsesLisp
2021-07-22spirv: Remove dependencies on Environment when generating SPIR-VReinUsesLisp
2021-07-22shader: Implement front faceReinUsesLisp
2021-07-22shader: Implement TXQ and fix FragDepthReinUsesLisp
2021-07-22shader: Refactor PTP and other minor changesReinUsesLisp
2021-07-22shader: Add IR opcode for ImageFetchFernandoS27
2021-07-22shader: Implement TLD4.PTPFernandoS27
2021-07-22shader: Implement FragDepthFernandoS27