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-12-10
Move ShaderObject to be under renderer interface. (#1633)
Yong He
2020-12-03
Add shader object parameter binding to renderer_test. (#1622)
Yong He
2020-11-30
Enable all dynamic-dispatch tests on D3D/VK. (#1615)
Yong He
2020-11-30
Re-enable `interface-shader-param` tests. (#1614)
Yong He
2020-11-20
Make witness and RTTI handles lower to `uint2`. (#1613)
Yong He
2020-11-19
Unify handling of static and dynamic dispatch for interfaces (#1612)
Tim Foley
2020-11-19
Fix constant folding in attributes (#1610)
Yong He
2020-11-06
Specialize witness table lookups. (#1596)
Yong He
2020-10-22
Generate `if` based dispatch logic on GPU targets. (#1585)
Yong He
2020-10-13
Repro test that loads repro (#1576)
jsmall-nvidia
2020-10-09
Support CUDA bindless texture in dynamic dispatch code. (#1575)
Yong He
2020-10-05
Update the type of a call inst during specialization. (#1569)
Yong He
2020-10-04
Handle partial existential parameter type specialization. (#1568)
Yong He
2020-10-02
Specialize exsitentials parameters in struct fields. (#1565)
Yong He
2020-09-21
Enable all dynamic dispatch tests on CUDA. (#1552)
Yong He
2020-09-17
Initial attempt to enable CUDA dynamic dispatch codegen (#1549)
Yong He
2020-09-14
Support shader parameters that are an array of existential type. (#1542)
Yong He
2020-09-10
Allow existential types in `StructuredBuffer` element type. (#1536)
Yong He
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-09-02
Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)
Yong He
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-27
Clean up the way that lookup "through" a base type is encoded (#1519)
Tim Foley
2020-08-21
Allow calling a generic function with an existential value (dynamic dispatch)...
Yong He
2020-08-18
Support initializing an existential value from a generic value. (#1503)
Yong He
2020-08-18
Support for float atomics on RWByteAddressBuffer (#1502)
jsmall-nvidia
2020-08-14
Lower existential types. (#1497)
Yong He
2020-08-05
Change the policy for entry-point uniform parameters on Vulkan (#1476)
Tim Foley
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-07-16
Support associatedtype local variables and return values in dynamic dispatch ...
Yong He
2020-07-13
Dynamic code gen for functions returning generic types. (#1439)
Yong He
2020-07-10
Dynamic code gen for generic local variables. (#1434)
Yong He
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
[next]