platform/upstream/glslang.git
2020-01-30 John KessenichMerge pull request #2071 from jeffbolznv/version_less
2020-01-30 Jeff BolzUse NOT ... VERSION_LESS instead of VERSION_GREATER_EQUAL
2020-01-29 John KessenichMerge pull request #2068 from jljusten/standalone-fix...
2020-01-28 Jordan Justenstandalone: Fix --help
2020-01-27 John KessenichMerge pull request #2065 from zoddicus/fixChromiumDawnRolls
2020-01-27 Ryan HarrisonUse correct enum type in case statement
2020-01-27 John KessenichBuild: Fix more build warnings caused by PR #2038.
2020-01-27 John KessenichMerge pull request #1940 from tsuoranta/fix-gcc9
2020-01-27 John KessenichMerge pull request #2035 from ShchchowAMD/builtin_max_l...
2020-01-27 John KessenichBuild warning: Fix #2062, missing enum value in a switch.
2020-01-24 John KessenichMerge pull request #2038 from corporateshark/c_interface
2020-01-17 John KessenichHLSL: Fix #1974: ignore input primitives on non-entry...
2020-01-16 John KessenichFix #2059, and also attempt to skip test bots [skip ci]
2020-01-16 John KessenichMerge pull request #2033 from ShchchowAMD/binding_contr...
2020-01-16 ChowAdd Error check flag in io mapper
2020-01-15 John KessenichMerge pull request #2058 from KhronosGroup/vulkan-1.2
2020-01-15 John KessenichUpdate to latest SPIRV-Tools, supporting Vulkan 1.2.
2020-01-15 John KessenichSPV/Vulkan: Add support for Vulkan 1.2, which defaults...
2020-01-10 John KessenichMerge pull request #2046 from Roy-AMD/Fix-multiple...
2020-01-08 John KessenichMerge pull request #1998 from ShchchowAMD/ARB_gpu_shade...
2020-01-08 Sergey KosarevskyPublic: replaced tabs with spaces
2020-01-08 Sergey KosarevskyCInterface: replaced tabs with spaces
2020-01-08 John KessenichMerge pull request #2052 from KhronosGroup/fix-processe...
2020-01-08 John KessenichFix #1829: Add "--" command-line options for macro...
2020-01-08 ChowMove symbol builtin check to grammar stage
2020-01-07 John KessenichMerge pull request #2048 from Roy-AMD/Add-missing-exten...
2020-01-07 RoyAdd missing extension defination
2020-01-07 John KessenichMerge pull request #2032 from ShchchowAMD/atomic-uint...
2020-01-06 John KessenichMerge pull request #2050 from ShchchowAMD/built_in_MaxV...
2020-01-06 John KessenichBump revision
2020-01-06 ChowAdd builtin constants
2020-01-06 ChowAdd support for ARB_gpu_shader_fp64
2020-01-03 RoyFix glslang can't link multiple AST in a single stage
2019-12-30 Sergey KosarevskyCInterface: added static asserts to compare C/C++ enums
2019-12-30 Sergey KosarevskyAdded LAST_ELEMENT_MARKER for every enum used in the...
2019-12-30 John KessenichMerge pull request #1997 from ShchchowAMD/ARB_uniform_b...
2019-12-30 John KessenichMerge branch 'master' into ARB_uniform_buffer_object
2019-12-30 John KessenichMerge pull request #1996 from ShchchowAMD/ARB_texture_m...
2019-12-30 John KessenichMerge pull request #2036 from ShchchowAMD/fix_atomic_ui...
2019-12-30 John KessenichMerge pull request #1995 from ShchchowAMD/ARB_sample_sh...
2019-12-26 Sergey KosarevskyCInterface: replaced SH_ prefix with GLSLANG_
2019-12-26 John KessenichHLSL: Fix #2037: Integer dot used incorrect input for...
2019-12-25 Chowatomic counter offset should align to 4
2019-12-25 ChowModify atomic_uint binding check
2019-12-24 Sergey KosarevskyCInterface: added glslang_program_SPIRV_get_ptr()
2019-12-24 Sergey KosarevskyCInterface: added files to CMakeLists.txt
2019-12-24 Sergey KosarevskyCInterface: added _BIT suffix to glslang_messages_t...
2019-12-24 Sergey KosarevskyCInterface: reformatted according to .clang-format...
2019-12-24 Sergey KosarevskyAdded original glslang_c_interface implementation by...
2019-12-24 ChowAdd Tess machine dependent built-in variables initializ...
2019-12-23 ChowAdd support for ARB_uniform_buffer_object
2019-12-23 ChowAdd support for ARB_texture_multisample
2019-12-23 ChowAdd support for ARB_sample_shading
2019-12-20 John KessenichCommand-line: Give better error messages. From #1829.
2019-12-13 John KessenichMerge pull request #2023 from greg-lunarg/kg109
2019-12-12 Greg FischerUpdate spriv-tools known good
2019-12-10 John KessenichMerge pull request #2021 from KhronosGroup/fix-2020...
2019-12-10 John KessenichFix #2020: PR #1977 broke HLSL member consistency,...
2019-12-09 John KessenichMerge pull request #2019 from KhronosGroup/fix-2014...
2019-12-09 John KessenichMerge pull request #2018 from KhronosGroup/fix-2007...
2019-12-09 John KessenichFix: #2014: Don't do "extension-on && version >= ....
2019-12-09 John KessenichFix #2007: Fix a couple relative header paths in header...
2019-12-09 John KessenichFix #1993: Fully exclude ftransform() from SPIR-V seman...
2019-12-05 John KessenichMerge pull request #2010 from rnk/pool-alloc-clang
2019-12-04 Reid KlecknerRemove glslang::pool_allocator::setAllocator
2019-12-04 John KessenichMerge pull request #1990 from ianromanick/INTEL_shader_...
2019-12-03 Ian RomanickINTEL_shader_integer_functions2: Add SPIR-V generation
2019-12-03 Ian RomanickINTEL_shader_integer_functions2: Add compiler front...
2019-12-03 Ian RomanickINTEL_shader_integer_functions2: Add basic extension...
2019-12-03 John KessenichMerge pull request #2004 from ianromanick/document...
2019-12-02 Ian RomanickUpdate README.md to include other test requirements
2019-12-01 John KessenichMerge pull request #2001 from mbechard/master
2019-11-28 Malcolm BechardFix #1981
2019-11-23 John KessenichFix #1983: __ is okay starting with ES 300, rather...
2019-11-23 John KessenichMerge pull request #1972 from andflo-Arm/master
2019-11-22 John KessenichFix #1987: Use large enough built-in buffer to hold...
2019-11-22 John KessenichMerge branch 'dj2-install'
2019-11-22 John KessenichMerge pull request #1980 from mattst88/respect-CMAKE_IN...
2019-11-21 Dan SinclairCheck for ENABLE_SPVREMAPPER flag in CMakeList files.
2019-11-18 Arfrever Frehtes... Respect CMAKE_INSTALL_LIBDIR in installed CMake files
2019-11-15 John KessenichMerge pull request #1977 from KhronosGroup/no-hlsl...
2019-11-15 John KessenichHLSL: Fix #1976: Don't let ENABLE_HLSL change struct...
2019-11-14 Andreas FlöjtAdd a test for 8- and 16-bit construction.
2019-11-12 John KessenichMerge pull request #1973 from KhronosGroup/fix-fmod-int
2019-11-12 John KessenichHLSL: Fix #1960: fmod() was not converting int args...
2019-11-11 Andreas FlöjtFix construction issue for 8 and 16 bit types.
2019-11-08 John KessenichMerge pull request #1968 from dneto0/reclaim-web-codespace
2019-11-08 John KessenichMerge pull request #1967 from kainino0x/fix-dot-free
2019-11-07 David NetoSPIR-V postprocessing: WEB case only needs CFG mods
2019-11-07 Kai NinomiyaFix compileGLSLZeroCopy accidental minification
2019-11-06 John KessenichMerge pull request #1963 from KhronosGroup/revert-7b0e236
2019-11-06 John KessenichMerge pull request #1966 from dj2/readme
2019-11-06 dan sinclairAdd deprecation for SPIRV/ install folder location.
2019-11-06 John KessenichFix #1959 by reverting 7b0e236 to put files in two...
2019-11-05 John KessenichMerge pull request #1961 from zoddicus/fixChromiumRoll
2019-11-04 Ryan HarrisonRemove std::move that is breaking chromium roll
2019-11-04 John KessenichMerge pull request #1953 from null77/gn-add-missing...
2019-11-04 John KessenichMerge pull request #1954 from corporateshark/master
2019-11-03 John KessenichTests: Add more test results for the previous generator...
2019-11-03 John KessenichBump up the generator version, which is exposed in...
next