The following revision refers to this bug:
https://chromium.googlesource.com/chromium/src.git/+/9b0885d046c0460005e3fc0cdb33adee41b1bfc8
commit 9b0885d046c0460005e3fc0cdb33adee41b1bfc8
Author: skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Date: Wed Mar 07 22:45:35 2018
Roll src/third_party/skia/ 461ef7af8..88df8d2e5 (22 commits)
https://skia.googlesource.com/skia.git/+log/461ef7af88cc..88df8d2e5a87
$ git log 461ef7af8..88df8d2e5 --date=short --no-merges --format='%ad %ae %s'
2018-03-07 stephana Test SKQP on Firebase Testlab and Upload
2018-03-07 csmartdalton ccpr: Combine GS triangle hulls and edges into a single draw
2018-03-07 bsalomon Make Vulkan testing-only backend textures have optimal layout
2018-03-07 bsalomon Rename wrap backend tex/rt methods on GrProxyProvider
2018-03-07 robertphillips Have GrGlyphCache and GrAtlasManager compute the atlas limits independently
2018-03-07 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 7618eaf9a..2202680c6 (4 commits)
2018-03-07 csmartdalton ccpr: Fix very small edges
2018-03-07 reed Revert "Revert "add tiler for SkDraw""
2018-03-07 robertphillips Revise Text & Small Path Atlas so instantiation failure is handled at flush time
2018-03-07 reed chop down huge rects before hairlining
2018-03-07 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 8a7ec86c0..da8c41528 (1 commit)
2018-03-07 bsalomon Initial texture data is never flipped when uploaded.
2018-03-07 herb Revert "Remove attach and detach glyph cache."
2018-03-07 bsalomon Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture.
2018-02-27 mtklein Reland "Reland "make SkJumper stages normal Skia code""
2018-03-07 mtklein Revert "Reland "make SkJumper stages normal Skia code""
2018-03-05 herb Remove attach and detach glyph cache.
2018-02-27 mtklein Reland "make SkJumper stages normal Skia code"
2018-03-07 bungeman Remove dm excludes from public.bzl.
2018-03-07 mtklein Revert "make SkJumper stages normal Skia code"
2018-02-27 mtklein make SkJumper stages normal Skia code
2018-03-07 bsalomon Prefer kMixedSamples MSFBOType to multisampled-render-to-texture variants
Created with:
roll-dep src/third_party/skia
BUG=757974
The AutoRoll server is located here: https://autoroll.skia.org
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.
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
TBR=fmalita@chromium.org
Change-Id: I69907ba55222be9cd5691d6e009cc45cb259bbd3
Reviewed-on: https://chromium-review.googlesource.com/953170
Reviewed-by: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#541619}
[modify] https://crrev.com/9b0885d046c0460005e3fc0cdb33adee41b1bfc8/DEPS
The following revision refers to this bug:
https://chromium.googlesource.com/chromium/src.git/+/148f8c6decc123bb840a37b013caa8eed27759fd
commit 148f8c6decc123bb840a37b013caa8eed27759fd
Author: Alexis Hetu <sugoi@google.com>
Date: Wed Mar 28 00:58:31 2018
Disable YUV to RGB conversion for non surfaceless EGL contexts
Since YUVToRGBConverter objects can only be properly released
with a surfaceless EGL context currently, a check was added to
make sure we don't create these objects when surfaceless
contexts are not supported.
Note that this change is a noop effectively, since
YUVToRGBConverter objects are only ever requested from MacOS
specific .mm files, where surfaceless EGL context are always
supported, but it prevents future code on other platforms
from trying to use YUVToRGBConverter objects without being
able to properly release them later on.
R=piman@chromium.org
Bug: chromium:757974
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Id31a3574a4a287b67744ab55bbdd9a9bdfd78daf
Reviewed-on: https://chromium-review.googlesource.com/982274
Reviewed-by: Antoine Labour <piman@chromium.org>
Commit-Queue: Alexis Hétu <sugoi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546346}
[modify] https://crrev.com/148f8c6decc123bb840a37b013caa8eed27759fd/ui/gl/gl_context_egl.cc
@sugoi: In comment#20 you've added a hard-coded dependency on "Versions/Current/Libraries/" in gl_initializer_mac.cc. Based on https://crrev.com/8685feba05 it seems like you should instead add "Libraries" to the framework_contents list in various mac_framework_bundle GN targets. If I'm understanding correctly this should create a "Libraries" -> "Versions/Current/Libraries" symlink in the app bundle, and you can then use "Libraries/" instead of "Versions/Current/Libraries/" in gl_initializer_mac.cc.
Comment 1 by cwallez@chromium.org
, Aug 22 2017