index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-emit-cpp.h
Commit message (
Expand
)
Author
Age
*
format
Ellie Hermaszewska
2024-10-29
*
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-14
*
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2023-08-28
*
Lower all ByteAddressBuffer uses for SPIRV. (#3143)
Yong He
2023-08-23
*
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-03-17
*
More control flow simplifications. (#2673)
Yong He
2023-02-24
*
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
*
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-16
*
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-25
*
Actual global support (#2262)
jsmall-nvidia
2022-06-08
*
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-06-02
*
Refactor prelude emit (#2236)
jsmall-nvidia
2022-05-17
*
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-10
*
Support `[DllImport]` (#2181)
Yong He
2022-04-12
*
CUDA half comparison support (#1834)
jsmall-nvidia
2021-05-04
*
Heterogeneous Flag Error Visibility (#1642)
Dietrich Geisler
2020-12-18
*
Initial attempt to enable CUDA dynamic dispatch codegen (#1549)
Yong He
2020-09-17
*
Dynamic dispatch bug fixes. (#1541)
Yong He
2020-09-14
*
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-15
*
Dynamic code gen for generic local variables. (#1434)
Yong He
2020-07-10
*
Add support for global uniform shader parameters (#1433)
Tim Foley
2020-07-08
*
Emit pointers for CPU target. (#1418)
Yong He
2020-07-03
*
Dynamic dispatch for generic interface requirements.
Yong He
2020-06-24
*
Dynamic dipatch non-static functions.
Yong He
2020-06-17
*
Generate dynamic C++ code for the minimal test case. (#1391)
Yong He
2020-06-17
*
Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...
Yong He
2020-06-15
*
Unroll target improvements (#1291)
jsmall-nvidia
2020-03-25
*
Clean-ups related to expanded standard library coverage (#1269)
Tim Foley
2020-03-11
*
Expand range of definitions that can be moved into stdlib (#1259)
Tim Foley
2020-03-06
*
CUDA/C++ backend improvements (#1198)
jsmall-nvidia
2020-02-04
*
Feature/fix cuda function preamble (#1187)
jsmall-nvidia
2020-01-29
*
Matrix indexing (#1172)
jsmall-nvidia
2020-01-22
*
CUDA support improvements (#1168)
jsmall-nvidia
2020-01-21
*
WIP: CPU like CUDA binding (#1164)
jsmall-nvidia
2020-01-10
*
CUDA generated first test compiles. (#1161)
jsmall-nvidia
2020-01-08
*
Fix scoping issue around use of IRTypeSet (#1160)
jsmall-nvidia
2020-01-06
*
HLSLIntrinsicSet (#1159)
jsmall-nvidia
2019-12-20
*
Split out IRTypeSet (#1158)
jsmall-nvidia
2019-12-19
*
Don't use mangled names when emitting code (#1096)
Tim Foley
2019-10-25
*
Remove EntryPointLayout* use in emit logic. (#1071)
jsmall-nvidia
2019-10-08
*
IR types for subset of Attributes (#1067)
jsmall-nvidia
2019-10-04
*
Clean up some behavior of operator% (#1060)
Tim Foley
2019-09-18
*
CPU ABI improvements (#1056)
jsmall-nvidia
2019-09-17
*
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-09-16
*
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-22
*
WIP: Preliminary Slang -> C++ code generation (#1009)
jsmall-nvidia
2019-08-08
*
Change how global-scope constants are handled (#1001)
Tim Foley
2019-07-17
*
WIP: slang to C++ code generation (#997)
jsmall-nvidia
2019-07-09
*
Split out target code generation from CLikeSourceEmitter (#976)
jsmall-nvidia
2019-06-06