summaryrefslogtreecommitdiffstats
path: root/tests/bugs/gh-2959.slang
Commit message (Collapse)AuthorAge
* Enable a bunch of WGPU tests (#5513)Anders Leino2024-11-07
| | | This closes issue #5505.
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
|
* Remove returned-array-legalization pass for metal (#4478)ArielG-NV2024-06-27
| | | | | * disable return array optimization pass for metal targets fixes: #4468
* Metal compute tests (#4292)skallweitNV2024-06-07
|
* Fix GLSL static initialization bug. (#3409)Yong He2023-12-13
* Fix GLSL static initialization bug. Fixes #3408. * Update comment. * Fold global var initializer as an expression if possible. --------- Co-authored-by: Yong He <yhe@nvidia.com>