summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-check-unsupported-inst.cpp
Commit message (Collapse)AuthorAge
* Do recursive function checks early during IR linking (#5777)Darren Wihandi2024-12-05
|
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
| | | | | | | | | * Move switch statement bodies to their own lines * format --------- Co-authored-by: Yong He <yonghe@outlook.com>
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Allow passing sized array to unsized array parameter. (#4744)Yong He2024-07-26
|
* Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)Yong He2024-03-18
* Fix #3780. * Fixers #3781. * Add test for #3781. * Diagnose error on unsupported builtin intrinsic types. * Add check for recursion. * Fix. * Fix. * Fix recursion detection. * Fix. * Fix. * Fix recursion logic. * More fix.