index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2020-01-22
Matrix indexing (#1172)
jsmall-nvidia
2020-01-22
WIP HLSL intrinsic coverage (#1171)
jsmall-nvidia
2020-01-22
Testing double based intrinsics (#1170)
jsmall-nvidia
2020-01-21
HLSL intrinsic coverage (#1169)
jsmall-nvidia
2020-01-21
CUDA support improvements (#1168)
jsmall-nvidia
2020-01-17
Slang -> CUDA kernel runs correctly in test infrastructure (#1167)
jsmall-nvidia
2020-01-08
Cover a few corner cases in reflection API (#1163)
Tim Foley
2019-12-19
WIP CUDA source emit (#1157)
jsmall-nvidia
2019-12-19
Fix invocation of `[mutating]` methods (#1156)
Tim Foley
2019-12-12
Slang compiles CUDA source via NVRTC (#1151)
jsmall-nvidia
2019-12-06
Support conversion from int/uint to enum types (#1147)
Tim Foley
2019-12-06
Remove legacy feature for merging global shader parameters (#1139)
Tim Foley
2019-12-04
Testing having a library with an entry point works. (#1141)
jsmall-nvidia
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-12-02
Fix bug in calcSafeRadians. (#1138)
jsmall-nvidia
2019-11-21
Remove support for explicit register/binding syntax on TEST_INPUT (#1132)
Tim Foley
2019-11-20
Added -ir-compression & fixes for ir compression issues (#1129)
jsmall-nvidia
2019-11-19
Initial work for "global generic value parameters" (#1127)
Tim Foley
2019-11-14
Initial work on direct emission of SPIR-V (#1118)
Tim Foley
2019-11-08
Fix problem when getting default value for a bool, was producing 0, which on ...
jsmall-nvidia
2019-11-06
Add basic support for entry points in `.slang-lib` files. (#1112)
Tim Foley
2019-11-06
Support for [__extern] attribute (#1111)
jsmall-nvidia
2019-10-31
Reference IR modules with entry point (#1101)
jsmall-nvidia
2019-10-30
WIP: Simple separate IR module linkage working (#1100)
jsmall-nvidia
2019-10-24
Strip IR after front-end steps are done (#1092)
Tim Foley
2019-10-21
`Repro` functionality (#1085)
jsmall-nvidia
2019-10-17
Initial work on representing layout at IR level (#1079)
Tim Foley
2019-10-17
Feature/gpu unbound array of array (#1083)
jsmall-nvidia
2019-10-15
GetDimension on GLSL for StructuredBuffer (#1081)
jsmall-nvidia
2019-10-11
CPU unsized array documentation and another example (#1080)
jsmall-nvidia
2019-10-11
Support for unbounded array of arrays (#1078)
jsmall-nvidia
2019-10-09
Feature/decor entry point name (#1073)
jsmall-nvidia
2019-10-08
Feature/ir entry point profile (#1068)
jsmall-nvidia
2019-10-04
IR types for subset of Attributes (#1067)
jsmall-nvidia
2019-09-23
Simple test profiling (#1062)
jsmall-nvidia
2019-09-19
Disable dx12 half-structured-buffer.slang test, as produces inconsistent resu...
jsmall-nvidia
2019-09-18
Clean up some behavior of operator% (#1060)
Tim Foley
2019-09-18
Improvements to testing and ABI for CPU (#1057)
jsmall-nvidia
2019-09-17
CPU ABI improvements (#1056)
jsmall-nvidia
2019-09-16
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-09-12
Fix problems with x86 CPU tests (#1051)
jsmall-nvidia
2019-09-12
ParameterBlock support. (#1049)
jsmall-nvidia
2019-09-03
CPU uniform entry point params (#1041)
jsmall-nvidia
2019-08-26
WIP: CPU sample working with Texture2D (#1033)
jsmall-nvidia
2019-08-22
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-20
User defined downstream compiler prelude (#1028)
jsmall-nvidia
2019-08-19
Support shifts and a few other ops in front-end constant folding (#1027)
Tim Foley
2019-08-19
Testing using a 'naked' ISlangFileSystemExt option. (#1026)
jsmall-nvidia
2019-08-19
WIP: Compute test running on CPU (#1023)
jsmall-nvidia
2019-08-16
Fix a typo in core.meta.slang which was causing an assert when (#1024)
Robert Stepinski
[next]