summaryrefslogtreecommitdiff
path: root/source/slang/parameter-binding.cpp
AgeCommit message (Expand)Author
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-09-27First attempt at a Linux build (#193)Tim Foley
2017-08-15Improve diagnostics for overlapping/conflicting bindingsTim Foley
2017-08-15Handle possibility of bad types in varying input/output signature.Tim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-14Rename `Name` fields to `name`Tim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-22Make the "hack" sampler explicit for nowTim Foley
2017-07-20Translate NV single-pass stereo extension from Slang to GLSLTim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-19Fixes for how parameter block names are set up.Tim Foley
2017-07-18Support scalarization of varying input/output for GLSLTim Foley
2017-07-18Don't allow varying parameters to be merged in reflection dataTim Foley
2017-07-17Make sure to treat imported modules as SlangTim Foley
2017-07-17Skip unknown types during parameter-binding/-reflection stepTim Foley
2017-07-14Adjust type layout when parameter block constains member using the same resourceTim Foley
2017-07-14Don't assign a `binding` to a `push_constant` bufferTim Foley
2017-07-10Start handling system-value semantics during loweringTim Foley
2017-07-10More cross-compilation fixesTim Foley
2017-07-09Pick layout rules based on target languge, not source.Tim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-28Store integer literals at high precision in ASTTim Foley
2017-06-26Include imported code when generating reflection dataTim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-15Replace `DeclRef` approachTim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-09Initial import of code.Tim Foley