summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-10-15Retry file reads in slang-test to handle intermittent I/O errors (#8713)Jay Kwak
2025-10-13Support tests outside tests directory (#7791) (#8666)Janne Kiviluoto (NVIDIA)
2025-10-08Add deterministic shuffling of tests in directory (#8622)Janne Kiviluoto (NVIDIA)
2025-10-07Use symbol alias instead of wrapper synthesis to implement link-time types. (...Yong He
2025-10-06Add check for NVRTC backend in unit test cudaCodeGenBug (#8611)Sami Kiminki (NVIDIA)
2025-09-30Rewriting the lower-buffer-element-type pass to avoid unnecessary packing/unp...Yong He
2025-09-23Adding slang-test option to ignore abort popup message (#8492)Jay Kwak
2025-09-22Add RHI Device Caching and Test Prefix Exclusion (#8448)Gangzheng Tong
2025-09-10Fix crash when compiling specialized generic entrypoint containing a static c...Yong He
2025-09-08Use wide char version of Windows API (#8390)Gangzheng Tong
2025-09-07Enhances CI reliability and debug logging (#8393)Gangzheng Tong
2025-09-05Relax restriction on using link-time types for shader parameters. (#8387)Yong He
2025-09-04Handle slang-test command comments better (#8363)Jay Kwak
2025-09-02render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)
2025-08-29[CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV
2025-08-28Remove the embedded source to avoid self-matching in slang-test (#8305)Jay Kwak
2025-08-26Fail slang-test when VVL printed errors (#8280)Jay Kwak
2025-08-26Update slang-rhi deps for gfx-unit-test (#8237)Gangzheng Tong
2025-08-18Don't let clang-format reorder Fiddle `#include`s (#7887)Sam Estep
2025-08-18Show usage of `FIDDLE END` in Fiddle doc example (#7888)Sam Estep
2025-08-15Update cuda context creation to support cuda 13 (#8181)jarcherNV
2025-08-15Add static functions to create blobs from data (#8179)jarcherNV
2025-08-14Clean up `natvis` and use fiddle to generate info needed for `.natvis` debugg...ArielG-NV
2025-08-09Allow specializing entrypoints with generic value args or variadic types from...Yong He
2025-08-08Fix FunctionReflection getName() returning null for overloaded functions (#8113)Copilot
2025-08-06Add back GFX smoke test (#8030)Sam Estep
2025-08-06Document how to ignore tests (#8049)Sam Estep
2025-08-06Add reflection api for overload candidate filtering. (#8066)Yong He
2025-08-01disable ray-tracing-pipeline test (#8023)Jay Kwak
2025-07-31Handle debug-layer messages in a separate channel (#7988)Jay Kwak
2025-07-31Fix bug in ci test (#8005)Jay Kwak
2025-07-29[Language Server]: Show signature help on generic parameters. (#7913)Yong He
2025-07-22Fix visibility of synthesized Differential typedefs. (#7865)Yong He
2025-07-22Fix findFunctionByNameInType to preserve functions with different signatures ...Copilot
2025-07-22Fix Conditioanl<T, false> fields with a semantic. (#7855)Yong He
2025-07-22Fix capability generator to sort capabilities alphabetically within header gr...aidanfnv
2025-07-19Fix D3D12 test failure without Windows Developer mode (#7831)Gangzheng Tong
2025-07-18Add comment support to expected-failure files in slang-test (#7817)Copilot
2025-07-17Merge NamePool and RootNamePool into a single type (#7797)Copilot
2025-07-15Fix `slang-generate` segfault when parsing `$(()...)` (#7683)ArielG-NV
2025-07-11Use stdout for --help text instead of stderr (#7730)aidanfnv
2025-07-11Add slang-gfx build target back for Falcor (#7700)Gangzheng Tong
2025-07-09Convert gfx unit tests and examples to use slang-rhi (#7577)Gangzheng Tong
2025-07-08Improve slang-test output verbosity control (#7625)Jay Kwak
2025-07-07Language server: sort completion candidate by relevance. (#7626)Yong He
2025-07-03Language Server Enhancements (#7604)Yong He
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2025-07-01Allow Link time constant array length sizing, warn on unsupported functionali...Ellie Hermaszewska
2025-06-26Hide atomics struct from reflection api (#7520)James Helferty (NVIDIA)
2025-06-19Enabling optix ci pipeline (#7311)Harsh Aggarwal (NVIDIA)