platform/upstream/glslang.git
2018-07-19 John KessenichMerge branch 'missing_descriptor_indexing_extension...
2018-07-12 John KessenichMerge pull request #1442 from dneto0/use-forked-android...
2018-07-12 Jeff BolzAdd missing OpExtension SPV_EXT_descriptor_indexing...
2018-07-12 John KessenichErrors and Build: Fix build warnings, which also improv...
2018-07-12 David NetoNDK build: Use NDK r17b and its own CMake toolchain...
2018-07-12 John KessenichTravis CI: Fix comments disabling code.
2018-07-12 John KessenichMerge pull request #1440 from dneto0/later-android
2018-07-12 David NetoTravis-CI: Use Android NDK r13b specifically
2018-07-11 John KessenichMerge pull request #1438 from Think-Silicon/getUniformS...
2018-07-11 John KessenichNon-functional: Retrigger bots; the previous failure...
2018-07-11 John KessenichHLSL: Fix #1432: Globally initialize local static varia...
2018-07-10 dmpakasReflection exposes the Shader Stages where a Uniform...
2018-07-06 John KessenichMerge pull request #1434 from antiagainst/fix-spirv...
2018-07-04 Lei ZhangUse public SPIRV-Tools header
2018-07-03 John KessenichMerge pull request #1431 from KhronosGroup/implement...
2018-07-03 John KessenichImplement GL_EXT_shader_16bit_storage and GL_EXT_shader...
2018-07-03 John KessenichBump revision.
2018-07-03 John KessenichHLSL: Fix #1423: implement CalculateLevelOfDetailUnclam...
2018-07-03 John KessenichMerge pull request #1416 from aejsmith/samplerless...
2018-07-02 John KessenichMerge branch 'HaydnTrigg-patch-1'
2018-07-02 John KessenichMerge branch 'patch-1' of https://github.com/HaydnTrigg...
2018-07-02 John KessenichMerge pull request #1420 from KhronosGroup/spir-dis
2018-07-02 John KessenichSPV: Add option to print disassembly in standard form...
2018-07-02 John KessenichBump revision.
2018-07-02 John KessenichPP: Rationalize return values of MacroExpand.
2018-07-02 John KessenichPP/HLSL: Fix #1424: support comma in nested curly brace...
2018-07-01 Alex SmithAdd support for GL_EXT_samplerless_texture_functions
2018-06-29 Haydn TriggConstant.cpp Floating point divide by zero
2018-06-27 John KessenichMerge pull request #1419 from tgjones/spirv-remap-artifact
2018-06-27 Tim JonesInclude spirv-remap.exe in AppVeyor artifacts
2018-06-22 John KessenichMerge pull request #1413 from karl-lunarg/fix-update
2018-06-21 Karl Schultzscript: Improve update sources script
2018-06-21 John KessenichMerge pull request #1411 from KhronosGroup/fix-literal...
2018-06-21 John KessenichBuild: Make literal casting have fewer warnings and...
2018-06-20 John KessenichMerge pull request #1409 from greg-lunarg/remap3
2018-06-19 GregFAdd support for OpConstantNull and OpConstantSampler...
2018-06-19 John KessenichBump revision.
2018-06-19 John KessenichRevert "GLSL: Fix #1279: refract does not have a double...
2018-06-15 John KessenichMerge pull request #1405 from Igalia/nroberts/amb-arrays
2018-06-14 Neil RobertsTake into account arrays of opaque types when reserving...
2018-06-12 John KessenichGLSL: Fix #1358: Support "struct name", where name...
2018-06-08 John KessenichMerge pull request #1402 from greg-lunarg/kg21
2018-06-08 GregFUpdate spirv-tools known-good
2018-06-07 John KessenichMerge pull request #1401 from dneto0/bad-e11
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.
next