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-06-26
Hide atomics struct from reflection api (#7520)
James Helferty (NVIDIA)
2025-06-18
Fix retry logic for unit test (#7471)
Jay Kwak
2025-06-12
Fix API changes from separate debugging support (#7397)
jarcherNV
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-05
Clean up a dead code forgot to delete (#7358)
Jay Kwak
2025-06-04
Break down record replay to individual tests to avoid timeout (#7340)
Jay Kwak
2025-05-17
fix the break to make sure only valid data will be accessed (#7148)
Gangzheng Tong
2025-05-12
Cleanups related to RIFF support (#7041)
Theresa Foley
2025-05-02
Fix seg-fault in cudaCodeGenBug test (#6985)
Jay Kwak
2025-05-02
Fix intermittent failure of slang-unit-test-tool/ReplayRecord (#6981)
Jay Kwak
2025-04-28
Add Slang Byte Code generation and interpreter. (#6896)
Yong He
2025-04-26
Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...
Ronan
2025-04-07
Return non-escaped strings from user-defined attributes (#6735)
aidanfnv
2025-03-05
Fix codegen bug when targeting PTX with new API (#6506)
Anders Leino
2025-02-23
Improve performance when compiling small shaders. (#6396)
Yong He
2025-02-13
Disallow only resources in constant buffers in parameterblocks on metal (#6342)
Ellie Hermaszewska
2025-02-13
Reflection Fixes. (#6346)
Yong He
2025-02-05
Feature/initialize list side branch (#6058)
kaizhangNV
2025-01-28
Fix geometry shader related modifier lowering. (#6197)
Yong He
2025-01-28
Add a unit test to cover type-conformance compilation API. (#6178)
Yong He
2025-01-22
Cache and reuse glsl module. (#6152)
Yong He
2025-01-15
Fix argument buffer tier2 layout computation. (#6101)
Yong He
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
[next]