platform/upstream/glslang.git
2018-06-07 David NetoRelax a stringToDouble test for, OSX AppleClang 9.1
2018-06-05 John KessenichSPV: Fix #1399 emit ImageGatherExtended when using...
2018-06-05 John KessenichFix #1360: uint->int width conversions must still be...
2018-06-04 John KessenichFix #1395: GLSL volatile maps to SPIR-V Volatile and...
2018-06-04 John KessenichChange the major revision number for next commit.
2018-06-04 John KessenichBump revision.
2018-06-03 John KessenichMerge pull request #1397 from LoopDawg/warning-fix-4
2018-06-02 LoopDawgFix several signed/unsigned comparison compile warnings.
2018-06-01 John KessenichMerge pull request #1394 from greg-lunarg/kg20
2018-05-31 GregFUpdate spirv-tools known-good.
2018-05-28 John KessenichFix #1391: Remove use of nonportable strnlen().
2018-05-28 John KessenichMerge pull request #876 from ligfx/cmaketargetincludedi...
2018-05-27 Michael MalteseCMake: use target_include_directories to expose includes
2018-05-25 John KessenichMerge pull request #1386 from zeux/master
2018-05-25 John KessenichMerge pull request #1387 from jeffbolznv/disassembly_ex...
2018-05-25 John KessenichMerge pull request #1385 from KhronosGroup/fix-strtod
2018-05-25 John KessenichPP: Implement locale-independent strtod, using istrings...
2018-05-25 Jeff BolzAdd bit width of types to disassembleInstruction
2018-05-25 John KessenichPP: Remove second parsing of numbers recorded in macros...
2018-05-25 John KessenichTesting: Add new tests, and new ways of testing, for...
2018-05-24 John KessenichMerge pull request #1388 from greg-lunarg/kg19
2018-05-24 GregFUpdate spirv-tools known-good
2018-05-21 Arseny KapoulkineFix TextureUpgradeAndSamplerRemovalTransform when used...
2018-05-19 John KessenichMerge pull request #1384 from LoopDawg/self-cast
2018-05-17 LoopDawgHLSL: allow self-type cast (as no-op passthrough)
2018-05-17 John KessenichBump revision.
2018-05-17 John KessenichGLSL: Fix #1279: refract does not have a double-type...
2018-05-17 John KessenichMerge pull request #1381 from LoopDawg/coverage_array
2018-05-17 John KessenichMerge pull request #1383 from amdrexu/bugfix
2018-05-17 Rex XuFix issue #1376: SPV_AMD_gpu_shader_half_float is not...
2018-05-16 LoopDawgHLSL: require coverage mask to be arrayed output.
2018-05-16 John KessenichMerge pull request #1379 from LoopDawg/groupid-fix
2018-05-16 LoopDawgHLSL: various SPIR-V compute shader IDs must be a 3...
2018-05-16 John KessenichMerge pull request #1378 from LoopDawg/append-decl...
2018-05-15 LoopDawgHLSL: Allow stream output Append() method after entry...
2018-05-15 John KessenichSPV: Fix #1374: For an SSBO 16-bit access, only emit...
2018-05-12 John KessenichMerge pull request #1375 from Igalia/nroberts/aml-arrayio
2018-05-10 John KessenichTests: Fix #1372: Don't legalize runtests HLSL tests.
2018-05-10 Neil RobertsSkip outermost array when assigning locations to auto...
2018-05-05 John KessenichBump version.
2018-05-05 John KessenichMerge pull request #1370 from KhronosGroup/fix-param...
2018-05-05 John KessenichMerge pull request #1369 from greg-lunarg/kg18
2018-05-04 John KessenichFix #944: Convert argument type to match formal paramet...
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.
next