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.h
Age
Commit message (
Expand
)
Author
2025-01-10
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2024-10-29
format
Ellie Hermaszewska
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2023-08-28
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2023-08-23
Lower all ByteAddressBuffer uses for SPIRV. (#3143)
Yong He
2023-03-17
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-05-17
Refactor prelude emit (#2236)
jsmall-nvidia
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2021-05-04
CUDA half comparison support (#1834)
jsmall-nvidia
2020-12-18
Heterogeneous Flag Error Visibility (#1642)
Dietrich Geisler
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-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
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-24
Dynamic dispatch for generic interface requirements.
Yong He
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-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-02-04
CUDA/C++ backend improvements (#1198)
jsmall-nvidia
2020-01-29
Feature/fix cuda function preamble (#1187)
jsmall-nvidia
2020-01-22
Matrix indexing (#1172)
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
2020-01-06
Fix scoping issue around use of IRTypeSet (#1160)
jsmall-nvidia
2019-12-20
HLSLIntrinsicSet (#1159)
jsmall-nvidia
2019-12-19
Split out IRTypeSet (#1158)
jsmall-nvidia
2019-10-25
Don't use mangled names when emitting code (#1096)
Tim Foley
2019-10-08
Remove EntryPointLayout* use in emit logic. (#1071)
jsmall-nvidia
2019-10-04
IR types for subset of Attributes (#1067)
jsmall-nvidia
2019-09-18
Clean up some behavior of operator% (#1060)
Tim Foley
2019-09-17
CPU ABI improvements (#1056)
jsmall-nvidia
2019-09-16
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-08-22
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-08
WIP: Preliminary Slang -> C++ code generation (#1009)
jsmall-nvidia
2019-07-17
Change how global-scope constants are handled (#1001)
Tim Foley
2019-07-09
WIP: slang to C++ code generation (#997)
jsmall-nvidia
[next]