Don't check precision qualifiers on cross-stage checks
[platform/upstream/glslang.git] / glslang /
2021-03-22 Malcolm BechardDon't check precision qualifiers on cross-stage checks
2021-03-19 greg-lunargMerge pull request #2581 from mbechard/InconsistentGLPe...
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 will brownImplement GL_EXT_vulkan_glsl_relaxed option
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-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-23 greg-lunargMerge pull request #2537 from proydakov/fixed-cmake...
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-19 Daniel KochFix warning in build
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-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 de... Add support for GL_EXT_shared_memory_block
2021-01-28 Caio Marcelo de... Consider GL_EXT_scalar_block_layout when validating...
2021-01-26 greg-lunargMerge pull request #2511 from alan-baker/GL_EXT_null_in...
2021-01-25 John KessenichImplement GL_EXT_null_initializer
2021-01-21 greg-lunargMerge pull request #2508 from corporateshark/master
2021-01-20 Sergey KosarevskyFix missing enum values in the C-interface #2507
2021-01-19 greg-lunargMerge pull request #2505 from ben-clayton/update-licnes...
2021-01-19 greg-lunargMerge pull request #2504 from cdotstout/fuchsia-cmake
2021-01-15 Craig StoutAdd CMake support for Fuchsia
2020-12-24 greg-lunargMerge pull request #2393 from nihui/patch-3
2020-12-24 nihuiniMerge remote-tracking branch 'upstream/master' into...
2020-12-23 nihuiUpdate ParseHelper.cpp
2020-12-18 greg-lunargMerge pull request #2490 from greg-lunarg/i2476
2020-12-18 Greg FischerFix cut and paste error
2020-12-16 greg-lunargMerge pull request #2451 from rdb/dx9-round-semantics
2020-12-16 rdbDon't use roundEven() to implement round() in DX9 compa...
2020-12-15 John KessenichMerge pull request #2485 from proydakov/fixed-hlsl...
2020-12-15 Evgeny ProydakovFixed compile warning in reflection.cpp for ENABLE_HLSL...
2020-11-23 Daniel KochUpdates for final Vulkan ray tracing extensions (#2466)
2020-11-16 Shahbaz YoussefiCompile out code for GL_EXT_shader_image_int64 for...
2020-11-12 Malcolm Bechardtweak local_size comparison a bit (#2456)
2020-11-09 Jesse HallImplement GL_EXT_terminate_invocation (#2454)
2020-11-06 rdbFix token-pasting macros not working in preprocessor...
2020-11-05 ChowFix warning in iomapper. (#2449)
2020-11-04 TobskiAdd GL_EXT_shader_image_int64 support (#2409)
2020-11-03 Chow8. io mapping refine & qualifier member check & resolve...
2020-10-30 John KessenichMerge pull request #2387 from BNieuwenhuizen/nonuniform
2020-10-26 John KessenichMerge pull request #2435 from amdrexu/feature
2020-10-24 Rex XuHLSL: Add support for printf().
2020-10-20 John KessenichMerge pull request #2427 from ben-clayton/gn
2020-10-20 John KessenichMerge pull request #2428 from Tobski/GL_EXT_fragment_sh...
2020-10-20 ChowAdd GL_EXT_fragment_shading_rate
2020-10-19 John KessenichMerge pull request #2422 from ben-clayton/gn
2020-10-19 Ben ClaytonFix uninitialized use of TIntermediate::resource (...
2020-10-12 Rémi VerscheldeRemove executable bits from code/data files (#2420)
2020-09-15 ChowPreprocessor related issue fix (#2378)
2020-09-14 ChowFix scope definition in ES 100. (#2379)
2020-09-14 johnkslangFix #2385: guard against constant_id on non-const.
2020-09-13 John KessenichMerge pull request #2394 from ShabbyX/subpassLoad
2020-09-12 Shahbaz YoussefiAllow subpassLoad for ANGLE
2020-09-12 nihuiFix build android ndk r16b
2020-09-08 John KessenichMerge pull request #2388 from Tobski/rq-initialization...
2020-09-07 John KessenichMerge pull request #2386 from amdrexu/bugfix
2020-09-03 Tobias HectorError when initializing rayQuery with assignment
2020-09-02 Rex XuParser: Fix wrong names of extension macros
2020-08-17 John KessenichMerge pull request #2371 from RafaelMarinheiro/master
2020-08-17 John KessenichMerge pull request #2369 from ezdiy/c_api_export
2020-08-15 johnkslangBuild: fix a build warning
2020-08-14 John KessenichMerge pull request #2367 from KhronosGroup/fix-semantic...
2020-08-14 johnkslangFix #2366, fix #2358, correctly separate out numerical...
2020-08-14 johnkslangNon-functional (almost): Refactor when 'extensionReques...
2020-08-14 johnkslangNon-functional: Remove reinventing the scalar type...
2020-08-13 johnkslangNon-functional: spellings of "destinaton" and "addPairC...
2020-08-10 Ez DiyGLSLANG_EXPORT for C APIs.
2020-08-07 johnkslangNon-functional: correctly do GL_EXT_buffer_reference2...
next