index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slang.h
Age
Commit message (
Expand
)
Author
2022-10-12
Shader caching (#2432)
lucy96chen
2022-10-03
IMutableFileSystem::saveFileBlob (#2427)
jsmall-nvidia
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-09-01
Make ISlangFileSystem derive from ICastable (#2386)
jsmall-nvidia
2022-09-01
Passing source to Downstream compilation as artifacts (#2382)
jsmall-nvidia
2022-08-26
DownstreamCompileOptions using POD types (#2381)
jsmall-nvidia
2022-08-24
Use enums with backing types in Slang API (#2375)
jsmall-nvidia
2022-08-22
Replace DownstreamCompileResult with Artifact (#2369)
jsmall-nvidia
2022-08-16
Add gfx interface definition in Slang. (#2364)
Yong He
2022-08-10
Artifact and ICastable (#2351)
jsmall-nvidia
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
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-04
Enable building for aarch64 on MacOS (#2219)
Craig Kolb
2022-03-28
Allow slangc to generate exe from .slang file. (#2170)
Yong He
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-02-11
Add interface for querying downstream compiler time (#2127)
Yong He
2022-02-10
gfx: support shader record overwrite and fix QueryPool. (#2123)
Yong He
2022-02-10
gfx: support d3d12 root parameters (#2122)
Yong He
2022-02-10
Fix MacOSX build issues (#2124)
jsmall-nvidia
2022-02-09
Various fixes to gfx. (#2120)
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-11-15
Update gfx interface. (#2015)
Yong He
2021-10-20
Selecting downstream compiler on code gen transition (#1980)
jsmall-nvidia
2021-10-04
Removing exceptions from core/compiler-core (#1953)
jsmall-nvidia
2021-09-29
Fix ARM64 detection for MSVC (#1951)
Chad Engler
2021-09-29
Add ISession::loadModuleFromSource. (#1950)
Yong He
2021-09-10
First Slang LLVM integration (#1934)
jsmall-nvidia
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-06-24
Remove StructTag and associated systems (#1895)
jsmall-nvidia
2021-06-18
StructTag versioning (#1888)
jsmall-nvidia
2021-06-02
Various Fixes to gfx, reflection and emit. (#1867)
Yong He
2021-05-21
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Yong He
2021-05-14
FXC as DownstreamCompiler (#1844)
jsmall-nvidia
2021-04-30
Clean up the way we stride over sub-object ranges for D3D11 and Vulkan (#1829)
Tim Foley
2021-04-29
Update gfx back-ends to handle static specialization (#1826)
Tim Foley
2021-04-23
Add `ISession::getParameterBlockLayout()` (#1805)
Yong He
2021-04-20
Various fixes to make `model-viewer` example almost working. (#1801)
Yong He
2021-04-20
Small filesystem improvements (#1802)
jsmall-nvidia
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-04-01
Refactor D3D12 renderer root signature creation (#1779)
Tim Foley
2021-04-01
Associating GUID (or UUID) with types (#1776)
jsmall-nvidia
2021-03-12
Add a CPU renderer implementation (#1750)
Tim Foley
2021-03-11
stdlib documentation (#1745)
jsmall-nvidia
[next]