summaryrefslogtreecommitdiff
path: root/tools/slang-test
AgeCommit message (Expand)Author
2025-01-06Properly set D3D12SDKPath (#5993)Jay Kwak
2025-01-01Allow explicit test root (#5980)bspeice
2024-12-10Fix a crash when search for files. (#5818)Yong He
2024-11-13Correct include dir for libslang (#5539)Ellie Hermaszewska
2024-11-05Update slang-rhi and fix error handling (#5485)cheneym2
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-25Replace stdlib with core-module on files and projects (#5411)Jay Kwak
2024-10-25Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak
2024-10-17Fix D3D12Core.dll loading problem (#5315)Jay Kwak
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-14Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)Yong He
2024-10-10slang-test: retry failed test at the end. (#5255)Yong He
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-10-04Allow building using external dependencies (#5076)Tobias Frisch
2024-09-19Re-enable slang-test for WGSL (#5120)Jay Kwak
2024-09-17Implement math intrinsics for WGSL (#5078)Jay Kwak
2024-08-30Draft: integrate slang-rhi (#4970)Simon Kallweit
2024-08-26Feature/record unit test (#4910)kaizhangNV
2024-07-31Fix IR lowering for generic interface types. (#4761)Yong He
2024-07-24Cleanup global memory allocations on shutdown. (#4731)Yong He
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-05-28Simplify test file names for slang-test (#4227)Jay Kwak
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-11-28Misc language server fixes. (#3357)Yong He
2023-10-25Fix warnings for gcc 12.3 (#3286)Ellie Hermaszewska
2023-09-13Add all RayQuery SPIRV Intrinsics. (#3204)Yong He
2023-09-01Fix CI related issues. (#3175)Yong He
2023-09-01Fix GLSL code gen around RayQuery and HitObject types. (#3173)Yong He
2023-08-29Avoid empty lines when not finding a render api (#3160)Ellie Hermaszewska
2023-08-16Run vk tests on spirv backend with expected failure list. (#3128)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-14Support per field matrix layout (#3101)Yong He
2023-07-20Add linux arm64 self-hosted CI. (#3003)Yong He
2023-05-31Confirm reflection output is valid JSON (#2910)jsmall-nvidia
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-15Add render api category to synthesized tests (#2808)Ellie Hermaszewska
2023-04-14Set the executable bit on Executable artifact files (#2796)Ellie Hermaszewska
2023-04-12Fix for crashes around FileCheck (#2793)jsmall-nvidia
2023-04-11WIP Hack to work around IFileCheck release (#2789)jsmall-nvidia