summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-13Merge pull request #85 from tfoleyNV/workingTim Foley
2017-07-13An array of resources in Vulkan only consumes one bindingTim Foley
2017-07-13Add several missing GLSL qualifiersTim Foley
2017-07-13Allow GLSL `#version` to be selected based on profileTim Foley
2017-07-13Allow `spGetEntryPointCode` to return text results tooTim Foley
2017-07-13Don't emit C-style `#line` directives when directly generating GLSLTim Foley
2017-07-13Update version of `glslang` in submoduleTim Foley
2017-07-12Merge pull request #80 from tfoleyNV/falcor-workTim Foley
2017-07-12Add ability for intrinsics to require GLSL extensionsTim Foley
2017-07-12Don't report error on assigning to an erroneous expressionTim Foley
2017-07-12Don't emit interpolation modifiers on struct fields when outputting GLSLTim Foley
2017-07-12Use C-style line directives, even for GLSLTim Foley
2017-07-12Properly register error on downstream compiler failureTim Foley
2017-07-12Add tuple lowering logic for assignmentTim Foley
2017-07-12Merge pull request #79 from tfoleyNV/sample-rate-reflectionTim Foley
2017-07-12Add basic reflection query for checking if entry point is "sample-rate"Tim Foley
2017-07-12Add per-entry-point information to reflection JSON dumpsTim Foley
2017-07-11Merge pull request #76 from tfoleyNV/gh-75Tim Foley
2017-07-11Make parser recovering more robust to avoid infinite loopsTim Foley
2017-07-11Merge pull request #74 from tfoleyNV/resources-in-structsTim Foley
2017-07-11Bug fixes for resources-in-structs.Tim Foley
2017-07-11Add GLSL lowerings for `ddx*` and `ddy*`Tim Foley
2017-07-11Bug fix for lowering of tuple types without layout.Tim Foley
2017-07-11Merge pull request #73 from tfoleyNV/image-type-reflectionTim Foley
2017-07-11Merge pull request #72 from tfoleyNV/resources-in-structsTim Foley
2017-07-11Improve reporting of GLSL `image*` typesTim Foley
2017-07-11Initial work on handling resources in structs during cross-compilationTim Foley
2017-07-11Fixup for binary/string output.Tim Foley
2017-07-11Merge pull request #70 from tfoleyNV/support-more-sv-semanticsTim Foley
2017-07-11Add GLSL translations for many `SV_*` semanticsTim Foley
2017-07-11Don't emitting an imported declaration unless it is used.Tim Foley
2017-07-11Update `.gitignore` to deal with render-test outputTim Foley
2017-07-10Merge pull request #67 from kyaoNV/spirvTim Foley
2017-07-10Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao
2017-07-10Don't assume vector contains contentsKai-Hwa Yao
2017-07-10Refactored compile output to work with raw data instead of StringsKai-Hwa Yao
2017-07-10Allow glslang wrapper to output regular SPIRV before disassemblyKai-Hwa Yao
2017-07-10Merge pull request #69 from tfoleyNV/falcor-fixesTim Foley