platform/upstream/glslang.git
2018-08-14 John KessenichSPV: More corrections of <id> versus "immediate" operands.
2018-08-14 John KessenichSPV: Correct SPIR-V operands for <id> versus immediate.
2018-08-13 John KessenichBump version patch level.
2018-08-13 John KessenichFix #1471: Merge shift amounts for different sets:...
2018-08-13 John KessenichFix #1393: rationalize usage, in the spirit of #1393.
2018-08-09 John KessenichBump revision.
2018-08-09 John KessenichFix #1468: Add command-line --entry-point support,...
2018-08-09 John KessenichFix #1469: Make it easier to copy/paste build instructions.
2018-08-09 John KessenichMerge pull request #1466 from Kangz/warning_fixes
2018-08-09 John KessenichMerge pull request #1470 from antiagainst/patch-2
2018-08-09 Lei ZhangAppveyor CI: build artifacts for x64
2018-08-09 Corentin WallezFix -Wignored-qualifier and -Wunused-variable warnings
2018-08-06 John KessenichMerge pull request #1460 from KhronosGroup/postprocess
2018-08-03 John KessenichNon-Functional: Add postprocess as more robust way...
2018-08-01 John KessenichMerge pull request #1459 from dgkoch/dgkoch_build_fixes4
2018-07-27 Daniel KochFix build warnings/errors:
2018-07-27 John KessenichMerge pull request #1457 from KhronosGroup/parse-floats
2018-07-27 John KessenichPP: Address #1456: Strip float suffixes before using...
2018-07-27 John KessenichTests: Add more string -> float tests. Related to ...
2018-07-26 John KessenichPP: floating-point parsing: more stable handling of...
2018-07-25 John KessenichBump revision.
2018-07-25 John KessenichMerge pull request #1455 from TiemoJung/nullpointer_cra...
2018-07-25 John KessenichGLSL: No more restrictions on (non)shadow sampler const...
2018-07-25 t.jungFixes a crash when in/out varying variable had no seman...
2018-07-23 John KessenichMerge pull request #1451 from KhronosGroup/shadow-force...
2018-07-23 John KessenichHLSL: Fix #1445: distance() works on scalars.
2018-07-23 John KessenichMerge pull request #1453 from greg-lunarg/kg22
2018-07-23 John KessenichGLSL: Construct shadow texture from non-shadow sampler.
2018-07-23 John KessenichGLSL/SPV: If a texture is used with a shadow sampler...
2018-07-23 GregFUpdate spirv-tools known good
2018-07-20 John KessenichMerge branch 'zeux-master'
2018-07-20 John KessenichMerge branch 'master' of https://github.com/zeux/glslan...
2018-07-20 John KessenichMerge pull request #1450 from KhronosGroup/link-merge-all
2018-07-20 John KessenichLink: Merge all the settings in TIntermediate.
2018-07-19 John KessenichMerge pull request #1436 from karl-lunarg/karl-ccache
2018-07-19 John KessenichMerge pull request #1446 from KhronosGroup/spv-link
2018-07-19 John KessenichMerge pull request #1437 from mattparks/patch-2
2018-07-19 John KessenichMerge branch 'jeffbolznv-missing_descriptor_indexing_ex...
2018-07-19 John KessenichMerge branch 'missing_descriptor_indexing_extension...
2018-07-19 John KessenichLink/SPV: Correct symbol IDs on merging ASTs to a singl...
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-07 Matthew AlbrechtAllowed debug postfix to be changed.
2018-07-07 Matthew AlbrechtAdded the cmake option to disable building SPVRemapper.
2018-07-06 John KessenichMerge pull request #1434 from antiagainst/fix-spirv...
2018-07-06 Karl Schultzbuild: Add ccache option to CMake config
2018-07-05 Arseny KapoulkineSPIRV: Simplify matrix->matrix constructor
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
next