summaryrefslogtreecommitdiffstats
path: root/tools/slang-test
Commit message (Expand)AuthorAge
...
* formatEllie Hermaszewska2024-10-29
* Replace stdlib with core-module on files and projects (#5411)Jay Kwak2024-10-25
* Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak2024-10-25
* Fix D3D12Core.dll loading problem (#5315)Jay Kwak2024-10-17
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)Yong He2024-10-14
* slang-test: retry failed test at the end. (#5255)Yong He2024-10-10
* Add WGSL support for slang-test (#5174)Anders Leino2024-10-07
* Allow building using external dependencies (#5076)Tobias Frisch2024-10-04
* Re-enable slang-test for WGSL (#5120)Jay Kwak2024-09-19
* Implement math intrinsics for WGSL (#5078)Jay Kwak2024-09-17
* Draft: integrate slang-rhi (#4970)Simon Kallweit2024-08-30
* Feature/record unit test (#4910)kaizhangNV2024-08-26
* Fix IR lowering for generic interface types. (#4761)Yong He2024-07-31
* Cleanup global memory allocations on shutdown. (#4731)Yong He2024-07-24
* Move the file public header files to `include` dir (#4636)kaizhangNV2024-07-17
* Metal compute tests (#4292)skallweitNV2024-06-07
* Simplify test file names for slang-test (#4227)Jay Kwak2024-05-28
* Add host shared library target. (#4098)Yong He2024-05-03
* Switch to direct-to-spirv backend as default. (#4002)Yong He2024-04-23
* Add metal downstream compiler + metallib target. (#3990)Yong He2024-04-19
* Add skeleton for metal backend. (#3971)Yong He2024-04-17
* Add slangc interface to compile and use ir modules. (#3615)Yong He2024-02-23
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Capability type checking. (#3530)Yong He2024-02-02
* WIP: CMake (#3326)Ellie Hermaszewska2023-12-08
* Misc language server fixes. (#3357)Yong He2023-11-28
* Fix warnings for gcc 12.3 (#3286)Ellie Hermaszewska2023-10-25
* Add all RayQuery SPIRV Intrinsics. (#3204)Yong He2023-09-13
* Fix CI related issues. (#3175)Yong He2023-09-01
* Fix GLSL code gen around RayQuery and HitObject types. (#3173)Yong He2023-09-01
* Avoid empty lines when not finding a render api (#3160)Ellie Hermaszewska2023-08-29
* Run vk tests on spirv backend with expected failure list. (#3128)Yong He2023-08-16
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Support per field matrix layout (#3101)Yong He2023-08-14
* Add linux arm64 self-hosted CI. (#3003)Yong He2023-07-20
* Confirm reflection output is valid JSON (#2910)jsmall-nvidia2023-05-31
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Add render api category to synthesized tests (#2808)Ellie Hermaszewska2023-04-15
* Set the executable bit on Executable artifact files (#2796)Ellie Hermaszewska2023-04-14
* Fix for crashes around FileCheck (#2793)jsmall-nvidia2023-04-12
* WIP Hack to work around IFileCheck release (#2789)jsmall-nvidia2023-04-11
* Implement FileCheck tests for several test commands (#2747)Ellie Hermaszewska2023-04-11
* Artifact simplification (#2781)jsmall-nvidia2023-04-11
* Fix several silently failing tests (#2767)Ellie Hermaszewska2023-04-02
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26
* Shader cache improvements (#2564)skallweitNV2022-12-14
* Specify downstream compiler include paths (#2517)jsmall-nvidia2022-11-15