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
/
compute
Age
Commit message (
Expand
)
Author
2020-07-07
Add a test case for dynamic dispatch with `This` type in interface decl. (#1431)
Yong He
2020-07-03
Emit pointers for CPU target. (#1418)
Yong He
2020-07-01
Disable dynamic dispatch tests on CUDA - as fails with exception about unhand...
jsmall-nvidia
2020-06-24
Fix `lowerFuncType` and small bug fixes.
Yong He
2020-06-24
Dynamic dispatch for generic interface requirements.
Yong He
2020-06-19
Dynamic dispatch for static member functions of associatedtypes. (#1404)
Yong He
2020-06-18
Merge branch 'master' into dyndispatch
Tim Foley
2020-06-18
Improvements around C++ code generation (#1396)
jsmall-nvidia
2020-06-17
Dynamic dipatch non-static functions.
Yong He
2020-06-17
Generate dynamic C++ code for the minimal test case. (#1391)
Yong He
2020-06-15
Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...
Yong He
2020-06-05
Filter lookup results from interfaces in `visitMemberExpr`.
Yong He
2020-04-23
Small improvements around atomics (#1333)
jsmall-nvidia
2020-04-14
CUDA global scope initialization of arrays without function calls. (#1320)
jsmall-nvidia
2020-04-14
Change rules for layout of buffers/blocks containing only interface types (#1...
Tim Foley
2020-04-09
Literal folding on other operators (#1314)
jsmall-nvidia
2020-04-02
Optimize creation of memberDictionary (#1305)
jsmall-nvidia
2020-03-25
Fix a bug in exiting SSA form for loops (#1293)
Tim Foley
2020-03-25
Unroll target improvements (#1291)
jsmall-nvidia
2020-03-25
Better diagnostics on failure on CUDA. (#1288)
jsmall-nvidia
2020-03-21
CPU Texture GetDimensions support (#1283)
jsmall-nvidia
2020-03-11
Add a basc inlining facility for use in the stdlib (#1271)
Tim Foley
2020-02-26
Support for RWTexture types on CPU and CUDA (#1243)
jsmall-nvidia
2020-02-21
Add surface syntax for "this type" (#1236)
Tim Foley
2020-02-21
Initial support for explicit default initializers (#1235)
Tim Foley
2020-02-20
WIP on RWTexture types on CUDA/CPU (#1234)
jsmall-nvidia
2020-02-20
Initial support for user-defined initializer/constructor declarations (#1233)
Tim Foley
2020-02-20
CUDA/CPU support for 1D, 2D, CubeArray (#1232)
jsmall-nvidia
2020-02-18
First pass Texture Array support on CUDA/CPU (#1225)
jsmall-nvidia
2020-02-18
CUDA/CPU resource coverage (#1224)
jsmall-nvidia
2020-02-14
Feature/cuda coverage (#1223)
jsmall-nvidia
2020-02-12
Nvrtc disable warnings/Float literal improvements (#1220)
jsmall-nvidia
2020-02-12
CUDA barrier/atomic support (#1218)
jsmall-nvidia
2020-02-08
Fixes to make all CPU compute shaders work on CUDA (#1211)
jsmall-nvidia
2020-02-06
Literal handling improvements (#1202)
jsmall-nvidia
2020-01-28
Fix layout for structured buffers of matrices (#1184)
Tim Foley
2020-01-28
Synthesizing CUDA tests (#1183)
jsmall-nvidia
2020-01-22
WIP HLSL intrinsic coverage (#1171)
jsmall-nvidia
2020-01-21
HLSL intrinsic coverage (#1169)
jsmall-nvidia
2020-01-21
CUDA support improvements (#1168)
jsmall-nvidia
2019-12-19
Fix invocation of `[mutating]` methods (#1156)
Tim Foley
2019-12-06
Support conversion from int/uint to enum types (#1147)
Tim Foley
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-19
Initial work for "global generic value parameters" (#1127)
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-11
CPU unsized array documentation and another example (#1080)
jsmall-nvidia
2019-10-11
Support for unbounded array of arrays (#1078)
jsmall-nvidia
[next]