summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-25Try to print failure from AppVeyor testsTim Foley
2017-08-25Fixup: handle splice of multiple modifiersTim Foley
2017-08-25Fix some resources-in-structs bugsTim Foley
2017-08-17Merge pull request #170 from tfoleyNV/irTim Foley
2017-08-17[ir] Add support for "decorations" on instructionsTim Foley
2017-08-17[ir] Represent fields more direcltyTim Foley
2017-08-17Add some dummy logic to print IR to HLSLTim Foley
2017-08-17Merge pull request #169 from tfoleyNV/irTim Foley
2017-08-17IR generation cleanup workTim Foley
2017-08-17Merge pull request #168 from tfoleyNV/resources-in-structs-controlTim Foley
2017-08-17Add a flag to control type splittingTim Foley
2017-08-16Merge pull request #167 from tfoleyNV/irTim Foley
2017-08-16Fixups for IR checkpointTim Foley
2017-08-16More work on IRTim Foley
2017-08-15Merge pull request #166 from tfoleyNV/add-builtins-to-coreTim Foley
2017-08-15Merge pull request #165 from tfoleyNV/irTim Foley
2017-08-15Add user-defined builtins to the "core" moduleTim Foley
2017-08-15Starting to add intermediate representation (IR)Tim Foley
2017-08-15Merge pull request #162 from tfoleyNV/gh-38Tim Foley
2017-08-15Add missing expected output file for test.Tim Foley
2017-08-15Improve diagnostics for overlapping/conflicting bindingsTim Foley
2017-08-15Merge pull request #161 from tfoleyNV/gh-160Tim Foley
2017-08-15Handle possibility of bad types in varying input/output signature.Tim Foley
2017-08-14Merge pull request #159 from tfoleyNV/name-typeTim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-14Rename `Name` fields to `name`Tim Foley
2017-08-12Merge pull request #158 from tfoleyNV/syntax-lookupTim Foley
2017-08-12Data-driven parsing of modifiersTim Foley
2017-08-11Merge pull request #157 from tfoleyNV/syntax-lookupTim Foley
2017-08-11Look up declaration keywords using ordinary scoping.Tim Foley
2017-08-10Merge pull request #156 from tfoleyNV/source-file-cleanupTim Foley
2017-08-10Make source location lightweightTim Foley
2017-08-09Merge pull request #155 from tfoleyNV/renamingTim Foley
2017-08-09Merge pull request #154 from tfoleyNV/fix-loweringTim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-09Fix use of "pseudo-syntax" in current lowering passTim Foley
2017-08-07Merge pull request #153 from tfoleyNV/remove-globalsTim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-27Update README.mdTim Foley
2017-07-26Merge pull request #149 from tfoleyNV/docsTim Foley
2017-07-26Update documentation.Tim Foley
2017-07-26Merge pull request #148 from shader-slang/add-code-of-conductTim Foley
2017-07-26Create CODE_OF_CONDUCT.mdTim Foley
2017-07-25Merge pull request #146 from tfoleyNV/output-path-optionTim Foley
2017-07-25Add a `-o` option to command-line `slangc`Tim Foley
2017-07-23Merge pull request #143 from tfoleyNV/fixup-for-glslang-bug-fixupTim Foley
2017-07-23Fixup for the glslang bug workaroundTim Foley
2017-07-23Merge pull request #142 from tfoleyNV/glslang-bug-workaroundTim Foley
2017-07-23Work around glslang issue 988Tim Foley
2017-07-22Merge pull request #136 from tfoleyNV/explicit-sampler-fixTim Foley