summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test
AgeCommit message (Expand)Author
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
2024-10-14Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)Yong He
2024-10-09Fix bug related to findAndCheckEntrypoint. (#5241)Yong He
2024-09-30Add COM API for querying metadata. (#5168)Yong He
2024-09-26Move texture format inference to frontend and add reflection api for it. (#5155)Yong He
2024-09-19Allow lookups of overloaded methods. (#5110)Sai Praveen Bangaru
2024-09-16Add API method to specialize function reference with argument types (#4966)Sai Praveen Bangaru
2024-09-03Add Path::removeNonEmpty() to remove non-empty dir (#4984)kaizhangNV
2024-08-30capture component type (#4967)kaizhangNV
2024-08-28Migrate 3 more examples to slang-unit-test (#4927)kaizhangNV
2024-08-27Add ability to specialize generic references to functions, types and more (#4...Sai Praveen Bangaru
2024-08-27Migrate examples (#4920)kaizhangNV
2024-08-26Feature/record unit test (#4910)kaizhangNV