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
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
2020-12-18
Heterogeneous Flag Error Visibility (#1642)
Dietrich Geisler
2020-11-10
Use integer RTTI/witness handles in existential tuples. (#1598)
Yong He
2020-10-29
Generate `switch` based dynamic dispatch logic. (#1591)
Yong He
2020-10-07
Fix C++ emit for `bit_cast` inst. (#1570)
Yong He
2020-10-05
Small fixes for CUDA code emit (#1564)
Tim Foley
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
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-09-10
Allow existential types in `StructuredBuffer` element type. (#1536)
Yong He
2020-09-08
Test if blob is returned. (#1535)
jsmall-nvidia
2020-09-02
Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)
Yong He
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-25
Export witness table and RTTI objects in compiled libraries. (#1514)
Yong He
2020-08-17
GPU Foreach Loop (#1498)
Dietrich Geisler
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-07-31
Binary for Heterogeneous Example (#1467)
Dietrich Geisler
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
CUDA/CPU varying compute inputs as IR pass (#1438)
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
[next]