platform/upstream/glslang.git
2021-04-14 Greg FischerMerge pull request #2602 from jeremy-lunarg/hayes-2514
2021-04-14 Greg FischerMerge pull request #2522 from dneto0/intlog2
2021-04-13 David NetoAdd IntLog2 and use it
2021-04-13 Greg FischerMerge pull request #2606 from greg-lunarg/semifix0
2021-04-13 Greg FischerGet rid of extra semicolon causing gcc 10.3 troubles.
2021-04-12 Greg FischerMerge pull request #2601 from masterleming/always-insta...
2021-04-12 Greg FischerMerge pull request #2603 from jeremy-lunarg/hayes-fix...
2021-04-09 Jeremy HayesFix table key and whitespace
2021-04-09 Jeremy HayesIssue error when declaration rule fails
2021-04-09 Krzysztof PilchFixed CMake configuration for resource-limits library.
2021-04-08 Greg FischerMerge pull request #2600 from Drigax/add-tinterim-selec...
2021-04-08 Nicholas BarlowAdd setter for TInterimSelection.condition
2021-04-08 Krzysztof PilchRemoved condition for glslang-default-resource-limits...
2021-04-08 Greg FischerMerge pull request #2599 from KhronosGroup/revert-2593...
2021-04-07 Greg FischerRevert "Update minimum SPIR-V requirement for GL_EXT_bu...
2021-04-07 Greg FischerMerge pull request #2598 from greg-lunarg/noprop1
2021-04-06 Greg FischerDo not propagate packing qualifiers to scalars or vectors
2021-04-01 Greg FischerMerge pull request #2593 from jeremy-lunarg/hayes-updat...
2021-04-01 Greg FischerMerge pull request #2597 from greg-lunarg/interp0
2021-04-01 Greg FischerFix SPIR-V for HLSL EvaluateAttribute* of interpolants...
2021-03-31 Greg FischerMerge pull request #2590 from pmistryNV/GL_ARB_sparse_t...
2021-03-29 Pankaj MistryFor bug #2580: sparseTextureGatherOffsetsARB should...
2021-03-29 Jeremy HayesUpdate minimum SPIR-V requirement
2021-03-23 greg-lunargMerge pull request #2589 from ben-clayton/fix-warnings
2021-03-23 Ben ClaytonFix warnings about int comparisons of different signness
2021-03-22 greg-lunargMerge pull request #2588 from jeremy-lunarg/hayes-2530
2021-03-22 greg-lunargMerge pull request #2587 from mbechard/master
2021-03-22 Jeremy HayesDefault to KHR extension
2021-03-22 Malcolm BechardDon't check precision qualifiers on cross-stage checks
2021-03-22 greg-lunargMerge pull request #2583 from nullcatalyst/bazel-window...
2021-03-22 greg-lunargMerge pull request #2582 from JustSid/master
2021-03-20 Scott BennettAdd cmd_bat action to bazel export_spirv_headers target
2021-03-19 greg-lunargMerge pull request #2581 from mbechard/InconsistentGLPe...
2021-03-19 Sidney JustFixed OpGroupNonUniformQuadBroadcast Direction operand...
2021-03-19 Malcolm BechardPartial fix for inconsistencies re: #2578
2021-03-18 greg-lunargMerge pull request #2579 from mbechard/master
2021-03-18 greg-lunargMerge pull request #2574 from feifei14119/master
2021-03-17 Malcolm BechardFix issue with remapping global uniform blocks
2021-03-17 greg-lunargMerge pull request #2577 from mbechard/master
2021-03-16 Malcolm Bechardfix variable capitilization. Don't initialize it in...
2021-03-15 greg-lunargMerge pull request #2576 from KhronosGroup/revert-2569...
2021-03-15 greg-lunargRevert "Revert "GL_ext_vulkan_glsl_relaxed extension...
2021-03-15 feifei141191. fix macro definition value for unsinged-int64-vector...
2021-03-10 greg-lunargMerge pull request #2569 from KhronosGroup/revert-2242...
2021-03-10 greg-lunargRevert "GL_ext_vulkan_glsl_relaxed extension support...
2021-03-09 greg-lunargMerge pull request #2565 from greg-lunarg/i2564
2021-03-08 greg-lunargMerge pull request #2242 from mbechard/GL_EXT_vulkan_gl...
2021-03-08 Greg FischerPass correct proxy type for atomicStore
2021-03-08 will brownImplement GL_EXT_vulkan_glsl_relaxed option
2021-03-08 greg-lunargMerge pull request #2560 from amdrexu/bugfix
2021-03-04 Rex XuSPV: The capability string for RayTracingProvisionalKHR...
2021-03-02 greg-lunargMerge pull request #2559 from greg-lunarg/i2555
2021-03-02 Greg FischerAllow DepthUnchanged and DepthReplaced Modes in same...
2021-03-01 greg-lunargMerge pull request #2558 from greg-lunarg/i2551
2021-03-01 Greg FischerAllow grad texture ops in all shaders
2021-03-01 greg-lunargMerge pull request #2557 from greg-lunarg/i2552b
2021-02-27 greg-lunargMerge pull request #2554 from proydakov/Try-to-find...
2021-02-27 greg-lunargMerge pull request #2553 from amdrexu/bugfix
2021-02-27 Greg FischerFix off-by-1 bug in gl_MaxCombinedTextureImageUnits...
2021-02-26 greg-lunargMerge pull request #2556 from greg-lunarg/i2541
2021-02-26 Greg FischerFix precision propagation around shifts
2021-02-26 Evgeny ProydakovReturned using find_host_package for PythonInterp 3...
2021-02-26 Rex XuSPV: Change the key of extBuiltinMap to std::string
2021-02-25 greg-lunargMerge pull request #2544 from ZhiqianXia/master
2021-02-25 ZhiqianXiafix a typo
2021-02-24 greg-lunargMerge pull request #2549 from jeremy-lunarg/hayes-2479
2021-02-24 Jeremy HayesRequire fixed workgroup size declaration
2021-02-24 greg-lunargMerge pull request #2546 from proydakov/msvc-noexcept-fix
2021-02-24 Evgeny ProydakovFixed msvc 2019 nmake noexcept build.
2021-02-23 greg-lunargMerge pull request #2537 from proydakov/fixed-cmake...
2021-02-23 Evgeny ProydakovCode review. Thx `greg-lunarg` for comments.
2021-02-23 ZhiqianXiaReplace the old version math func with C++11 to
2021-02-23 greg-lunargMerge pull request #2525 from ZhiqianXia/master
2021-02-23 greg-lunargMerge pull request #2540 from dgkoch/dgkoch_build_fix
2021-02-22 greg-lunargMerge pull request #2543 from greg-lunarg/chg11.2.0
2021-02-22 Greg FischerUpdate CHANGES.md to 11.2.0 to sync with current tagging.
2021-02-19 Daniel KochFix warning in build
2021-02-18 Evgeny ProydakovFixed cmake generation warning for regeneration project...
2021-02-18 greg-lunargMerge pull request #2536 from greg-lunarg/chg0
2021-02-18 Greg FischerUpdate CHANGES for 11.1.0
2021-02-15 greg-lunargMerge pull request #2532 from juliusikkala/master
2021-02-15 greg-lunargMerge pull request #2458 from ShchchowAMD/unique_id-fix
2021-02-15 ChowFix issue for new unique id system. Add level bits...
2021-02-14 Julius IkkalaPass environment through PreprocessDeferred
2021-02-12 greg-lunargMerge pull request #2531 from greg-lunarg/kg116
2021-02-11 Greg FischerUpdate spirv-tools and spirv-header known good.
2021-02-09 greg-lunargMerge pull request #2526 from proydakov/regression...
2021-02-09 Evgeny ProydakovCode review. Thx ben-clayton for comments.
2021-02-09 Evgeny ProydakovFixed issues 2496. Used option 4: parse_version.cmake...
2021-02-09 ZhiqianXiaCannot specify atomic counter with location.
2021-02-09 ZhiqianXiaCannot specify atomic counter with location.
2021-02-07 ZhiqianXiaCannot specify atomic counter with location.
2021-02-03 greg-lunargMerge pull request #2523 from dneto0/remove-stray-semi
2021-02-03 David NetoRemove useless semicolon
2021-02-01 greg-lunargMerge pull request #2517 from glebm/fix-ubsan-localinte...
2021-02-01 greg-lunargMerge pull request #2512 from cmarcelo/GL_EXT_shared_me...
2021-01-30 Gleb MazovetskiycallGraph.push_front -> emplace_front to fix UBSAN
2021-01-29 Caio Marcelo... Add support for GL_EXT_shared_memory_block
2021-01-29 Caio Marcelo... Update known_good.json to pick up SPV_KHR_workgroup_mem...
2021-01-28 Caio Marcelo... Consider GL_EXT_scalar_block_layout when validating...
next