summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2017-09-25Fixup: typo in `core` library meta-codeTim 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-12Get IR working for `AdaptiveTessellationCS40/Render` testTim Foley
2017-09-11Get another test working with IR codedgenTim Foley
2017-09-11Support IR-based codegen for a few more examples.Tim Foley
2017-09-11Initial work on boilerplate code generatorTim Foley
2017-09-07Fixup: fix uninitialized memory bugTim Foley
2017-09-07Replace old notion of "intrinsic" operationsTim Foley
2017-09-06Continue work on IR-based codegenTim Foley
2017-09-05Move implicit conversion operations to stdlibTim Foley
2017-08-31Fix some issues around cloned modifiers.Tim Foley
2017-08-25Fixup: handle splice of multiple modifiersTim Foley
2017-08-25Fix some resources-in-structs bugsTim 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-17IR generation cleanup workTim Foley
2017-08-17Add a flag to control type splittingTim 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-15Add user-defined builtins to the "core" moduleTim Foley
2017-08-15Starting to add intermediate representation (IR)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-12Data-driven parsing of modifiersTim Foley
2017-08-11Look up declaration keywords using ordinary scoping.Tim Foley
2017-08-10Make source location lightweightTim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-09Fix use of "pseudo-syntax" in current lowering passTim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-25Add a `-o` option to command-line `slangc`Tim Foley
2017-07-23Fixup for the glslang bug workaroundTim Foley
2017-07-23Work around glslang issue 988Tim Foley
2017-07-22Make the "hack" sampler explicit for nowTim Foley
2017-07-21Map HLSL `frac()` to GLSL `fract()`Tim Foley
2017-07-21Don't add `flat` qualifier to integer fragment outputTim Foley
2017-07-21Add an API option to control emission of `#line` directivesTim Foley
2017-07-20Require extension when using `gl_Layer` in VSTim 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-19Build a dynamic library for SlangTim Foley
2017-07-19Fix up translation of `GetDimensions()`Tim Foley
2017-07-19Fixes for how parameter block names are set up.Tim Foley
2017-07-18Swizzle result of buffer load based on element typeTim Foley
2017-07-18Add basic GLSL lowering buffer `Buffer` loadsTim Foley