platform/upstream/glslang.git
2017-10-21 Aaron Muir... Only try swizzles on vectors, numbers, and booleans.
2017-10-20 John KessenichMerge pull request #1115 from LoopDawg/stdarray-binding-set
2017-10-20 LoopDawgNonfunctional: minor: use std::array for per-set shifts...
2017-10-20 John KessenichMerge pull request #1111 from LoopDawg/per-set-binding...
2017-10-20 John KessenichSPV: Don't emit StorageImageMultisample capability...
2017-10-20 John KessenichNon-functional: missing comments from missed git add.
2017-10-19 John KessenichHLSL: Fix #1106. Support shader setting of binding...
2017-10-19 LoopDawgAdd per-descriptor-set IO mapping shift values.
2017-10-19 John KessenichGLSL->SPIR-V: Put precision decorations on imageLoad().
2017-10-19 John KessenichGLSL: Make sampling operations have agnostic precision...
2017-10-19 John KessenichMerge pull request #1113 from xorgy/preprocessor-int...
2017-10-18 John KessenichMerge pull request #1102 from KhronosGroup/partially...
2017-10-18 Aaron Muir... Preprocessor: Evaluate INT_MIN / -1 to 0.
2017-10-17 John KessenichBuild: Fix build warning.
2017-10-17 John KessenichMerge pull request #1109 from xorgy/never-try-to-swizzl...
2017-10-17 Aaron Muir... Don't try to swizzle void.
2017-10-17 GregFUpdate spirv-tools known-good
2017-10-16 John KessenichPP: Fix #1104: Missing check for #if overflow.
2017-10-16 John KessenichHLSL: More clip fix: It is more involved than previous...
2017-10-16 John KessenichFix #1103: clip() works on int/uint.
2017-10-16 John KessenichTests: Add clip(int) tests.
2017-10-13 John KessenichInfrastructure: Add a TShader method to publicly expose...
2017-10-12 John KessenichHLSL: Partially flatten hierarchies, instead of all...
2017-10-11 John KessenichMerge pull request #1098 from LoopDawg/attribute-gets
2017-10-10 John KessenichMerge pull request #1097 from SWIFTingAround/master
2017-10-10 John KessenichMerge pull request #1094 from LoopDawg/split-shadow-tx
2017-10-10 John KessenichMerge pull request #1080 from hedejing/master
2017-10-10 LoopDawgHLSL: add helper access methods to TAttributeMap
2017-10-10 Tim DiekmannSet cmake-policy CMP0048 to NEW
2017-10-08 He DejingAdd getAsLoopNode() method for Loop node
2017-10-07 LoopDawgHLSL: nonfunctional: rename setId -> switchId, add...
2017-10-07 John KessenichHLSL: Validate implicit initializer assignment to opaqu...
2017-10-07 John KessenichSPV: GeneratorVersion: bump version number because...
2017-10-07 John KessenichMerge pull request #1090 from tafuri/#1084-fix-segfault
2017-10-07 John KessenichSPV: Correct semantics of atomic-counter decrement.
2017-10-07 John KessenichHLSL: Tests: Add subset of flattened opaque test to...
2017-10-06 Sebastian TafuriAdded test for local structured buffer variable
2017-10-06 Sebastian TafuriFixed formatting
2017-10-06 John KessenichMerge pull request #1089 from LoopDawg/split-shadow-tx
2017-10-06 Sebastian TafuriOnly track variables in the global scope
2017-10-06 LoopDawgHLSL: split textures used for both shadow and non-shado...
2017-10-06 John KessenichReadme: Update with additional Windows build informatio...
2017-10-04 John KessenichMerge pull request #1085 from KhronosGroup/flatten...
2017-10-04 John KessenichHLSL: Fix #954: Track/access subsets of flattened multi...
2017-10-04 John KessenichMerge pull request #1081 from xxxbxxx/for-upstream-1
2017-10-03 UnknownHLSL: Fix crash when flattening both side of assignemen...
2017-10-02 John KessenichMerge pull request #1075 from LoopDawg/subpass-input
2017-10-02 LoopDawgHLSL: add subpass input types and methods
2017-09-30 John KessenichBuild: Fix a couple build issues.
2017-09-30 John KessenichHLSL: Additional attribute support: [[]], namespace...
2017-09-29 John KessenichFix #1060: Could crash if using --source-entry-point...
2017-09-29 John KessenichMerge pull request #1078 from greg-lunarg/addopt14
2017-09-29 GregFLegalization: Fix tests after workarounds removed
2017-09-29 John KessenichSPV: rationalize parameter handling for "original"...
2017-09-29 John KessenichHLSL: Pass opaques by local copy, instead of by interfa...
2017-09-29 John KessenichHLSL: Remove workarounds for assigning to opaques.
2017-09-29 John KessenichMerge pull request #1076 from LoopDawg/shadow-tx-types
2017-09-28 LoopDawgHLSL: force textures to shadow modes from combined...
2017-09-28 John KessenichMerge pull request #1077 from greg-lunarg/addopt12
2017-09-28 GregFLegalization: Fix warnings and disable tests when spirv...
2017-09-28 John KessenichMerge pull request #1070 from greg-lunarg/addopt8
2017-09-27 GregFAdvance spirv-opt known-good to hopefully fix travis...
2017-09-27 GregFLegalization: Skip spirv-tools tests
2017-09-27 GregFPick up latest spirv-tools in attempt to fix travis...
2017-09-27 GregFTry Python interpreter on update_glslang_sources.py...
2017-09-27 GregFFix travis and appveyor calls to update_glslang_sources.py
2017-09-27 GregFEnable HLSL legalization
2017-09-27 John KessenichMerge pull request #1072 from amdrexu/feature
2017-09-27 Rex XuImplement extension GL_NV_shader_atomic_int64
2017-09-26 John KessenichMerge pull request #1071 from antiagainst/ninja-make
2017-09-25 Lei ZhangTravis: use make instead of ninja and limit concurrent...
2017-09-23 John KessenichMerge pull request #1063 from LoopDawg/remapper-error...
2017-09-22 John KessenichBuild: Merge pull request #1068 from greg-lunarg/addopt4
2017-09-21 GregFCMake changes for HLSL legalization
2017-09-20 LoopDawgRemapper: make remapper robust against non-exiting...
2017-09-19 John KessenichHLSL: Fix #1064: Don't include empty structures on...
2017-09-16 John KessenichMerge pull request #1044 from dsrbecky/image_external_essl3
2017-09-15 xavierHLSL: fix array[1] of vec4 constant declaration.
2017-09-15 John KessenichTest: Make another test legal HLSL, and rationalize...
2017-09-15 John KessenichHLSL: Add bounds checking, shared with GLSL. Partially...
2017-09-15 John KessenichMerge pull request #1051 from LoopDawg/bug-1049
2017-09-14 LoopDawgHLSL: handle split InputPatch templat type in patch...
2017-09-14 LoopDawgHLSL: allow mixed user & builtin members in hull shader...
2017-09-13 John KessenichGLSL: Make gl_Layer and gl_ViewportIndex always be...
2017-09-12 John KessenichMerge pull request #1056 from KhronosGroup/glsl-entrypo...
2017-09-12 John KessenichGLSL: Promote HLSL entry-point renaming code to be...
2017-09-12 John KessenichMerge pull request #1050 from amdrexu/feature
2017-09-12 John KessenichMerge pull request #1055 from KhronosGroup/strdup
2017-09-12 John KessenichBuild: Fix strdup -> _strdup warnings.
2017-09-12 John KessenichBuild: Fix build warnings.
2017-09-12 John KessenichFix #1043: set all scan string-locations to have bias...
2017-09-12 John KessenichNon-functional: Make usage for entry points more consis...
2017-09-12 John KessenichMerge pull request #1053 from mchock-nv/mchock-nv-fix...
2017-09-12 John KessenichAddress #1052: Have language-level exits of case statem...
2017-09-11 mchock-nvDelete unused 'this' capture
2017-09-09 amhaganImplement the extension GL_AMD_shader_fragment_mask
2017-09-08 John KessenichMerge pull request #1047 from svenstaro/add-stdin-option
2017-09-07 Sven-Hendrik... Add --stdin
2017-09-07 John KessenichMerge pull request #1048 from LoopDawg/opaque-type-fix
2017-09-06 LoopDawgFix lvalue check in SPIR-V generation
next