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
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2024-02-05
Add per-buffer data layout control. (#3551)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-09-29
Add `requirePrelude()` intrinsic function. (#3250)
Yong He
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-09-27
Avoid make copies of __ref parameters when doing autodiff. (#3242)
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-08-14
Support per field matrix layout (#3101)
Yong He
2023-07-12
Fix native string emit for CUDA/Cpp backend. (#2980)
Yong He
2023-06-30
Fix for operator assignment issue (#2951)
jsmall-nvidia
2023-05-09
Various fixes for autodiff and slangpy. (#2876)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-11
Fix missing `f` suffix for float lits in CUDA backend. (#2791)
Yong He
2023-04-03
Emit simpler vector element access code. (#2770)
Yong He
2023-03-27
Translate all composed types into tuple types in pyBind. (#2744)
Yong He
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-17
Support for producing SourceMap on emit (#2707)
jsmall-nvidia
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2022-12-14
Fix code generation for matrix reshape. (#2568)
Yong He
2022-12-07
Rename IR opcodes to unify style. (#2556)
Yong He
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-08-24
Assorted Artifact improvements (#2374)
jsmall-nvidia
2022-08-20
Call `gfx` in slang program. (#2370)
Yong He
2022-08-09
Artifact split interface and implementation (#2349)
jsmall-nvidia
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-29
Native call marshalling for ComPtr parameters and return values. (#2305)
Yong He
2022-06-21
Add CPU executable compile test (#2278)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-05-27
Added NativeStringType (#2252)
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-05-10
Use IR pass to eliminate phi nodes (#2226)
Theresa Foley
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
2022-03-28
Allow slangc to generate exe from .slang file. (#2170)
Yong He
2022-02-03
Fixed naming conflicts in heterogeneous-hello-world (#2114)
David Siher
2021-11-11
Fix a bug in CUDA source emit (#2010)
Theresa Foley
2021-10-19
Generalize heterogenous code emit (#1968)
David Siher
2021-09-14
Bring heterogeneous-hello-world back up to date. (#1935)
David Siher
2021-05-06
Half texture support (#1836)
jsmall-nvidia
2021-05-04
CUDA half comparison support (#1834)
jsmall-nvidia
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
[next]