Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
c7448cef098b835d6f9adf8a365fde9de076f178
/
tools
5a7c6be
Add the ability to provide function pointers to SkPicture serialization
by scroggo@google.com
· 12 years ago
c7e4a5a
Created filter command line tool
by robertphillips@google.com
· 12 years ago
b6e806b
Allow render_pictures to render using multiple threads.
by scroggo@google.com
· 12 years ago
868e1f6
fix return value for render_pictures
by caryclark@google.com
· 12 years ago
5987f58
build iOS with 'make all'
by caryclark@google.com
· 12 years ago
b4773b4
Fix some bugs in our picture tools.
by scroggo@google.com
· 12 years ago
c6157be
Pinspect and bench_pictures are crashing when invoked with no arguments.
by fmalita@google.com
· 12 years ago
71f0f8e
Fix update-doxygen (again)
by borenet@google.com
· 12 years ago
72e3403
Fix update-doxygen, which fails when skia-autogen is reset
by borenet@google.com
· 12 years ago
e0e71af
Remove unused includes from skhello tool.
by tfarina@chromium.org
· 12 years ago
3686c9d
Fix a warning in PictureBenchmark.
by scroggo@google.com
· 12 years ago
2d2b9a0
Remove automatic resizing in *_pictures
by borenet@google.com
· 12 years ago
81f9d2e
In render_pictures tiled rendering, draw a separate PNG for each tile.
by scroggo@google.com
· 12 years ago
bcdf2ec
In bench_pictures, use a pool of tiles for multicore drawing.
by scroggo@google.com
· 12 years ago
57837bf
Skip empty directories and input files not ending in .skp in *_pictures
by borenet@google.com
· 12 years ago
acfb30e
Reuse one canvas for every tile in bench_pictures (in single threaded mode).
by scroggo@google.com
· 12 years ago
13fd5a1
Set DEFAULT_REPEATS to 1
by borenet@google.com
· 12 years ago
66bcbd1
Check for invalid SkPictures
by borenet@google.com
· 12 years ago
3a8b0d8
Scale even smaller in bench_pictures to get things green
by borenet@google.com
· 12 years ago
e21795e
Enable automatic rescaling in bench_pictures
by borenet@google.com
· 12 years ago
1d225f2
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
a49bffd
Do not exit on failure to open logFile
by borenet@google.com
· 12 years ago
e04e92b
To avoid running out of memory, we rescale very large pictures before we
by reed@google.com
· 12 years ago
163c84b
Added GPU resource cache stats printing to render_pictures
by robertphillips@google.com
· 12 years ago
5239c32
Add -logPerIter, -timers, and -min to bench_pictures.
by scroggo@google.com
· 12 years ago
7c961e9
Baseline DirectWrite.
by bungeman@google.com
· 12 years ago
0a36f43
Init graphics in bench_pictures.
by scroggo@google.com
· 12 years ago
a04dc02
Fix ordering of initializer list to fix compiler complaints.
by rileya@google.com
· 12 years ago
03fcee8
Add per-picture logging to render_pictures
by borenet@google.com
· 12 years ago
10ef79e
Fix render_pictures for skia_static_initializers=0
by borenet@google.com
· 12 years ago
f5ad077
download_baselines: allow user to select which builder's images to download
by epoger@google.com
· 12 years ago
9a41252
Report data from bench_pictures in the same fashion as bench.
by scroggo@google.com
· 12 years ago
94acc70
Fixed Windows compiler complaints (esp. in debugger)
by robertphillips@google.com
· 12 years ago
100abf4
Shut up some Mac (xcode 3) warnings
by bsalomon@google.com
· 12 years ago
6bc8cf8
Fix windows build of tools.
by scroggo@google.com
· 12 years ago
11f8692
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
8e073ba
Rename my DeferredPipeController to not conflict with the other.
by scroggo@google.com
· 12 years ago
58b4ead
Perform multi core rendering in bench_pictures.
by scroggo@google.com
· 12 years ago
b1d47e2
add --dump-ops option to pinspect, which will invoke SkDumpCanvas on the picture(s)
by reed@google.com
· 12 years ago
ed01f12
Adding checkboxes to skdiff output so a user can select a subset of images to rebaseline.
by jkleinert@google.com
· 12 years ago
b947b91
Fix uninitialized values in bench_pictures' tiled renderer.
by rileya@google.com
· 12 years ago
edfbff6
Change picture record benchmark to include begin/end record in timings and make the source picture draw itself into record canvas, so it records the draws instead of directly copying the picture.
by rileya@google.com
· 12 years ago
3578eb7
Move gm baselines from trunk/gm to gm-expected
by borenet@google.com
· 12 years ago
91ee3a1
Added second "truncated" cpu/wall timer to bench
by robertphillips@google.com
· 12 years ago
405ebbc
Script to help cycle skia-autogen
by borenet@google.com
· 12 years ago
6e59e49
Rebaseline for r5280.
by bungeman@google.com
· 12 years ago
0032407
Created to fix http://code.google.com/p/skia/issues/detail?id=817 : UpdateDoxygen step does not fail when Doxygen step fails.
by rmistry@google.com
· 12 years ago
e599ab7
Updated options for test_picturs.py to match new option in render_pictures.
by keyar@chromium.org
· 12 years ago
f4959ab
Implemented power of two tiling.
by keyar@chromium.org
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
ea82695
Changed how tiles are copied to the master canvas.
by keyar@chromium.org
· 12 years ago
3de7b21
Fix bug in tools/sanitize_source_files.py
by rmistry@google.com
· 12 years ago
b1faddf
The script does the following:
by rmistry@google.com
· 12 years ago
9299ede
Images are written by PictureRenderer and not render_pictures_main.
by keyar@chromium.org
· 12 years ago
db9a5fb
Benchmark results will now print to STDOUT if on not-Android.
by keyar@chromium.org
· 12 years ago
da652c2
Removed the TileInfo struct used in TiledPictureRenderer.
by keyar@chromium.org
· 12 years ago
b3fb7c1
Added copyright notice to PictureRenderer.cpp
by keyar@chromium.org
· 12 years ago
f0fed9f
test_pictures.py will now look for render_pictures.exe and skdiff.exe
by keyar@chromium.org
· 12 years ago
28136b3
flush() and glFinish() are now in the timed area of rendering.
by keyar@chromium.org
· 12 years ago
a40c20d
Fixed up SK_SUPPORT_GPU flags.
by keyar@chromium.org
· 12 years ago
378c97f
Deleted timer for record and unflatten benchmarks.
by keyar@chromium.org
· 12 years ago
bffacc0
Added some assertions.
by keyar@chromium.org
· 12 years ago
c81686c
Added the option to enable GPU rendering on render_ and bench_pictures.
by keyar@chromium.org
· 12 years ago
6cb110b
Remove fBitmap delete. Tile bitmaps are no longer kept around.
by keyar@chromium.org
· 12 years ago
275be53
The tiles are properly reset.
by keyar@chromium.org
· 12 years ago
a474ce3
TiledPictureRenderer now has tiles accelerated when appropiate.
by keyar@chromium.org
· 12 years ago
941844b
Changed new and delete to SkNEW* and SkDELETE as appropriate.
by keyar@chromium.org
· 12 years ago
f8a513f
resetState is called between every benchmark run.
by keyar@chromium.org
· 12 years ago
77a5522
State reset and gpu timers added.
by keyar@chromium.org
· 12 years ago
78a35c5
Changed to Yoda style comparisons where appropriate.
by keyar@chromium.org
· 12 years ago
fe6391a
Have GPU based approach workingish.
by keyar@chromium.org
· 12 years ago
02dfb12
Minor whitespace change.
by keyar@chromium.org
· 12 years ago
0612564
The GrContext and the GrFactoryContext are now kept around.
by keyar@chromium.org
· 12 years ago
4ea96c5
Dirty commit so Brian can see changes.
by keyar@chromium.org
· 12 years ago
71329d8
skdiff: recurse over subdirectories, unless --norecurse option is given
by epoger@google.com
· 12 years ago
5d8d186
Addressed Windows compiler complaints
by robertphillips@google.com
· 12 years ago
8afae61
Clean up most clang warnings outside animator/
by tomhudson@google.com
· 12 years ago
21ecba8
skdiff: clean up isPathAbsolute check for Windows
by epoger@google.com
· 12 years ago
9d696c0
Refactored the bitmap creation into PictureRenderer.
by keyar@chromium.org
· 12 years ago
795cd47
render_pictures and bench_pictures now use a --mode parameter.
by keyar@chromium.org
· 12 years ago
163b567
Merged bench_pictures and render_pictures rendering methods.
by keyar@chromium.org
· 12 years ago
f1478f8
Fix skdiff when using windows path that begins with a drive letter
by bsalomon@google.com
· 12 years ago
cc6e5ef
Added an option to specify the tiling size to render_pictures.
by keyar@chromium.org
· 12 years ago
4a6ba46
Update list of platforms to rebaseline
by epoger@google.com
· 12 years ago
fc91dc7
Windows compiler complaint cleanup
by robertphillips@google.com
· 12 years ago
451bb9f
Changed to a class based method in passing around the rendering method for render_pictures.
by keyar@chromium.org
· 12 years ago
472b379
render_pictures can now do tiling based rendering.
by keyar@chromium.org
· 12 years ago
3af4ff4
skdiff output: indicate which result types would cause failure
by epoger@google.com
· 12 years ago
855cd7a
Update download_baselines.py
by borenet@google.com
· 12 years ago
a8a977a
Update docs and trunk dirs if they exist overriding any local merge conflicts.
by rmistry@google.com
· 12 years ago
21e3ed2
bench_pictures now has an option for benchmarking record time.
by keyar@chromium.org
· 12 years ago
2865988
skdiff: cap return value at 255 to avoid automatic 'wrapping' (%256) of return value
by epoger@google.com
· 12 years ago
a2333d9
Added pipe as a rendering option for render_pictures.
by keyar@chromium.org
· 12 years ago
dfbf24e
skdiff: replace --failonmismatches with repeatable --failonresult option
by epoger@google.com
· 12 years ago
3cbbb54
Mac build fix for Keyar. Unreviewed.
by senorblanco@chromium.org
· 12 years ago
1cbd47c
Preparations for adding options and different render types to render_pictures.
by keyar@chromium.org
· 12 years ago
3e8483e
Benchmark tiling now better reflects how it is done in Chrome.
by keyar@chromium.org
· 12 years ago
c665832
update-doxygen.sh: update local copy of workspace rather than checking it out fresh every time
by epoger@google.com
· 12 years ago
b5e30ab
Changed cmsecs to msecs to be consistent with bench.
by keyar@chromium.org
· 12 years ago
4916971
Added a benchmark for measuring picture unflattening time.
by keyar@chromium.org
· 12 years ago
Next »