Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
62fb1ba1786863e545c89839b5706ad5151cec15
/
tools
a5783ae
Provides various implementations of Android's SkBitmapRegionDecoder.
by msarett
· 9 years ago
925979f
Make SkGraphics::Term a no-op, stop calling it.
by mtklein
· 9 years ago
189aef7
Create module system for VisualBench
by joshualitt
· 9 years ago
5514321
Minor tweak to visual bench timing
by joshualitt
· 9 years ago
943a462
Minor code cleanup (left over from prior CL)
by robertphillips
· 9 years ago
d34d947
Appurify bot: don't use flags that visualbench doesn't support
by borenet
· 9 years ago
afcd7cd
Rename flag from "distance field" to "device independent."
by bsalomon
· 9 years ago
5e04bcf
Run Appurify bot in release mode
by borenet
· 9 years ago
5ef194c
Suppress embedding fonts when the skp's fonts match the OS fonts.
by caryclark
· 9 years ago
885bf09
skia: add ability to load command_buffer_gles2
by hendrikw
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
60e0fee
Remove include of stdlib.h from SkTypes.h.
by bungeman
· 9 years ago
cf72ed6
Skip scaled_tilemodes_npot on Galaxy S4
by borenet
· 9 years ago
98f7e33
Add buildbot_spec info for Appurify bot
by borenet
· 9 years ago
2f0a728
GMs: change some GMs to use SkImage over SkBitmap
by halcanary
· 9 years ago
99fe822
Use static_assert instead of SK_COMPILE_ASSERT.
by bungeman
· 9 years ago
f3c15b7
Move SkTemplates.h to private.
by bungeman
· 9 years ago
c6ad06a
unsigned -> int for counts and indices in picture-related code
by mtklein
· 9 years ago
5b4a7ab
Adding sucessful exit message to VisualBench
by joshualitt
· 9 years ago
f3bf892
Fix VS 2015 build
by bsalomon
· 9 years ago
73caadf
Try enabling all nanobenches on Nexus7
by egdaniel
· 9 years ago
892b0c3
Add skeleton json support to visualbench
by joshualitt
· 9 years ago
d55d13a
Update BUILD.public a bit.
by mtklein
· 9 years ago
bf3dde2
Clean up BUILD_simulator.py
by halcanary
· 9 years ago
f82c13f
Reland of Fix a few bugs in the google3 sync scripts. (patchset #1 id:1 of https://codereview.chromium.org/1295213002/ )
by benjaminwagner
· 9 years ago
ea4529d
Move normal map creation methods to sk_tools
by robertphillips
· 9 years ago
df5b760
Add a simple script to simulate BUILD file glob() expansion.
by mtklein
· 9 years ago
e349d6b
Revert of Fix a few bugs in the google3 sync scripts. (patchset #1 id:1 of https://codereview.chromium.org/1291343006/ )
by benjaminwagner
· 9 years ago
18af0a0
Fix a few bugs in the google3 sync scripts.
by benjaminwagner
· 9 years ago
787ca87
Add files added to Skia HEAD in google3 to the Git repo.
by benjaminwagner
· 9 years ago
8f4ba76
SkScaledCodec class
by emmaleer
· 9 years ago
dd958e7
Add tools/ubsan.supp.
by Mike Klein
· 9 years ago
dbf9f01
buildbot_spec: Add configuration, do_*_steps, upload_*_results, more env
by borenet
· 9 years ago
2481b8b
buildbot_spec.py: Include dm_flags and nanobench_flags
by borenet
· 9 years ago
7bccca1
buildbot_spec.py: Add Android/ChromeOS device info, add builder_cfg dict
by borenet
· 9 years ago
b76c1f7
Add builder_spec.py
by borenet
· 9 years ago
e0effd6
Allow Srcs to veto Sinks based on their broad type.
by mtklein
· 9 years ago
1818acb
rename portable_typeface_always to portable_typeface
by caryclark
· 9 years ago
3721355
make fontscalar gammatext lcdtext typeface verttext2 gm portable
by caryclark
· 9 years ago
3b0f98e
fix typeface leak
by caryclark
· 9 years ago
e663341
fix typo
by caryclark
· 9 years ago
4cb3003
Coverage: add a trace for not_covered_lines per file
by borenet
· 9 years ago
c3dcb67
make color emoji gm portable
by caryclark
· 9 years ago
9b8d358
Skip imagefiltersclipped GM on Galaxy S4
by borenet
· 9 years ago
6531c36
Generate platform specific fontmgr gm.
by caryclark
· 9 years ago
a6ae14e
Split llvm_coverage_run into two scripts
by borenet
· 9 years ago
a2a6fe8
Some cleanups of VisualBench
by joshualitt
· 9 years ago
5150a77
llvm_coverage_build: Use CC and CXX variables by default
by borenet
· 9 years ago
47d280d
Fix visual bench memory leak
by joshualitt
· 9 years ago
31b21f6
Small fix for visualbench
by joshualitt
· 9 years ago
c1121ef
Stop running image tests on msaa.
by scroggo
· 9 years ago
8a955af
Coverage script: fix missing data
by borenet
· 9 years ago
82874f8
Match works correctly on visualbench
by joshualitt
· 9 years ago
f0c8440
llvm-coverage script: respect SKIA_OUT
by borenet
· 9 years ago
d4fa90f
Fix VisualBench to hold onto a surface
by joshualitt
· 9 years ago
02b5aa3
Fixed valgrind issues with libjpeg-turbo
by msarett
· 9 years ago
f059900
Fix up -Winconsistent-missing-override
by mtklein
· 9 years ago
1c84634
add runtime option to provide data->imagegenerator factory
by reed
· 9 years ago
ef46468
Temporarily suppress valgrind errors in tip of tree libjpeg-turbo
by msarett
· 9 years ago
60c0475
Add tools/flatten to flatten nested pictures in .skps.
by mtklein
· 9 years ago
fc95be1
fix pathops battle test
by caryclark
· 9 years ago
1b24933
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
by mtklein
· 9 years ago
27c8eb8
When three or more edges are coincident, the logic needs
by caryclark
· 9 years ago
334e588
Add nanobench-style JSON output to llvm_coverage_run
by borenet
· 9 years ago
11271fe
Add scripts for running LLVM coverage
by borenet
· 9 years ago
02802f6
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/)
by jvanverth
· 9 years ago
c50acf2
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
by mtklein
· 9 years ago
19fb80e
Revert of Skip SkSharedMutexMultiThreaded test on TSAN bot while investigating. (patchset #1 id:1 of https://codereview.chromium.org/1213033003/)
by herb
· 9 years ago
37cc0b2
Skip SkSharedMutexMultiThreaded test on TSAN bot while investigating.
by mtklein
· 9 years ago
3691e66
Add wrapper script for computing n-grams from SKPs on Cluster Telemetry
by borenet
· 9 years ago
73bb435
Remove default for --images in common flags
by bsalomon
· 9 years ago
16857e4
Use AddStory instead of deprecated AddUserStory
by rmistry
· 9 years ago
8f74c16
Revert of Use page_set_module.PageSet instead of story.StorySet (patchset #1 id:1 of https://codereview.chromium.org/1221553003/)
by rmistry
· 9 years ago
962cc98
Add benchmarkstream to visualbench
by joshualitt
· 9 years ago
91b6f32
Move visualbench to its own folder
by joshualitt
· 9 years ago
7b971f0
Use page_set_module.PageSet instead of story.StorySet
by rmistry
· 9 years ago
dd3b12e
Migrate PageSets to StorySets in buildbot page sets
by rmistry
· 9 years ago
8cd8f94
Add script for triggering Cluster Telemetry jobs using local scripts
by borenet
· 9 years ago
2766c00
remove SkInstCnt
by mtklein
· 9 years ago
e1b8958
Add samplingTime mode to nanobench
by cdalton
· 9 years ago
93558dc
Add lua scripts for generating n-grams from SKPs
by borenet
· 9 years ago
74f681d
Make SkGpuDevice know its alpha type
by bsalomon
· 9 years ago
6205af0
add autotuning to visualbench
by joshualitt
· 9 years ago
702edbd
Propagate SkSurfaceProps to more call sites
by robertphillips
· 9 years ago
871872f
change old picture serialization to really handle images
by reed
· 9 years ago
b8e0b4a
Revert of Disable failing GPU tests on Nexus 6. (patchset #1 id:1 of https://codereview.chromium.org/1185753002/)
by joshualitt
· 9 years ago
241b56d
Allows windowed apps to be built on the Mac just by writing a SkOSWindow subclass without needing nib/plist files.
by bsalomon
· 9 years ago
4c58e08
Remove separate SP enabled SKP run since it is now on by default
by rmistry
· 9 years ago
00b621c
Add sk_parallel_for()
by mtklein
· 9 years ago
45171e2
Load visualbench pictures one at a time.
by bsalomon
· 9 years ago
85ab551
Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow
by bsalomon
· 9 years ago
bf9e600
nanobench: split CPU and GPU .SKP tile sizes.
by mtklein
· 9 years ago
1e7951f
There are still things to sort out but this seems to run correctly.
by bsalomon
· 9 years ago
5042020
Convert PictureRenderer to SkPaintFilterCanvas
by fmalita
· 9 years ago
65cdba6
Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/)
by caryclark
· 9 years ago
f53ce80
call portable font cleanup only once at app end
by caryclark
· 9 years ago
0bdb08b
Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/)
by caryclark
· 9 years ago
be7f768
make gm background colors 565 compatible
by caryclark
· 9 years ago
030dc84
Visual bench on native android
by joshualitt
· 9 years ago
Next »