Go to file
cdalton e6d2024c68 Flush GrContext between benchmark draw loops
This change updates a small subset of benchmarks to flush the GrContext
between draw loops (specifically SKP benchmarks, SampleApp, and the
warmup in visualbench). This helps improve timing accuracy by not
allowing the gpu to batch across draw boundaries in the affected
benchmarks.

BUG=skia:

Review URL: https://codereview.chromium.org/1427533002
2015-10-26 13:45:29 -07:00
animations
bench Flush GrContext between benchmark draw loops 2015-10-26 13:45:29 -07:00
bin
cmake CMake: exclude SkOSLibrary_posix.cpp on Windows too. 2015-10-26 08:41:10 -07:00
debugger Get debugger compiling again 2015-10-26 09:28:12 -07:00
dm Simplify linkages to Android framework internals 2015-10-26 07:21:32 -07:00
example Move functions from SkGr to SkGrPriv.h 2015-10-09 13:36:42 -07:00
experimental
forth
gm fix for teeny strokes 2015-10-26 08:17:04 -07:00
gyp Get debugger compiling again 2015-10-26 09:28:12 -07:00
include Fix ClipMaskManager's SW-fallback logic 2015-10-26 08:33:10 -07:00
infra
platform_tools Fix visualbench exiting on startup on android 2015-10-26 12:00:42 -07:00
resources SkPDF: fall back on paths for unembeddable fonts. 2015-10-12 13:05:04 -07:00
samplecode Flush GrContext between benchmark draw loops 2015-10-26 13:45:29 -07:00
site Add docs on how to install iOS test tools 2015-10-16 11:47:37 -07:00
src Enable BUILD file compilation of skia and dm with --config=android_arm. 2015-10-26 10:46:25 -07:00
tests SkRecord refactor: fill bounds array instead of BBH directly 2015-10-24 07:45:47 -07:00
third_party
tools Flush GrContext between benchmark draw loops 2015-10-26 13:45:29 -07:00
.gitignore
AUTHORS
BUILD.public Enable BUILD file compilation of skia and dm with --config=android_arm. 2015-10-26 10:46:25 -07:00
codereview.settings
CONTRIBUTING
CQ_COMMITTERS
DEPS
Doxyfile
gyp_skia
gyp_skia.py
LICENSE Include resources directory in google3 sync. 2015-10-20 13:00:48 -07:00
make.bat
make.py
Makefile
OWNERS
PRESUBMIT.py
README
README.chromium
skia.gyp
SKP_VERSION Update SKP version 2015-10-25 00:29:20 -07:00
whitespace.txt Whitespace change to test CQ waiting for l-g-t-m 2015-10-13 04:44:40 -07:00

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

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