summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-22Make the "hack" sampler explicit for nowTim Foley
2017-07-21Merge pull request #135 from tfoleyNV/falcor-hashed-alpha-fixupsTim Foley
2017-07-21Map HLSL `frac()` to GLSL `fract()`Tim Foley
2017-07-21Merge pull request #134 from tfoleyNV/gh-133Tim Foley
2017-07-21Don't add `flat` qualifier to integer fragment outputTim Foley
2017-07-21Merge pull request #132 from tfoleyNV/line-directive-controlTim Foley
2017-07-21Add an API option to control emission of `#line` directivesTim Foley
2017-07-20Merge pull request #130 from tfoleyNV/vs-write-gllayerTim Foley
2017-07-20Require extension when using `gl_Layer` in VSTim Foley
2017-07-20Merge pull request #129 from tfoleyNV/single-pass-stereo-extTim Foley
2017-07-20Translate NV single-pass stereo extension from Slang to GLSLTim Foley
2017-07-19Merge pull request #128 from tfoleyNV/improve-failure-modesTim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-19Merge pull request #127 from tfoleyNV/deploymentTim Foley
2017-07-19Use AppVeyor to deploy to GitHub ReleasesTim Foley
2017-07-19Merge pull request #126 from tfoleyNV/dynamic-library-buildTim Foley
2017-07-19Build a dynamic library for SlangTim Foley
2017-07-19Merge pull request #124 from tfoleyNV/gh-122Tim Foley
2017-07-19Fix up translation of `GetDimensions()`Tim Foley
2017-07-19Merge pull request #123 from tfoleyNV/parameter-block-name-fixesTim Foley
2017-07-19Fixes for how parameter block names are set up.Tim Foley
2017-07-18Merge pull request #121 from tfoleyNV/gaussian-blur-fixesTim Foley
2017-07-18Merge pull request #120 from tfoleyNV/compile-time-loopTim Foley
2017-07-18Swizzle result of buffer load based on element typeTim Foley
2017-07-18Add basic GLSL lowering buffer `Buffer` loadsTim Foley
2017-07-18Add a compile-time loop construct to SlangTim Foley
2017-07-18Merge pull request #118 from tfoleyNV/falcor-shadow-fixesTim Foley
2017-07-18Support scalarization of varying input/output for GLSLTim Foley
2017-07-18Map HLSL `GatherRed` to GLSL `textureGather`, etc.Tim Foley
2017-07-18Don't allow varying parameters to be merged in reflection dataTim Foley
2017-07-17Merge pull request #114 from tfoleyNV/csm-shadow-sampler-fixTim Foley
2017-07-17Make sure to treat imported modules as SlangTim Foley
2017-07-17Merge pull request #112 from tfoleyNV/gh-94Tim Foley
2017-07-17Handle `Buffer` types more like texturesTim Foley
2017-07-17Merge pull request #111 from tfoleyNV/falcor-shadows-fixesTim Foley
2017-07-17Handle arrays when scalarizing "resources in structs"Tim Foley