summaryrefslogtreecommitdiff
path: root/source/slang/compiler.cpp
AgeCommit message (Expand)Author
2019-03-08Improve support for interfaces as shader parameters (#886)Tim Foley
2019-03-01Move enumeration of shader parameters to Program/EntryPoint (#870)Tim Foley
2019-02-27Hotfix/device check review (#862)jsmall-nvidia
2019-02-19First steps toward supporting interface-type parameters on shaders (#852)Tim Foley
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-07* Improve test coverage of bit cast, particularly for asfloat. Make the value...jsmall-nvidia
2019-02-05Allow entry points to have explicit generic parameters (#826)Tim Foley
2019-01-21Feature/file unique identity (#789)jsmall-nvidia
2019-01-16Not finding dxil no longer an error. Outputs a warning. (#781)jsmall-nvidia
2019-01-16Feature/external compiler reporting (#776)jsmall-nvidia
2019-01-07Feature/serialization debug info (#767)jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-12-10Remove the "VM" and "bytecode" features (#745)Tim Foley
2018-11-28* Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSup...jsmall-nvidia
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-21Add support for unbounded arrays as shader parameters (#725)Tim Foley
2018-11-13* Fix bug outputing dxbc assembly (#719)jsmall-nvidia
2018-11-06Feature/shared library refactor (#712)jsmall-nvidia
2018-11-01Add support for a "strict" floating-point mode (#709)Tim Foley
2018-10-30Fix handling of DXR profiles (#704)Tim Foley
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-10-26Feature/file system cache (#692)jsmall-nvidia
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-06-14Add support for "blobs" and a file-system callback (#596)Tim Foley
2018-06-13Make render-test use Slang for all shader compilation (#597)Tim Foley
2018-03-19Entry point attribute (#447)Tim Foley
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-04fixed all warningsYong He
2017-11-01Allow use of dxc compiler for DXIL generation (#241)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-09-27First attempt at a Linux build (#193)Tim 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-08-14Add an explicit `Name` typeTim Foley
2017-08-10Make source location lightweightTim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-25Add a `-o` option to command-line `slangc`Tim Foley
2017-07-21Add an API option to control emission of `#line` directivesTim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-19Build a dynamic library for SlangTim 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-12Properly register error on downstream compiler failureTim Foley
2017-07-12Add basic reflection query for checking if entry point is "sample-rate"Tim Foley
2017-07-11Fixup for binary/string output.Tim 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