summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-17Map HLSL `SampleGrad` to GLSL `textureGrad[Offset]`Tim Foley
2017-07-17Add hacky GLSL lowering for `GetDimensions`Tim Foley
2017-07-17Improve handling of `SampleCmpLevelZero`Tim Foley
2017-07-17Map HLSL `linear` to GLSL... nothingTim Foley
2017-07-17Merge pull request #110 from tfoleyNV/gl-layer-pick-versionTim Foley
2017-07-17Pick correct GLSL version when `gl_Layer` usedTim Foley
2017-07-17Merge pull request #108 from tfoleyNV/gh-105Tim Foley
2017-07-17Merge pull request #107 from tfoleyNV/glsl-matrix-mult-bugTim Foley
2017-07-17Add emit logic for generic app expressionsTim Foley
2017-07-17Fix AST node type for `TriangleStream`Tim Foley
2017-07-17Skip unknown types during parameter-binding/-reflection stepTim Foley
2017-07-17Add explicit operator overloads for scalar/matrix casesTim Foley