platform/upstream/glslang.git
2019-03-18 Panagiotis... Avoid running the validator as part of the optimization...
2019-03-18 John KessenichBuild: Update to the most recent SPIR-V headers, for...
2019-03-17 John KessenichMerge pull request #1728 from alelenv/shaderrecord_fix
2019-03-12 John KessenichMerge pull request #1724 from zoddicus/roll_spirv
2019-03-12 Ryan HarrisonUpdate SPIRV-Tools and Headers
2019-03-12 John KessenichMerge pull request #1723 from null77/gn-val-executable
2019-03-11 Jamie MadillGN: Make glslang_validator an executable.
2019-03-07 John KessenichMerge pull request #1717 from jeffbolznv/getBufferRefer...
2019-03-07 John KessenichMerge pull request #1716 from jeffbolznv/buffer_referen...
2019-03-06 Jeff BolzMove getBufferReferenceAlignment to be a method of...
2019-03-06 Jeff BolzImproved fix for buffer reference constants
2019-03-06 John KessenichMerge pull request #1714 from jeffbolznv/volatil
2019-03-06 John KessenichBuild: Update to latest SPIR-V header.
2019-03-05 Jeff BolzFix interactions between 'volatile' and the Vulkan...
2019-03-04 John KessenichMerge pull request #1699 from jeffbolznv/buffer_referen...
2019-03-04 Ashwin LeleError out writes to shaderRecordNV buffer blocks.
2019-03-04 Jeff BolzHandle buffer references vs 'const'
2019-02-28 John KessenichMerge pull request #1713 from jeffbolznv/fix_nv_extensi...
2019-02-28 Jeff BolzFix NV_EXTENSIONS-disabled build
2019-02-26 John KessenichMerge pull request #1701 from jeffbolznv/cooperative_matrix
2019-02-26 Jeff BolzImplement GL_NV_cooperative_matrix
2019-02-22 John KessenichMerge pull request #1709 from KhronosGroup/fix-pp
2019-02-22 John KessenichPP: Fix #1605: Paste tokens for ## through number-...
2019-02-21 John KessenichMerge pull request #1706 from nico/master
2019-02-21 John KessenichMerge pull request #1705 from baldurk/fix-indexindirect...
2019-02-21 Nico WeberFix -Wextra-semi warnings in headers used in Chromium
2019-02-21 baldurkFix type recursion with EOpIndexIndirect dereferences
2019-02-21 John KessenichMerge pull request #1702 from greg-lunarg/kg101
2019-02-21 John KessenichMerge pull request #1703 from dj2/mem_leak
2019-02-21 John KessenichMerge pull request #1704 from dj2/leak
2019-02-20 Dan SinclairFixup leak of TString
2019-02-20 Dan SinclairAllocate empty function name in the string pool.
2019-02-20 Greg FischerUpdate SPIRV-Tools known good
2019-02-19 John KessenichMerge pull request #1700 from KhronosGroup/fix-pp
2019-02-19 John KessenichPP: Faithfully track white-space through macro record...
2019-02-19 John KessenichPP: Non-functional: Remove the sub-tokenization of...
2019-02-19 John KessenichBuild: Fix #1640: Change strcpy to snprintf.
2019-02-17 John KessenichMerge pull request #1696 from baldurk/fix-nonblock...
2019-02-16 John KessenichPP: Fix #1694: Rationalize errors on partially expanded...
2019-02-14 John KessenichMerge pull request #1697 from sparmarNV/fix-NV_mesh_shader
2019-02-14 Sahil ParmarHandle resizing/error checks for mesh shader out arrays
2019-02-12 Sahil ParmarUpdate gtest to explicitly size gl_PrimitiveIndicesNV[]
2019-02-11 Sahil ParmarFix resizing of gl_PrimitiveIndicesNV[] to max_primitiv...
2019-02-11 baldurkFix treatment of array input/output variables in reflection
2019-02-11 John KessenichMerge pull request #1695 from baldurk/explode-reflected...
2019-02-11 baldurkAdd option to unwrap I/O block aggregates in reflection
2019-02-11 John KessenichWhitespace: Fix some tabs->spaces, mostly to retriggere...
2019-02-11 John KessenichPP: Fix #1694: Handle badly formed argument substitution.
2019-02-09 John KessenichMerge pull request #1684 from baldurk/reflection-interf...
2019-02-08 baldurkReflow for better readability
2019-02-08 John KessenichBump version.
2019-02-08 John KessenichBuild: Fix #1665: remove __fastcall
2019-02-08 John KessenichMerge pull request #1693 from sparmarNV/fix-NV_mesh_shader
2019-02-07 Sahil ParmarAdd missing support for gl_MeshViewCountNV/gl_MeshViewI...
2019-02-07 John KessenichMerge pull request #1692 from alan-baker/update-spvtools
2019-02-06 Alan BakerUpdate expected test results
2019-02-06 Alan BakerUpdate SPIRV-Tools version
2019-02-04 baldurkAdd option to reflect all block members, inactive or...
2019-02-04 baldurkAdd option to reflect buffer blocks & variables separat...
2019-02-04 baldurkReflect array stride, top-level array stride, and block...
2019-02-04 baldurkReflect pipeline outputs as well as inputs, optionally...
2019-02-04 baldurkAdd an option to report array variables with trailing...
2019-02-04 baldurkInclude array index in reflected uniform names more...
2019-02-04 baldurkAdd options to control how reflection information is...
2019-02-04 baldurkMove TObjectReflection into public interface to clean...
2019-02-03 John KessenichMerge pull request #1687 from Igalia/apinheiro/no-more...
2019-02-03 John KessenichMerge pull request #1667 from amdrexu/bugfix
2019-02-03 Rex XuAdd 8-bit/16-bit transform feedback support for future use
2019-02-03 John KessenichMerge pull request #1690 from BinaryRK/relative-include-fix
2019-02-02 BinaryRKSwitch to relative include path for ResourceLimits
2019-02-01 John KessenichMerge pull request #1688 from mattparks/patch-1
2019-02-01 John KessenichFix #1682: flesh out more vulkan/SPV ModuleProcessed
2019-02-01 John KessenichMerge pull request #1686 from mspang/glslang-fuchsia...
2019-02-01 John KessenichMerge pull request #1685 from baldurk/warning-fix
2019-02-01 John KessenichMerge pull request #1683 from null77/disable-extra...
2019-02-01 Matthew AlbrechtSwitched to std::string for TReflection and TObjectRefl...
2019-01-31 Alejandro PiñeiroParseHelper: don't assign xfb_offset for struct members
2019-01-30 Michael SpangPort Unix/ossource.cpp to Fuchsia
2019-01-30 baldurkAdd missing override specifiers in virtual class
2019-01-30 baldurkFix mismatched integer comparison (size_t/unsigned...
2019-01-30 Jamie MadillDisable Clang extra semicolon warning.
2019-01-30 John KessenichMerge pull request #1675 from nicebyte/ext_yuv_target
2019-01-29 John KessenichBuild: Remove extra commas in calling INSTANTIATE_TEST_...
2019-01-29 John KessenichMerge pull request #1681 from baldurk/reflection-fixes
2019-01-29 nicebyteAdd support for GL_EXT_YUV_target
2019-01-29 baldurkUpdate reflection offset consistently for structure...
2019-01-29 baldurkAdd missing initialisation of counterIndex and stages...
2019-01-29 John KessenichHLSL: Fix #1679: Add HLSL earlydepthstencil -> SPV...
2019-01-25 John KessenichMerge pull request #1677 from greg-lunarg/kg100
2019-01-25 Greg FischerUpdate spirv-tools known-good.
2019-01-25 John KessenichMerge pull request #1676 from nsubtil/nsubtil/do-not...
2019-01-25 Nuno Subtilbuild: Do not cache debug library suffix
2019-01-24 John KessenichMerge pull request #1674 from null77/fix-msvc-sign...
2019-01-24 Jamie MadillSuppress a MSVC cast warning in GN.
2019-01-24 John KessenichMerge pull request #1672 from sparmarNV/NV-extension...
2019-01-24 John KessenichMerge pull request #1671 from null77/fix-chrome-clang...
2019-01-24 Sahil ParmarAdd extension checks for NV block member builtins
2019-01-23 Jamie MadillSuppress inconsistent override warning in GN.
2019-01-23 John KessenichMerge pull request #1626 from KhronosGroup/extension...
2019-01-22 John KessenichMerge pull request #1664 from null77/support-angle
next