summaryrefslogtreecommitdiff
path: root/slang.h
AgeCommit message (Expand)Author
2022-10-12Shader caching (#2432)lucy96chen
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-09-01Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia
2022-08-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-24Use enums with backing types in Slang API (#2375)jsmall-nvidia
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-16Add gfx interface definition in Slang. (#2364)Yong He
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-06-07Major language server features. (#2264)Yong He
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-05-18Support for querying which parameters are used in emitted code (#2239)Alexey Panteleev
2022-05-17Configuration for warnings (#2241)Alexey Panteleev
2022-05-04Enable building for aarch64 on MacOS (#2219)Craig Kolb
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-02Small fix to use SlangResult (#2149)jsmall-nvidia
2022-02-17Add target option to force `scalar` layout for storage buffers. (#2135)Yong He
2022-02-11Add interface for querying downstream compiler time (#2127)Yong He
2022-02-10gfx: support shader record overwrite and fix QueryPool. (#2123)Yong He
2022-02-10gfx: support d3d12 root parameters (#2122)Yong He
2022-02-10Fix MacOSX build issues (#2124)jsmall-nvidia
2022-02-09Various fixes to gfx. (#2120)Yong He
2022-01-31Revise entrypoint renaming interface. (#2113)Yong He
2022-01-21Add entry-point name override feature. (#2089)Yong He
2021-11-15Update gfx interface. (#2015)Yong He
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-29Fix ARM64 detection for MSVC (#1951)Chad Engler
2021-09-29Add ISession::loadModuleFromSource. (#1950)Yong He
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-08-26Add API to control interface specialization. (#1925)Yong He
2021-08-17Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He
2021-06-24Remove StructTag and associated systems (#1895)jsmall-nvidia
2021-06-18StructTag versioning (#1888)jsmall-nvidia
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-30Clean up the way we stride over sub-object ranges for D3D11 and Vulkan (#1829)Tim Foley
2021-04-29Update gfx back-ends to handle static specialization (#1826)Tim Foley
2021-04-23Add `ISession::getParameterBlockLayout()` (#1805)Yong He
2021-04-20Various fixes to make `model-viewer` example almost working. (#1801)Yong He
2021-04-20Small filesystem improvements (#1802)jsmall-nvidia
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-01Refactor D3D12 renderer root signature creation (#1779)Tim Foley
2021-04-01Associating GUID (or UUID) with types (#1776)jsmall-nvidia
2021-03-12Add a CPU renderer implementation (#1750)Tim Foley
2021-03-11stdlib documentation (#1745)jsmall-nvidia