index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-emit-cpp.cpp
Age
Commit message (
Expand
)
Author
2020-10-07
Fix C++ emit for `bit_cast` inst. (#1570)
Yong He
2020-10-05
Small fixes for CUDA code emit (#1564)
Tim Foley
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
2020-09-17
Initial attempt to enable CUDA dynamic dispatch codegen (#1549)
Yong He
2020-09-14
Dynamic dispatch bug fixes. (#1541)
Yong He
2020-09-10
Allow existential types in `StructuredBuffer` element type. (#1536)
Yong He
2020-09-08
Test if blob is returned. (#1535)
jsmall-nvidia
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-25
Export witness table and RTTI objects in compiled libraries. (#1514)
Yong He
2020-08-17
GPU Foreach Loop (#1498)
Dietrich Geisler
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-07-31
Binary for Heterogeneous Example (#1467)
Dietrich Geisler
2020-07-15
IR pass to generate witness table wrappers. (#1443)
Yong He
2020-07-15
Remove KernelContext wrapper from CPU/CUDA emit (#1440)
Tim Foley
2020-07-10
CUDA/CPU varying compute inputs as IR pass (#1438)
Tim Foley
2020-07-10
Dynamic code gen for generic local variables. (#1434)
Yong He
2020-07-08
Add support for global uniform shader parameters (#1433)
Tim Foley
2020-07-03
Emit pointers for CPU target. (#1418)
Yong He
2020-06-25
remove ThisPointerDecoration, generate IRInterfaceType in one pass
Yong He
2020-06-25
Remove interfaceType operand from lookup_witness_method inst
Yong He
2020-06-25
Partial fixes to code review comments
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
Fix and improvements around repro (#1397)
jsmall-nvidia
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-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-04-14
CUDA global scope initialization of arrays without function calls. (#1320)
jsmall-nvidia
2020-03-25
Unroll target improvements (#1291)
jsmall-nvidia
2020-03-11
Clean-ups related to expanded standard library coverage (#1269)
Tim Foley
2020-03-06
Expand range of definitions that can be moved into stdlib (#1259)
Tim Foley
2020-03-02
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2020-02-26
Support for RWTexture types on CPU and CUDA (#1243)
jsmall-nvidia
2020-02-07
HLSL Intrinsic coverage test improvements (#1206)
jsmall-nvidia
2020-02-06
Float matrix intrinsic test/fixes (#1203)
jsmall-nvidia
2020-02-06
Literal handling improvements (#1202)
jsmall-nvidia
2020-02-04
CUDA/C++ backend improvements (#1198)
jsmall-nvidia
2020-01-31
64 bit types doc (#1194)
jsmall-nvidia
2020-01-29
Feature/fix cuda function preamble (#1187)
jsmall-nvidia
2020-01-24
Texture Sample available in CUDA (#1176)
jsmall-nvidia
2020-01-22
Matrix indexing (#1172)
jsmall-nvidia
2020-01-22
WIP HLSL intrinsic coverage (#1171)
jsmall-nvidia
2020-01-21
CUDA support improvements (#1168)
jsmall-nvidia
2020-01-10
WIP: CPU like CUDA binding (#1164)
jsmall-nvidia
2020-01-08
CUDA generated first test compiles. (#1161)
jsmall-nvidia
[next]