summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-07-22shader: Fix FADD32IReinUsesLisp
2021-07-22shader: Fix undetected bug from reviewFernandoS27
2021-07-22shader: Address feedbackFernandoS27
2021-07-22shader: "Implement" NOPFernandoS27
2021-07-22vk_pipeline_cache: Small fixes to the pipeline cacheFernandoS27
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: Mark SSBOs as written when they areFernandoS27
2021-07-22shader: Implement ViewportIndexFernandoS27
2021-07-22shader: Stub TLD4's PTP when it isn't constantFernandoS27
2021-07-22shader: Stub VOTE.VTGFernandoS27
2021-07-22shader: Fold composite extractFernandoS27
2021-07-22shader: Fold comparisons and Pack/Unpack16FernandoS27
2021-07-22shader: Fix branches to visited virtual blocksReinUsesLisp
2021-07-22vulkan: Serialize pipelines on a separate threadReinUsesLisp
2021-07-22vulkan: Create pipeline layouts in separate threadsReinUsesLisp
2021-07-22vulkan: Build pipelines in parallel at runtimeReinUsesLisp
Wait from the worker thread for a pipeline to build before binding it to the command buffer. This allows queueing pipelines to multiple threads.
2021-07-22shader: Fix dependency on identity removal passReinUsesLisp
2021-07-22shader: Fix constant propagation to use reverse post orderReinUsesLisp
2021-07-22shader: Implement LDG .U.128 as .128ReinUsesLisp
2021-07-22shader: Unroll "using enum" for opcode declarationsReinUsesLisp
2021-07-22vk_pipeline_cache: Name SPIR-V modulesReinUsesLisp
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: Always pass a lod for TexelFetchReinUsesLisp
2021-07-22shader: Implement TXDFernandoS27
2021-07-22shader: Implement ImageGradientFernandoS27
2021-07-22shader: Implement TMML partiallyFernandoS27
2021-07-22shader,spirv: Implement ImageQueryLod.FernandoS27
2021-07-22shader: Implement TLDSFernandoS27
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-22shader: Fix indirect branches to scheduler instructionsReinUsesLisp
2021-07-22spirv: Fix default output attribute initializationReinUsesLisp
2021-07-22shader: Add missing new linesReinUsesLisp
2021-07-22shader: Implement FSWZADDameerj
2021-07-22shader: Implement BRXFernandoS27
2021-07-22shader: Fix alignment checks on RZReinUsesLisp
2021-07-22shader: Implement I2I CCameerj
2021-07-22shader: Implement I2I SATameerj
2021-07-22vk_pipeline_cache: Fix size hashing of shadersReinUsesLisp
2021-07-22shader: Fix ISCADD logic for PO/CCameerj