summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.h
AgeCommit message (Expand)Author
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-09-29Add ISession::loadModuleFromSource. (#1950)Yong He
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-09-09Fix `spSetDumpIntermediates`. (#1931)Yong He
2021-08-26Add API to control interface specialization. (#1925)Yong He
2021-08-17Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-08-10Enable reading OptiX SBT records via uniform parameters on ray tracing entry ...Nathan V. Morrical
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2021-06-24Remove StructTag and associated systems (#1895)jsmall-nvidia
2021-06-18StructTag versioning (#1888)jsmall-nvidia
2021-06-06Include a "stack trace" with nested-import errors (#1872)T. Foley
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-05-28Glslang refactor bugfix (#1863)jsmall-nvidia
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-23Add `ISession::getParameterBlockLayout()` (#1805)Yong He
2021-04-01Associating GUID (or UUID) with types (#1776)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-31Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia
2021-03-12Add a CPU renderer implementation (#1750)Tim Foley
2021-03-11stdlib documentation (#1745)jsmall-nvidia
2021-02-23Documentation markup extraction (#1724)jsmall-nvidia
2021-02-04[gfx] Shader-object driven shader compilation. (#1688)Yong He
2021-01-26Integrate reflection more deeply into gfx layer (#1677)Tim Foley
2021-01-11LZ4 compression support (#1654)jsmall-nvidia
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-11Add first steps toward a "capability" system (#1636)Tim Foley
2020-12-10Building with embedded stdlib (#1634)jsmall-nvidia
2020-12-07"Shader Toy" example and related fixes (#1629)Tim Foley
2020-12-01Make SlangCompileRequest COM type (#1620)jsmall-nvidia
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
2020-11-18Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia
2020-11-11Include hierarchy output (#1595)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-29Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia
2020-10-28Add sequential ID cache in Linkage for witness tables and RTTI objects. (#1590)Yong He
2020-09-26Add API for whole program compilation. (#1562)Yong He
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia
2020-09-16Search for multiple NVRTC versions (#1543)Tim Foley
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He
2020-08-28Enable lower-generics pass universally. (#1518)Yong He
2020-08-25Export witness table and RTTI objects in compiled libraries. (#1514)Yong He
2020-08-18Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia
2020-07-31Binary for Heterogeneous Example (#1467)Dietrich Geisler
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley