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
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
2021-04-01
Added compiler-core project (#1775)
jsmall-nvidia
2021-03-03
Add GLSL/SPIR-V support got GetAttributeAtVertex (#1733)
Tim Foley
2021-03-02
Clean up declarator handling during source emit (#1732)
Tim Foley
2021-03-02
Fix issue with long identifier names in GLSL output (#1731)
jsmall-nvidia
2021-02-24
Add support for GetAttributeAtVertex for D3D (#1725)
Tim Foley
2021-02-17
More #line improvements (#1713)
jsmall-nvidia
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2021-02-12
Initial support for DXR payload access qualifiers (#1705)
Tim Foley
2021-02-04
Fix line offset problem (#1690)
jsmall-nvidia
2021-01-29
Fix issue when passing ray query to a subroutine (#1680)
Tim Foley
2021-01-26
Obfuscation naming issue fix (#1676)
jsmall-nvidia
2021-01-07
Add support for [noinline] attribute (#1650)
Tim Foley
2021-01-05
Use "capability" system to select VKRT extension (#1647)
Tim Foley
2020-12-18
Heterogeneous Flag Error Visibility (#1642)
Dietrich Geisler
2020-12-11
Add first steps toward a "capability" system (#1636)
Tim Foley
2020-11-19
Unify handling of static and dynamic dispatch for interfaces (#1612)
Tim Foley
2020-10-09
Support CUDA bindless texture in dynamic dispatch code. (#1575)
Yong He
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
[next]