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
/
prelude
/
slang-cpp-prelude.h
Commit message (
Expand
)
Author
Age
*
fix typo (#7794)
Dennis Brakhane
2025-07-17
*
Perf improvements to IR serialization (#7751)
Ellie Hermaszewska
2025-07-17
*
Replace SLANG_ALIGN_OF with C++11 alignof (#7523)
Julius Ikkala
2025-07-03
*
Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)
Julius Ikkala
2025-05-09
*
format
Ellie Hermaszewska
2024-10-29
*
Support for infinite literal of from 34.2432#INF (#2944)
jsmall-nvidia
2023-06-27
*
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-16
*
Preliminary debugBreak support (#2647)
jsmall-nvidia
2023-02-14
*
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-09-15
*
Language server pointer type support + add `DLLImport` test (#2350)
Yong He
2022-08-10
*
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-25
*
Improved bounds checking for C++/CUDA (#2263)
jsmall-nvidia
2022-06-08
*
Actual global support (#2262)
jsmall-nvidia
2022-06-08
*
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-06-02
*
Fixed naming conflicts in heterogeneous-hello-world (#2114)
David Siher
2022-02-03
*
Generalize heterogenous code emit (#1968)
David Siher
2021-10-19
*
Bring heterogeneous-hello-world back up to date. (#1935)
David Siher
2021-09-14
*
First Slang LLVM integration (#1934)
jsmall-nvidia
2021-09-10
*
CUDA layout corner cases/testing (#1881)
jsmall-nvidia
2021-06-10
*
Refactor `gfx` to surface `CommandBuffer` interface. (#1735)
Yong He
2021-03-04
*
Enable default cpp prelude. (#1560)
Yong He
2020-09-24
*
GPU Foreach Loop (#1498)
Dietrich Geisler
2020-08-17
*
Dynamic code gen for generic local variables. (#1434)
Yong He
2020-07-10
*
Merge branch 'master' into feature/prelude-fix
Yong He
2020-06-18
|
\
|
*
Improvements around C++ code generation (#1396)
jsmall-nvidia
2020-06-18
*
|
Try using cmath or math.h depending on compiler to avoid issues around isinf ...
jsmall-nvidia
2020-06-18
*
|
#include <cmath>
jsmall-nvidia
2020-06-18
|
/
*
Generate dynamic C++ code for the minimal test case. (#1391)
Yong He
2020-06-17
*
Unroll target improvements (#1291)
jsmall-nvidia
2020-03-25
*
Literal handling improvements (#1202)
jsmall-nvidia
2020-02-06
*
User defined downstream compiler prelude (#1028)
jsmall-nvidia
2019-08-20