summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test
AgeCommit message (Expand)Author
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
2024-08-13FIx issue with specializing witness tables (#4839)Sai Praveen Bangaru
2024-08-07More reflection API features. (#4740)Sai Praveen Bangaru
2024-07-18Initial implementation for decl-tree reflection API (#4666)Sai Praveen Bangaru
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-07-10Add reflection API for functions. (#4587)Yong He
2024-06-12Extend the COM-based API to support whole program compilation. (#4355)Yong He
2024-04-09Allow COM based API to discover and check entrypoints without [shader] attrib...Yong He
2024-03-12Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-09-01Fix GLSL code gen around RayQuery and HitObject types. (#3173)Yong He
2023-08-10Allow member lookup through modified type. (#3091)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-20Improve SourceMap coverage/testing (#2818)jsmall-nvidia
2023-04-19Make SourceMap a value type (#2812)jsmall-nvidia
2023-04-12Downgrade github runner to 20.04 (#2792)Ellie Hermaszewska
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
2023-03-16SourceMap encoding (#2706)jsmall-nvidia
2023-03-16Preliminary SourceMap support (#2701)jsmall-nvidia
2022-12-14Shader cache improvements (#2564)skallweitNV
2022-12-12Refactor shader cache (#2558)skallweitNV
2022-12-02Cleanup crypto utilities (#2549)skallweitNV