summaryrefslogtreecommitdiff
path: root/tests/metal
AgeCommit message (Expand)Author
2024-10-09Metal: Texture write fix (#4952)Dynamitos
2024-10-08Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)Yong He
2024-09-25Fixing bug when writing primitives in metal mesh shaders (#5069)Dynamitos
2024-08-28Metal: Mesh Shaders (#4280)Dynamitos
2024-08-14Do not zero-initialize groupshared and rayquery variables (#4838)ArielG-NV
2024-07-18Metal: `Interlocked` (atomic) member function support for buffers (#4655)ArielG-NV
2024-07-10Implement non member function atomic texture support (#4544)ArielG-NV
2024-07-10Fixes to Metal Input parameters and Output value input/output semantics (#4536)ArielG-NV
2024-06-27Remove returned-array-legalization pass for metal (#4478)ArielG-NV
2024-06-25Support atomic intrinsics for Metal (#4473)Jay Kwak
2024-06-18Metal: Implement fix for non vector4 texture Load/Sample (#4417)ArielG-NV
2024-06-13[Metal] Support SV_TargetN. (#4390)Yong He
2024-06-13Implement for metal `SV_GroupIndex` (#4385)ArielG-NV
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-12Fix emit logic for getElementPtr. (#4362)Yong He
2024-06-11Test more texture types in Metal (#4333)Jay Kwak
2024-06-08Metal system value overhaul. (#4308)Yong He
2024-06-02Metal Task Shader payload (#4238)Dynamitos
2024-06-01Support different SPIRV versions. (#4254)Yong He
2024-05-17Test binding index for combined and not-combined textures (#4180)Jay Kwak
2024-05-16RasterizerOrder resource for spirv and metal. (#4175)Yong He
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-14Support combined textures for Metal target (#4169)Jay Kwak
2024-05-14Implement texture functions for Metal target (#4158)Jay Kwak
2024-05-10More Metal Intrinsics. (#4143)Yong He
2024-05-08Metal: propagate and specialize address space. (#4137)Yong He
2024-05-07Support Metal math functions (#4118)Jay Kwak
2024-05-06Support groupshared variables for Metal. (#4116)Yong He
2024-04-30Metal: Vertex/Fragment builtin and layouts. (#4044)Yong He
2024-04-24Parameter layout and reflection for Metal bindings. (#4022)Yong He
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-18Metal: rewrite global variables as explicit context. (#3981)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He