summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-17Merge pull request #106 from tfoleyNV/varying-integerTim Foley
2017-07-17Handle `flat` interpolation cases in cross compilationTim Foley
2017-07-14Merge pull request #92 from tfoleyNV/glsl-thread-group-sizeTim Foley
2017-07-14Add reflection support for GLSL thread-group-size modifierTim Foley
2017-07-14Merge pull request #90 from tfoleyNV/cbuffer-field-layout-fixTim Foley
2017-07-14Adjust type layout when parameter block constains member using the same resourceTim Foley
2017-07-14Merge pull request #89 from tfoleyNV/glpervertex-location-fixTim Foley
2017-07-14Don't assign a `binding` to a `push_constant` bufferTim Foley
2017-07-14Don't use "auto locations" mode in glslangTim Foley
2017-07-13Merge pull request #87 from tfoleyNV/debug-dumpTim Foley
2017-07-13Add support for dumping intermediates for debugging.Tim Foley
2017-07-13Merge pull request #86 from tfoleyNV/resource-array-layout-fixTim Foley