platform/upstream/glslang.git
2018-05-05 John KessenichMerge pull request #1369 from greg-lunarg/kg18
2018-05-04 GregFUpdate spirv-opt known-good
2018-05-03 John KessenichMerge pull request #1363 from mattparks/patch4
2018-05-03 John KessenichMerge pull request #1368 from danginsburg/issue_1367
2018-05-02 danginsburgFix issue #1367 - change the I/O remapper to ignore...
2018-04-26 John KessenichBuild: Add missing break statements. Fixes #1052.
2018-04-26 Matthew AlbrechtFixed install for SPIRV, glslang, and hlsl when buildin...
2018-04-26 John KessenichMerge pull request #1364 from greg-lunarg/kg17
2018-04-25 GregFUpdate known-good.
2018-04-24 John KessenichGLSL/Vulkan: Warn about arrays of arrays of resources...
2018-04-23 John KessenichGLSL: Fix #1359: don't allow unsized arrays as initiali...
2018-04-23 John Kessenichvalidate script: fix path
2018-04-20 John KessenichGLSL: Fix #1300: Can redeclare without size a sized...
2018-04-18 John KessenichInfrastructure: If using .hlsl suffix, default is -D.
2018-04-17 John KessenichBump revision.
2018-04-17 John KessenichTests: Add usage and tests for previous commit.
2018-04-17 John KessenichMerge branch 'nicebyte-glsl-ext'
2018-04-17 John KessenichMerge branch 'glsl-ext' of https://github.com/nicebyte...
2018-04-16 John KessenichBump revision.
2018-04-15 John KessenichMerge pull request #1345 from amdrexu/bugfix
2018-04-14 Rex XuSpecify SPV_AMD_gpu_shader_int16 extension string when...
2018-04-14 John KessenichBump revision.
2018-04-14 John KessenichHLSL/SPV: Declare DepthReplacing for shaders declaring...
2018-04-13 John KessenichMerge pull request #1348 from greg-lunarg/kg16
2018-04-13 John KessenichMerge pull request #1351 from danginsburg/issue_1350
2018-04-13 danginsburgUpdate gold results
2018-04-13 Grigory DzhavadyanMake FindLanguage use the entire name if parseStageName...
2018-04-13 Grigory DzhavadyanFix build error
2018-04-12 Grigory DzhavadyanMake glslang validator support files ending in .glsl
2018-04-12 danginsburgFix issue #1350 - set the node type to match the atomic...
2018-04-12 John KessenichGLSL/Vulkan: Enforce no location aliasing in vertex...
2018-04-12 GregFUpdate spirv-opt known good
2018-04-12 John KessenichBuild: Fix #1347: Compile with NV_EXTENSIONS disabled.
2018-04-12 John KessenichMerge pull request #1326 from mattparks/patch1
2018-04-11 John KessenichNon-functional: Fix tabs.
2018-04-11 John KessenichGLSL: Fix #1330: default outputs for GL_NV_geometry_sha...
2018-04-10 John KessenichBump revision.
2018-04-10 John KessenichMerge pull request #1343 from KhronosGroup/uint-counter...
2018-04-10 John KessenichMerge pull request #1341 from St0fF-NPL-ToM/master
2018-04-10 John KessenichHLSL: Fix #1332: consistently use uint for counter...
2018-04-10 St0fFRevert "add ability to record accessed and declared...
2018-04-09 John KessenichMerge pull request #1338 from cgmb/minor-shaderlang...
2018-04-09 John KessenichGLSL/SPV: no location on atomic_uint; Fix #1339.
2018-04-09 Cory BloorMinor cleanup in ShaderLang.cpp
2018-04-09 St0fFfix further MSVC 2012 build issues
2018-04-09 St0fFadd ability to record accessed and declared "named...
2018-04-09 St0fFfix VS2012 compile issues
2018-04-08 John KessenichGLSL/SPV: Fix #1310: don't create unnecessary integer...
2018-04-06 John KessenichREADME: Expand on the C++11 compiler requirement for...
2018-04-06 John KessenichUpdate revision.
2018-04-06 John KessenichFix #1328: ENABLE_HLSL=OFF breaking build.
2018-04-06 John KessenichFix #1331: Emit SPV_GOOGLE_hlsl_functionality1 for...
2018-04-06 John KessenichFix #1333: Protect against -g for non-generating code.
2018-04-05 John KessenichMerge branch 'nonuniform-dynindex'
2018-04-05 John KessenichUpdate revision.
2018-04-05 John KessenichRevision/Version update.
2018-04-05 John KessenichGLSL/SPV: Implement SPV_EXT_descriptor_indexing and...
2018-04-02 John KessenichUpdate revision.
2018-04-02 John KessenichGLSL: Implement correct semantic checking for run-time...
2018-04-02 John KessenichLinker: Fix #1329: correctly merge unsized arrays,...
2018-03-30 John KessenichMerge pull request #1327 from mattparks/patch2
2018-03-30 Matthew AlbrechtAdded getter for uniform block bindings
2018-03-30 Matthew AlbrechtAllowed for LIB_TYPE to be set to switch between static...
2018-03-30 John KessenichMerge pull request #1325 from KhronosGroup/simplify-doc
2018-03-30 John KessenichNon-Functional: Remove unused parts of the disassembler.
2018-03-30 John KessenichMerge pull request #1322 from jeffbolznv/master
2018-03-30 Jeff BolzImplement GL_NV_shader_subgroup_partitioned
2018-03-30 John KessenichMerge pull request #1320 from greg-lunarg/addopt21
2018-03-29 GregFOnly print legalization warning if optimizer disabled
2018-03-29 John KessenichMerge pull request #1319 from KhronosGroup/array-ration...
2018-03-29 John KessenichMerge pull request #1316 from greg-lunarg/addopt18
2018-03-29 John KessenichMerge pull request #1318 from amdrexu/feature
2018-03-29 John KessenichNon-functional. Rationalizations enabling future genera...
2018-03-28 John KessenichNon-Functional: Remove merge-replicated code and fix...
2018-03-28 Rex XuAdd int16 support to AMD_trinary_minmax and AMD_shader_...
2018-03-27 GregFDisable DCE by Remapper through glslangValidator...
2018-03-27 John KessenichMerge pull request #1313 from greg-lunarg/kg15
2018-03-26 John KessenichMerge pull request #1312 from KhronosGroup/fix-mixed...
2018-03-26 greg-lunargMerge branch 'master' into kg15
2018-03-26 GregFUpdate SPIRV-Tools known good.
2018-03-26 John KessenichTypes: Fix #1290: Rationalize and correct "mixed" style...
2018-03-25 John KessenichTest Results Only: Include size in implicitly sized...
2018-03-23 John KessenichNon functional: add EshTargetClientVersion alias for...
2018-03-23 John KessenichNon-functional: always return value from makeFpConstant().
2018-03-21 John KessenichMerge pull request #1306 from Igalia/uniform-aml-v2
2018-03-21 John KessenichMerge pull request #1305 from amdrexu/bugfix
2018-03-21 Neil RobertsTake into account the number of locations taken up...
2018-03-21 Neil RobertsAdd locations to opaque types for OpenGL
2018-03-21 Rex XuAdd additional error check for fragment shader outputs
2018-03-19 John KessenichBump patch version.
2018-03-19 John KessenichMerge pull request #1302 from KhronosGroup/cpp-relax...
2018-03-19 John KessenichPP: don't give errors on some tokens under #if 0 (or...
2018-03-17 John KessenichMerge pull request #1282 from KhronosGroup/hlslFunction...
2018-03-17 John KessenichImplement SPV_GOOGLE_hlsl_functionality1.
2018-03-16 John KessenichMerge pull request #1291 from ben-clayton/add-nv-nopersp
2018-03-16 John KessenichBump patch version.
2018-03-16 John KessenichMerge pull request #1299 from KhronosGroup/fix-conversions
2018-03-16 Ben ClaytonAdd tests for GL_NV_shader_noperspective_interpolation
2018-03-16 John KessenichMerge pull request #1289 from Igalia/igalia/dmat-scalar...
2018-03-16 John KessenichAST: Fix shift conversions, which don't require matchin...
next