summaryrefslogtreecommitdiff
path: root/tests/pipeline
AgeCommit message (Expand)Author
2024-11-07Enable a bunch of WGPU tests (#5513)Anders Leino
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2024-07-18Update spirv-header and spirv-tools to Jun/2024 (#4679)Jay Kwak
2024-06-13Implement for metal `SV_GroupIndex` (#4385)ArielG-NV
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-04-26WIP: Force Inline If RefType (#4005)ArielG-NV
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-07Add decoration PerPrimitiveEXT for all OutputPrimitives members for mesh (#3900)Pankaj Mistry
2024-04-05Add decoration PerPrimitiveEXT when a mesh output variable is decorated with ...Pankaj Mistry
2024-04-01Correctly emit spv extension targeting EXT rather than NV, added to test for ...ArielG-NV
2024-03-14Mesh shader refactoring and bugfixes (#3702)Ellie Hermaszewska
2024-02-02Capability type checking. (#3530)Yong He
2024-01-24[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He
2023-10-26Fix generic specialization bug. (#3290)Yong He
2023-10-02Use const ref for mesh payload (#3254)Ellie Hermaszewska
2023-09-27WIP Mesh shaders for SPIR-V (#3226)Ellie Hermaszewska
2023-09-20Direct SPIRV: Rasterization pipeline tests. (#3216)Yong He
2023-09-11Add Mesh and Task shader support to GFX (#3190)Ellie Hermaszewska
2023-09-03Proper lowering of functiosn that returns NonCopyable values. (#3179)Yong He
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-08-07Add warning on mutation of function parameter (#3067)Theresa Foley
2023-06-13Fixes for Shader Execution Reordering on VK (#2929)Theresa Foley
2023-05-31Preserve type cast during AST constant folding. (#2912)Yong He
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-03-16Fix Phi simplification bug. (#2710)Yong He
2023-03-16Support GL_EXT_fragment_shader_barycentric (#2704)Samuel Kogler
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-16Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-01-27Register allocation during phi elimination. (#2613)Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-10-11Small IR cleanups. (#2441)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-04-25Fixed the implementation of RayQuery flags passed through the generic paramet...Alexey Panteleev
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2022-02-16Various gfx fixes. (#2132)Yong He
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2021-03-16Fix the "acceleration structure in compute" bug for GL_NV_ray_tracing too (#1...Tim Foley
2021-03-15Fix handling of RT accelerations structures for non-RT stages (#1753)Tim Foley
2021-03-08Add GLSL support for SV_InnerCoverage (#1740)Tim Foley
2021-03-05Add Vulkan/SPIR-V support for TraceRayInline() (#1737)Tim Foley
2021-03-03Add GLSL/SPIR-V support got GetAttributeAtVertex (#1733)Tim Foley
2021-02-24Add support for GetAttributeAtVertex for D3D (#1725)Tim Foley
2021-02-22Add basic support for fragment shader interlock (FSI) (#1722)Tim Foley