Commit c3d639c5 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/glslang/src 0e5d1bb66ad3..86c72c9486a9 (3 commits)

https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/0e5d1bb66ad3..86c72c9486a9


git log 0e5d1bb66ad3..86c72c9486a9 --date=short --no-merges --format='%ad %ae %s'
2019-04-19 cepheus@frii.com Bump revision.
2019-04-19 cepheus@frii.com GLSL: Add error check for an argument dropping the 'restrict' qualifier
2019-04-19 cepheus@frii.com Fix #1720: Give an error for parameter mismatched image format.


Created with:
  gclient setdep -r src/third_party/glslang/src@86c72c9486a9

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-chromium-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


TBR=dsinclair@chromium.org

Change-Id: I81fd92cdb12b4ef210c952f23261f5862b981220
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575416Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#652514}
parent 8ca571cb
...@@ -899,7 +899,7 @@ deps = { ...@@ -899,7 +899,7 @@ deps = {
}, },
'src/third_party/glslang/src': 'src/third_party/glslang/src':
Var('chromium_git') + '/external/github.com/KhronosGroup/glslang.git' + '@' + '0e5d1bb66ad3135cd14972afd86763520140768a', Var('chromium_git') + '/external/github.com/KhronosGroup/glslang.git' + '@' + '86c72c9486a97da534f97e56b8f7ae06cd1b580b',
'src/third_party/google_toolbox_for_mac/src': { 'src/third_party/google_toolbox_for_mac/src': {
'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'), 'url': Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment