summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test
AgeCommit message (Expand)Author
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
2022-11-30Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV
2022-11-28Add LockFile helper class (#2535)skallweitNV
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-10-12Shader caching (#2432)lucy96chen
2022-10-06Improvements around absolute paths and file systems (#2433)jsmall-nvidia
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-29Split out MemoryFileSystem (#2422)jsmall-nvidia
2022-09-29RIFF filesystem improvements (#2418)jsmall-nvidia
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-06-24Handling of temporary files (#2299)jsmall-nvidia