Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Issue 928853003: Remove SK_SUPPORT_LEGACY_ARCTO_QUADS (Closed)

Created:
5 years, 10 months ago by f(malita)
Modified:
5 years, 10 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove SK_SUPPORT_LEGACY_ARCTO_QUADS TBR=reed@google.com,robertphillips@google.com BUG=458898 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg Committed: https://crrev.com/a5a3bd2a3fbc8ad67f73133ed599e151f0a203c2 Cr-Commit-Position: refs/heads/master@{#318104}

Patch Set 1 #

Patch Set 2 : suppressions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -4 lines) Patch
M skia/config/SkUserConfig.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M skia/skia_test_expectations.txt View 1 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (11 generated)
reed2
I looked at the ADDOVAL and ADDRRECT cls, and they are clearly huge! Maybe this ...
5 years, 10 months ago (2015-02-15 18:20:12 UTC) #2
f(malita)
On 2015/02/15 18:20:12, reed2 wrote: > I looked at the ADDOVAL and ADDRRECT cls, and ...
5 years, 10 months ago (2015-02-15 18:27:50 UTC) #3
f(malita)
These look like real failures: https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/47033/layout-test-results/fast/canvas/canvas-arc-circumference-fill-diffs.html https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/47033/layout-test-results/fast/canvas/canvas-arc-circumference-diffs.html https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/47033/layout-test-results/fast/canvas/canvas-ellipse-circumference-fill-diffs.html https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/47033/layout-test-results/fast/canvas/canvas-ellipse-circumference-diffs.html
5 years, 10 months ago (2015-02-16 00:43:28 UTC) #4
f(malita)
On 2015/02/16 00:43:28, f(malita) wrote: > These look like real failures: > > https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/47033/layout-test-results/fast/canvas/canvas-arc-circumference-fill-diffs.html > ...
5 years, 10 months ago (2015-02-16 01:54:09 UTC) #5
reed2
On 2015/02/16 01:54:09, f(malita) wrote: > On 2015/02/16 00:43:28, f(malita) wrote: > > These look ...
5 years, 10 months ago (2015-02-16 03:36:19 UTC) #6
f(malita)
After the degenerate arc fix, I think all the remaining diffs are correct: https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/47642/layout-test-results/results.html * ...
5 years, 10 months ago (2015-02-20 16:08:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928853003/20001
5 years, 10 months ago (2015-02-20 16:25:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928853003/20001
5 years, 10 months ago (2015-02-20 16:48:01 UTC) #13
f(malita)
On 2015/02/20 16:48:01, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 10 months ago (2015-02-20 16:49:40 UTC) #14
f(malita)
On 2015/02/20 16:49:40, f(malita) wrote: > On 2015/02/20 16:48:01, I haz the power (commit-bot) wrote: ...
5 years, 10 months ago (2015-02-20 17:00:04 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928853003/20001
5 years, 10 months ago (2015-02-20 17:01:11 UTC) #18
f(malita)
Debug builds are crashing on virtual/gpu/fast/canvas/canvas-largedraws.html: https://storage.googleapis.com/chromium-layout-test-archives/mac_blink_dbg/2733/layout-test-results/virtual/gpu/fast/canvas/canvas-largedraws-crash-log.txt STDERR: [29610:1287:0220/084400:32491938234623:INFO:GrAAConvexPathRenderer.cpp(808)] ../../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp:808: failed assertion "args.fDevBounds.contains(actualBounds)" STDERR: STDERR: ...
5 years, 10 months ago (2015-02-20 18:17:28 UTC) #20
f(malita)
I can repro the crash locally with blink/tools/run_layout_tests.sh --debug virtual/gpu/fast/canvas/canvas-largedraws.html The relevant C2D snippet: ctx ...
5 years, 10 months ago (2015-02-20 18:27:08 UTC) #21
reed1
5 years, 10 months ago (2015-02-20 18:31:57 UTC) #23
reed2
Did we fix the crashers associated with this?
5 years, 10 months ago (2015-02-24 23:19:51 UTC) #24
f(malita)
On 2015/02/24 23:19:51, reed2 wrote: > Did we fix the crashers associated with this? +Greg ...
5 years, 10 months ago (2015-02-24 23:25:01 UTC) #26
f(malita)
On 2015/02/24 23:25:01, f(malita) wrote: > On 2015/02/24 23:19:51, reed2 wrote: > > Did we ...
5 years, 10 months ago (2015-02-25 16:15:02 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928853003/20001
5 years, 10 months ago (2015-02-25 19:26:44 UTC) #29
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-25 20:30:22 UTC) #30
commit-bot: I haz the power
5 years, 10 months ago (2015-02-25 20:31:14 UTC) #31
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a5a3bd2a3fbc8ad67f73133ed599e151f0a203c2
Cr-Commit-Position: refs/heads/master@{#318104}

Powered by Google App Engine
This is Rietveld 408576698