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.cpp
Age
Commit message (
Expand
)
Author
2022-08-10
Artifact and ICastable (#2351)
jsmall-nvidia
2022-08-09
Artifact split interface and implementation (#2349)
jsmall-nvidia
2022-08-05
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-08-03
Improvements around Artifact (#2346)
jsmall-nvidia
2022-07-13
Small improvements around 'size versioning' and TargetDesc (#2325)
jsmall-nvidia
2022-07-01
Fix for issue with redirecting stdout/err to a file (#2311)
jsmall-nvidia
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-13
Language Server improvements. (#2269)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-05-18
Support for querying which parameters are used in emitted code (#2239)
Alexey Panteleev
2022-05-17
Configuration for warnings (#2241)
Alexey Panteleev
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia
2022-04-27
Make artifact an interface (#2195)
jsmall-nvidia
2022-04-26
Improvements around Artifacts (#2192)
jsmall-nvidia
2022-04-26
Linking in DXC (#2190)
jsmall-nvidia
2022-04-21
Made translation units visible to transitive `import`s. (#2197)
Yong He
2022-04-19
Make translation units in the same CompileReq visible to `import`. (#2184)
Yong He
2022-04-15
DXIL library support and Artifact type (#2186)
jsmall-nvidia
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-09
Initial support for documentation extraction in C++ (#2156)
jsmall-nvidia
2022-03-02
Small fix to use SlangResult (#2149)
jsmall-nvidia
2022-02-17
Add target option to force `scalar` layout for storage buffers. (#2135)
Yong He
2022-01-31
Revise entrypoint renaming interface. (#2113)
Yong He
2022-01-21
Add entry-point name override feature. (#2089)
Yong He
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-12-03
Improvements to repro diagnostics (#2039)
jsmall-nvidia
2021-11-19
Improvements to JSON/RTTI (#2022)
jsmall-nvidia
2021-10-20
Selecting downstream compiler on code gen transition (#1980)
jsmall-nvidia
2021-10-14
Fix a crash in `specializeDynamicAssociatedTypeLookup`. (#1979)
Yong He
2021-10-07
Return diagnostics data when encountering module load error by exception (#1966)
Kai Yao
2021-10-04
Removing exceptions from core/compiler-core (#1953)
jsmall-nvidia
2021-09-29
Add ISession::loadModuleFromSource. (#1950)
Yong He
2021-09-28
Fix AbortCompilationException leaking through loadModule API. (#1949)
Yong He
2021-09-09
Fix `spSetDumpIntermediates`. (#1931)
Yong He
2021-09-08
Fix return code bug in createTypeConformance (#1930)
Yong He
2021-08-26
Add API to control interface specialization. (#1925)
Yong He
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-07-09
Make Scope non ref counted (#1904)
jsmall-nvidia
2021-06-24
Remove StructTag and associated systems (#1895)
jsmall-nvidia
2021-06-18
StructTag versioning (#1888)
jsmall-nvidia
2021-06-11
Properly fill `declref` in `Linkage::getContainerType`. (#1882)
Yong He
2021-06-06
Include a "stack trace" with nested-import errors (#1872)
T. Foley
2021-06-02
Various Fixes to gfx, reflection and emit. (#1867)
Yong He
2021-05-22
Improvements in -X support (#1852)
jsmall-nvidia
2021-05-21
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Yong He
2021-05-21
Downstream option handling (#1850)
jsmall-nvidia
[next]