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-c-like.cpp
Age
Commit message (
Expand
)
Author
2020-10-09
Support CUDA bindless texture in dynamic dispatch code. (#1575)
Yong He
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
2020-09-23
Fix a bug around byte-address buffer loads of vectors (#1557)
Tim Foley
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-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-09-02
Add support for (undocumented) HLSL 16-bit bit-cast ops (#1528)
Tim Foley
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-17
GPU Foreach Loop (#1498)
Dietrich Geisler
2020-08-13
IR support for Tuple types. (#1492)
Yong He
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-07-31
Fix issues arising around DXR 1.1 RayQuery usage (#1468)
Tim Foley
2020-07-28
Change parameter passing convention for CUDA (#1463)
Tim Foley
2020-07-28
Fix support for nested generic intrinsics (#1462)
Tim Foley
2020-07-23
Run SSA pass to clean up temporary variables during generics lowering. (#1447)
Yong He
2020-07-15
Remove KernelContext wrapper from CPU/CUDA emit (#1440)
Tim Foley
2020-07-10
Dynamic code gen for generic local variables. (#1434)
Yong He
2020-07-03
Emit pointers for CPU target. (#1418)
Yong He
2020-06-25
Partial fixes to code review comments
Yong He
2020-06-24
Fix `lowerFuncType` and small bug fixes.
Yong He
2020-06-24
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
Prelude is associated with SourceLanguage (#1398)
jsmall-nvidia
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
Bug fix problem with ray tracing from fragment shader (#1362)
jsmall-nvidia
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-04-27
Add support for generic load/store on byte-addressed buffers (#1334)
Tim Foley
2020-04-08
Replace /* unhandled */ in source emit with a real error (#1313)
Tim Foley
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-11
Clean-ups related to expanded standard library coverage (#1269)
Tim Foley
2020-03-03
Move definitions of simple vector/matrix builtins to stdlib. (#1247)
Tim Foley
2020-03-02
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2020-02-26
Fix for GCC C++ target - remove warning for int literal value. (#1244)
jsmall-nvidia
2020-02-13
* Fix for unary - on glsl (#1222)
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-30
Support for 64 bit integer types (#1191)
jsmall-nvidia
2020-01-29
Feature/target intrinsic fold (#1190)
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-21
HLSL intrinsic coverage (#1169)
jsmall-nvidia
2019-12-19
WIP CUDA source emit (#1157)
jsmall-nvidia
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
[next]