summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Build a dynamic library for SlangTim Foley2017-07-19
* Merge pull request #124 from tfoleyNV/gh-122Tim Foley2017-07-19
|\
| * Fix up translation of `GetDimensions()`Tim Foley2017-07-19
|/
* Merge pull request #123 from tfoleyNV/parameter-block-name-fixesTim Foley2017-07-19
|\
| * Fixes for how parameter block names are set up.Tim Foley2017-07-19
|/
* Merge pull request #121 from tfoleyNV/gaussian-blur-fixesTim Foley2017-07-18
|\
| * Swizzle result of buffer load based on element typeTim Foley2017-07-18
| * Add basic GLSL lowering buffer `Buffer` loadsTim Foley2017-07-18
* | Merge pull request #120 from tfoleyNV/compile-time-loopTim Foley2017-07-18
|\|
| * Add a compile-time loop construct to SlangTim Foley2017-07-18
|/
* Merge pull request #118 from tfoleyNV/falcor-shadow-fixesTim Foley2017-07-18
|\
| * Support scalarization of varying input/output for GLSLTim Foley2017-07-18
| * Map HLSL `GatherRed` to GLSL `textureGather`, etc.Tim Foley2017-07-18
| * Don't allow varying parameters to be merged in reflection dataTim Foley2017-07-18
|/
* Merge pull request #114 from tfoleyNV/csm-shadow-sampler-fixTim Foley2017-07-17
|\
| * Make sure to treat imported modules as SlangTim Foley2017-07-17
|/
* Merge pull request #112 from tfoleyNV/gh-94Tim Foley2017-07-17
|\
| * Handle `Buffer` types more like texturesTim Foley2017-07-17
|/
* Merge pull request #111 from tfoleyNV/falcor-shadows-fixesTim Foley2017-07-17
|\
| * Handle arrays when scalarizing "resources in structs"Tim Foley2017-07-17
| * Map HLSL `SampleGrad` to GLSL `textureGrad[Offset]`Tim Foley2017-07-17
| * Add hacky GLSL lowering for `GetDimensions`Tim Foley2017-07-17
| * Improve handling of `SampleCmpLevelZero`Tim Foley2017-07-17
| * Map HLSL `linear` to GLSL... nothingTim Foley2017-07-17
|/
* Merge pull request #110 from tfoleyNV/gl-layer-pick-versionTim Foley2017-07-17
|\
| * Pick correct GLSL version when `gl_Layer` usedTim Foley2017-07-17
|/
* Merge pull request #108 from tfoleyNV/gh-105Tim Foley2017-07-17
|\
| * Add emit logic for generic app expressionsTim Foley2017-07-17
| * Fix AST node type for `TriangleStream`Tim Foley2017-07-17
| * Skip unknown types during parameter-binding/-reflection stepTim Foley2017-07-17
* | Merge pull request #107 from tfoleyNV/glsl-matrix-mult-bugTim Foley2017-07-17
|\ \ | |/ |/|
| * Add explicit operator overloads for scalar/matrix casesTim Foley2017-07-17
|/
* Merge pull request #106 from tfoleyNV/varying-integerTim Foley2017-07-17
|\
| * Handle `flat` interpolation cases in cross compilationTim Foley2017-07-17
|/
* Merge pull request #92 from tfoleyNV/glsl-thread-group-sizeTim Foley2017-07-14
|\
| * Add reflection support for GLSL thread-group-size modifierTim Foley2017-07-14
|/
* Merge pull request #90 from tfoleyNV/cbuffer-field-layout-fixTim Foley2017-07-14
|\
| * Adjust type layout when parameter block constains member using the same resourceTim Foley2017-07-14
|/
* Merge pull request #89 from tfoleyNV/glpervertex-location-fixTim Foley2017-07-14
|\
| * Don't assign a `binding` to a `push_constant` bufferTim Foley2017-07-14
| * Don't use "auto locations" mode in glslangTim Foley2017-07-14
|/
* Merge pull request #87 from tfoleyNV/debug-dumpTim Foley2017-07-13
|\
| * Add support for dumping intermediates for debugging.Tim Foley2017-07-13
|/
* Merge pull request #86 from tfoleyNV/resource-array-layout-fixTim Foley2017-07-13
|\
| * An array of resources in Vulkan only consumes one bindingTim Foley2017-07-13
* | Merge pull request #85 from tfoleyNV/workingTim Foley2017-07-13
|\|
| * Add several missing GLSL qualifiersTim Foley2017-07-13
| * Allow GLSL `#version` to be selected based on profileTim Foley2017-07-13
| * Allow `spGetEntryPointCode` to return text results tooTim Foley2017-07-13
| * Don't emit C-style `#line` directives when directly generating GLSLTim Foley2017-07-13