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

Issue 16325008: "Fix" for megalooper "bug"

Created:
7 years, 6 months ago by robertphillips
Modified:
7 years, 6 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

This removes the penalty for drawing 1x4 style. Running the benches before and after only yielded differences in the noise (so it doesn't appear to slow down the non-looper case). BEFORE: gpu: megalooper_0x0: 300.85 megalooper_1x4: 344.24 megalooper_4x1: 314.13 raster: megalooper_0x0: 92.72 megalooper_1x4: 125.89 megalooper_4x1: 92.44 AFTER: gpu: megalooper_0x0: 298.33 megalooper_1x4: 301.83 megalooper_4x1: 309.00 raster: megalooper_0x0: 92.66 megalooper_1x4: 93.81 megalooper_4x1: 91.49

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -7 lines) Patch
M src/core/SkCanvas.cpp View 2 chunks +9 lines, -7 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
robertphillips
7 years, 6 months ago (2013-06-03 16:21:19 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698