index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
slang-unit-test
Age
Commit message (
Expand
)
Author
2025-01-03
Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)
Yong He
2025-01-03
Fix parameter location reflection for pure data paramblocks. (#5956)
Yong He
2024-12-18
Fix metadata of register space and varying params. (#5906)
Yong He
2024-12-17
Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)
Yong He
2024-12-17
Fix entrypoint auto discovery logic. (#5885)
Yong He
2024-12-18
Fix `getArgumentValueFloat` when arg is int. (#5888)
Yong He
2024-12-11
Fix attribute reflection. (#5823)
Yong He
2024-12-09
Fix reflection for pointer element types. (#5797)
Yong He
2024-11-20
Change how DeclRef::toText works (#5592)
Sai Praveen Bangaru
2024-11-13
Correct include dir for libslang (#5539)
Ellie Hermaszewska
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-23
Fix several bugs with `specializeWithArgTypes()` (#5365)
Sai Praveen Bangaru
2024-10-16
Fix entrypoint naming in glsl backend. (#5320)
Yong He
2024-10-15
Fix 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-14
Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)
Yong He
2024-10-09
Fix bug related to findAndCheckEntrypoint. (#5241)
Yong He
2024-09-30
Add COM API for querying metadata. (#5168)
Yong He
2024-09-26
Move texture format inference to frontend and add reflection api for it. (#5155)
Yong He
2024-09-19
Allow lookups of overloaded methods. (#5110)
Sai Praveen Bangaru
2024-09-16
Add API method to specialize function reference with argument types (#4966)
Sai Praveen Bangaru
2024-09-03
Add Path::removeNonEmpty() to remove non-empty dir (#4984)
kaizhangNV
2024-08-30
capture component type (#4967)
kaizhangNV
2024-08-28
Migrate 3 more examples to slang-unit-test (#4927)
kaizhangNV
2024-08-27
Add ability to specialize generic references to functions, types and more (#4...
Sai Praveen Bangaru
2024-08-27
Migrate examples (#4920)
kaizhangNV
2024-08-26
Feature/record unit test (#4910)
kaizhangNV
2024-08-13
FIx issue with specializing witness tables (#4839)
Sai Praveen Bangaru
2024-08-07
More reflection API features. (#4740)
Sai Praveen Bangaru
2024-07-18
Initial implementation for decl-tree reflection API (#4666)
Sai Praveen Bangaru
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-10
Add reflection API for functions. (#4587)
Yong He
2024-06-12
Extend the COM-based API to support whole program compilation. (#4355)
Yong He
2024-04-09
Allow COM based API to discover and check entrypoints without [shader] attrib...
Yong He
2024-03-12
Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-09-01
Fix GLSL code gen around RayQuery and HitObject types. (#3173)
Yong He
2023-08-10
Allow member lookup through modified type. (#3091)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-20
Improve SourceMap coverage/testing (#2818)
jsmall-nvidia
2023-04-19
Make SourceMap a value type (#2812)
jsmall-nvidia
2023-04-12
Downgrade github runner to 20.04 (#2792)
Ellie Hermaszewska
2023-04-11
Artifact simplification (#2781)
jsmall-nvidia
2023-03-27
Using SourceMap for location output (#2736)
jsmall-nvidia
2023-03-16
SourceMap encoding (#2706)
jsmall-nvidia
2023-03-16
Preliminary SourceMap support (#2701)
jsmall-nvidia
2022-12-14
Shader cache improvements (#2564)
skallweitNV
2022-12-12
Refactor shader cache (#2558)
skallweitNV
2022-12-02
Cleanup crypto utilities (#2549)
skallweitNV
[next]