| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Enable metal tests (#8446) | James Helferty (NVIDIA) | 2025-09-30 |
| | | | | | | | | | | | | | Enables all tests/metal/ tests that can be easily enabled. These tests were not originally designed as render tests; they are generally being enabled for pipecleaning purposes, and will not be rigorously testing the corresponding funcitonality. Where they cannot be enabled as render tests, and a metallib test wasn't already enabled, a metallib test was enabled instead (where possible). Fixes #7892 | ||
| * | Fix Metal pointer type emission in entry point parameters (#7759) | Jay Kwak | 2025-07-16 |
| * Fix Metal pointer type emission in entry point parameters Add missing default case in Metal emitter's address space switch to preserve pointer types. Previously, unrecognized address spaces would fall through without emitting pointer syntax, causing uint64_t* to become ulong instead of ulong constant*. Fixes #7605, #6174 * Treat AddressSpace::UserPointer as Global in Metal Also adding another test for `uniform` keyword | |||
