Go to file
Robert Phillips 2a2d732c39 Revert "Always explicitly allocate except in Android Framework (take 2)"
This reverts commit 88b93da63d.

Reason for revert: Chrome

Original change's description:
> Always explicitly allocate except in Android Framework (take 2)
> 
> This will turn on explicit allocation (w/o opList sorting) in Chrome. It leaves the old allocation system in place in Android Framework and some of Skia's older bots.
> 
> We want:
>   Flutter and Chrome to always explicitly allocate but not sort opLists outside of DDLs
>   Android to never explicitly allocate and, thus, automatically never sort opLists
> 
> This cannot land until after the following Chrome CL lands:
> 
> https://chromium-review.googlesource.com/c/chromium/src/+/1516096 (Disable opList sorting within Skia)
> 
> 
> Change-Id: Ic7d6a1a77a08f2fe42324773f62cccf8175ab3d7
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199931
> Reviewed-by: Brian Salomon <bsalomon@google.com>
> Commit-Queue: Robert Phillips <robertphillips@google.com>

TBR=bsalomon@google.com,robertphillips@google.com

Change-Id: Ida481ee9833d6db366b3d315fb4e9850d7c005ab
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200506
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-12 16:29:43 +00:00
animations
bench Make mixed samples detection automatic 2019-03-05 21:27:15 +00:00
bin tools: bin/sync just alias for git-sync-deps now 2019-02-22 20:05:05 +00:00
dm Add flag to check that F16Norm pixels are clamped properly 2019-03-11 16:09:31 +00:00
docker [particles] Turn on CI/CD for particles.skia.org 2019-03-12 16:29:42 +00:00
docs fix docs for fitsInBytes 2019-03-01 16:48:59 +00:00
example Reduce usage of SkCanvas::flush 2019-03-04 22:09:39 +00:00
experimental [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
fuzz Add input length check when fuzzing 2019-03-11 20:08:07 +00:00
gm Remove SkToSRGBColorFilter (now unused) 2019-03-12 13:19:28 +00:00
gn Revert "Always explicitly allocate except in Android Framework (take 2)" 2019-03-12 16:29:43 +00:00
include Revert "Always explicitly allocate except in Android Framework (take 2)" 2019-03-12 16:29:43 +00:00
infra Roll recipe dependencies (trivial). 2019-03-12 13:22:28 +00:00
modules [pathkit] Clean up perf/test init 2019-03-12 13:46:41 +00:00
platform_tools SkQP: android.support.test -> androidx.test 2019-02-18 17:50:38 +00:00
resources [particles] Clean up build - remove test deps 2019-03-05 20:44:10 +00:00
samplecode Handle arbitrary and degenerate quadrilaterals in GrQuadPerEdgeAA 2019-03-11 20:04:03 +00:00
site update milestones to 2019 dates 2019-03-11 18:39:21 +00:00
src Revert "Always explicitly allocate except in Android Framework (take 2)" 2019-03-12 16:29:43 +00:00
tests Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." 2019-03-12 13:37:21 +00:00
third_party Roll skia/third_party/skcms c6c0aae921ea..04a7830913b3 (1 commits) 2019-03-11 22:30:22 +00:00
tools Revert "Always explicitly allocate except in Android Framework (take 2)" 2019-03-12 16:29:43 +00:00
.clang-format .clang-format: Don't force break after > in template declarations 2018-12-21 14:20:57 +00:00
.clang-tidy add google-build-namespaces to clang-tidy checks 2018-12-12 16:33:59 +00:00
.gitignore Add script to pull svgs to svgs/ and add to .gitignore 2018-08-31 20:02:24 +00:00
.gn Basic standalone GN configs. 2016-07-21 12:25:45 -07:00
AUTHORS [Viewer] Set the current slide first before attaching the fBackendType to fWindow. 2019-02-26 14:21:55 +00:00
BUILD.gn Add oss-fuzz compatible fuzzers for sksl2* 2019-03-11 15:54:01 +00:00
codereview.settings Make uploading to Gerrit the default for Skia 2016-11-09 19:07:56 +00:00
CONTRIBUTING
CQ_COMMITTERS Moved committer list to chrome-infra-auth and deleted it from the repo 2015-09-02 13:37:54 -07:00
DEPS Roll third_party/externals/swiftshader abb57857c536..6193cb187e4a (1 commits) 2019-03-12 14:27:58 +00:00
LICENSE BUG=skia:5602 2016-09-02 11:19:34 -07:00
OWNERS add OWNERS file 2017-12-01 19:50:19 +00:00
PRESUBMIT.py Add new recipe autoroller service account to list of recognized accounts 2019-03-12 13:00:58 +00:00
public.bzl SkShaper/public.bzl fix 2019-02-22 20:57:07 +00:00
README
README.chromium
whitespace.txt [infra] Marker for IntelBayTrail BIOS update. 2018-09-17 16:47:35 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.