summaryrefslogtreecommitdiff
path: root/slang.h
AgeCommit message (Expand)Author
2018-02-19Fix IR memory leaks.Yong He
2018-02-08Falcor fixes (#402)Tim Foley
2018-02-07Generate SSA form for IR functions (#400)Tim Foley
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2018-01-03Add API for querying TypeLayout from a TypeYong He
2018-01-02no-codegen compile flag and global generics reflection (#347)Yong He
2017-12-13Fix parameter block binding for Vulkan (#308)Tim Foley
2017-12-08Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley
2017-12-06Make AST and IR share type legalization code (#303)Tim Foley
2017-11-29Add API to query stage of varying parameter (#302)Tim Foley
2017-11-27Cleanups (#298)Tim Foley
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-13Parameter block work (#276)Tim Foley
2017-11-07Add reflection API to get type name (#263)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-01Allow use of dxc compiler for DXIL generation (#241)Tim Foley
2017-10-19Reflection: allow querying of semantics on varying input/output (#224)Tim Foley
2017-10-16Implement notion of a "container format" (#213)Tim Foley
2017-10-13Get rid of the `-slang-ir-asm` target (#212)Tim Foley
2017-10-13Move reflection JSON generation into separate text fixture (#211)Tim Foley
2017-10-05Working on better handling of builtin functions in IR (#196)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-09-22More work on IR-based lowering and cross-compilationTim Foley
2017-09-21Initial work on a "VM" for Slang code (#189)Tim Foley
2017-09-14IR: handle control flow constructs (#186)Tim Foley
2017-09-06Continue work on IR-based codegenTim Foley
2017-08-17Add a flag to control type splittingTim Foley
2017-08-16More work on IRTim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-10Make source location lightweightTim Foley
2017-07-21Add an API option to control emission of `#line` directivesTim Foley
2017-07-19Build a dynamic library for SlangTim Foley
2017-07-14Don't assign a `binding` to a `push_constant` bufferTim Foley
2017-07-13Add support for dumping intermediates for debugging.Tim Foley
2017-07-13Allow GLSL `#version` to be selected based on profileTim Foley
2017-07-12Add basic reflection query for checking if entry point is "sample-rate"Tim Foley
2017-07-12Add per-entry-point information to reflection JSON dumpsTim Foley
2017-07-10Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao
2017-07-10Refactored compile output to work with raw data instead of StringsKai-Hwa Yao
2017-07-10Cleanups for test cases:Tim Foley
2017-07-07Add some reflection support for SSBO and `tbuffer` declarationsTim Foley
2017-07-07Fix typo in parameter category nameTim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley
2017-06-26Replace "auto-import" with `#import`Tim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-15Remove more "core" code that isn't used.Tim Foley
2017-06-13First pass at support for cross-compilationTim Foley
2017-06-09Initial import of code.Tim Foley