summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test
AgeCommit message (Expand)Author
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-10Fix crash when compiling specialized generic entrypoint containing a static c...Yong He
2025-09-05Relax restriction on using link-time types for shader parameters. (#8387)Yong He
2025-08-15Add static functions to create blobs from data (#8179)jarcherNV
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 reflection api for overload candidate filtering. (#8066)Yong He
2025-08-01disable ray-tracing-pipeline test (#8023)Jay Kwak
2025-07-31Fix bug in ci test (#8005)Jay Kwak
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-06-26Hide atomics struct from reflection api (#7520)James Helferty (NVIDIA)
2025-06-18Fix retry logic for unit test (#7471)Jay Kwak
2025-06-12Fix API changes from separate debugging support (#7397)jarcherNV
2025-06-06Add command line option for separate debug info (#7178)jarcherNV
2025-06-05Clean up a dead code forgot to delete (#7358)Jay Kwak
2025-06-04Break down record replay to individual tests to avoid timeout (#7340)Jay Kwak
2025-05-17fix the break to make sure only valid data will be accessed (#7148)Gangzheng Tong
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-05-02Fix seg-fault in cudaCodeGenBug test (#6985)Jay Kwak
2025-05-02Fix intermittent failure of slang-unit-test-tool/ReplayRecord (#6981)Jay Kwak
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-26Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan
2025-04-07Return non-escaped strings from user-defined attributes (#6735)aidanfnv
2025-03-05Fix codegen bug when targeting PTX with new API (#6506)Anders Leino
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-13Disallow only resources in constant buffers in parameterblocks on metal (#6342)Ellie Hermaszewska
2025-02-13Reflection Fixes. (#6346)Yong He
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-28Fix geometry shader related modifier lowering. (#6197)Yong He
2025-01-28Add a unit test to cover type-conformance compilation API. (#6178)Yong He
2025-01-22Cache and reuse glsl module. (#6152)Yong He
2025-01-15Fix argument buffer tier2 layout computation. (#6101)Yong He
2025-01-03Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He
2025-01-03Fix parameter location reflection for pure data paramblocks. (#5956)Yong He
2024-12-18Fix metadata of register space and varying params. (#5906)Yong He
2024-12-17Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)Yong He
2024-12-17Fix entrypoint auto discovery logic. (#5885)Yong He
2024-12-18Fix `getArgumentValueFloat` when arg is int. (#5888)Yong He
2024-12-11Fix attribute reflection. (#5823)Yong He
2024-12-09Fix reflection for pointer element types. (#5797)Yong He
2024-11-20Change how DeclRef::toText works (#5592)Sai Praveen Bangaru
2024-11-13Correct include dir for libslang (#5539)Ellie Hermaszewska
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-23Fix several bugs with `specializeWithArgTypes()` (#5365)Sai Praveen Bangaru
2024-10-16Fix entrypoint naming in glsl backend. (#5320)Yong He
2024-10-15Fix type checking on generic extensions. (#5316)Yong He
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska