summaryrefslogtreecommitdiff
path: root/tools/slang-test
AgeCommit message (Expand)Author
2025-06-19Enabling optix ci pipeline (#7311)Harsh Aggarwal (NVIDIA)
2025-06-18Fix retry logic for unit test (#7471)Jay Kwak
2025-06-16Disable periadic diagnostic update on language-server on CI (#7445)Jay Kwak
2025-06-13Sort test list to be deterministic (#7432)Jay Kwak
2025-06-06Update slang-rhi (#7303)Simon Kallweit
2025-06-04Break down record replay to individual tests to avoid timeout (#7340)Jay Kwak
2025-06-02Add a new slang-test option `-enable-debug-layers` (#7300)Jay Kwak
2025-06-01Fix test-server debug issues with gfx-unit-test-tool (#7119) (#7279)sricker-nvidia
2025-05-20Fix retry logic and skip high intermittent test failure (#7175)Gangzheng Tong
2025-05-16Enable Windows full debug testsuite in CI (#7085)Gangzheng Tong
2025-05-11Add a new option "-capability" to slang-test and render-test (#7054)Jay Kwak
2025-05-06Retry when a few unit tests failed. (#6912)Jay Kwak
2025-05-06Update C++ standard to C++20 (#6980)Ellie Hermaszewska
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-04fix(d3d11): correct parameter in VSSetConstantBuffers1 from uavCount … (#6690)Harsh Aggarwal (NVIDIA)
2025-03-16Add help screen to slang-test (#6611)Gangzheng Tong
2025-03-03Document how unit tests are defined and run (#6448)Anders Leino
2025-02-27Remove adapter option from slang-test (#6475)Mukund Keshava
2025-02-27update slang-rhi (shader object refactor) (#6251)Simon Kallweit
2025-02-27Allow `.member` syntax on vector and scalars. (#6424)Yong He
2025-02-19Show adapter info in slang-test (#6388)cheneym2
2025-02-13Migrate slang-test away from deprecated Slang API (#6343)Anders Leino
2025-01-22Cache and reuse glsl module. (#6152)Yong He
2025-01-17Avoid using the backend validation when using test server (#6094)Jay Kwak
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