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
2023-03-28
Add slangpy doc, fix cuda prelude. (#2748)
Yong He
2023-03-28
Small fixes and cleanups on CUDA/CPP codegen. (#2746)
Yong He
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-23
Fix scope fixing for address insts. (#2724)
Yong He
2023-02-27
Detect and deduplicate read-only resource access. (#2680)
Yong He
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-07
Arithmetic simplifications and more IR clean up logic. (#2632)
Yong He
2023-01-25
Unify UpdateField and UpdateElement with access chain. (#2611)
Yong He
2023-01-24
Reimplement address elimination. (#2605)
Yong He
2022-12-14
Fix code generation for matrix reshape. (#2568)
Yong He
2022-12-08
Auto-diff for matrix operations. (#2559)
Yong He
2022-12-07
Rename IR opcodes to unify style. (#2556)
Yong He
2022-12-07
Remove `construct` IR op. (#2555)
Yong He
2022-12-07
Lower-to-ir no longer produce `Construct` inst. (#2553)
Yong He
2022-12-02
Inline functions with string param/return for GPU targets (#2544)
jsmall-nvidia
2022-11-16
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-15
Shader Execution Reordering for VK (#2491)
jsmall-nvidia
2022-11-02
Shader Execution Reordering (via NVAPI) (#2484)
jsmall-nvidia
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
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-20
Call `gfx` in slang program. (#2370)
Yong He
2022-08-04
Implicit pointer dereference when using member operator. (#2348)
Yong He
2022-08-03
Basic pointer usages. (#2342)
Yong He
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
Lower throwing COM interface method. (#2282)
Yong He
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-06-01
Clean up void returns. (#2260)
Yong He
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-05-05
Support for HLSL `export` (#2223)
jsmall-nvidia
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia
2022-04-28
Fix the way IR "regions" store conditions (#2216)
Theresa Foley
2022-04-13
Callable shader fix and explicit payload locations for GLSL (#2185)
Alexey Panteleev
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-03-18
Fix type truncation during SCCP. (#2163)
Yong He
2022-02-25
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He
2022-02-17
Add target option to force `scalar` layout for storage buffers. (#2135)
Yong He
2022-02-03
Fixed naming conflicts in heterogeneous-hello-world (#2114)
David Siher
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2022-01-18
Fix for issue #2069 (#2082)
jsmall-nvidia
2021-08-17
Add GLSL450 intrinsics to SPIRV direct emit. (#1921)
Yong He
2021-08-12
Further implementation of SPIRV direct emit. (#1920)
Yong He
2021-08-11
Handle unexpected character in mangled names (#1919)
Theresa Foley
2021-06-08
Various fixes to CUDA backend. (#1877)
Yong He
[next]