index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
*
test_pictures.py will now look for render_pictures.exe and skdiff.exe
keyar@chromium.org
2012-08-20
*
flush() and glFinish() are now in the timed area of rendering.
keyar@chromium.org
2012-08-20
*
Fixed up SK_SUPPORT_GPU flags.
keyar@chromium.org
2012-08-20
*
Deleted timer for record and unflatten benchmarks.
keyar@chromium.org
2012-08-20
*
Added some assertions.
keyar@chromium.org
2012-08-20
*
Added the option to enable GPU rendering on render_ and bench_pictures.
keyar@chromium.org
2012-08-20
*
Remove fBitmap delete. Tile bitmaps are no longer kept around.
keyar@chromium.org
2012-08-20
*
The tiles are properly reset.
keyar@chromium.org
2012-08-20
*
TiledPictureRenderer now has tiles accelerated when appropiate.
keyar@chromium.org
2012-08-20
*
Changed new and delete to SkNEW* and SkDELETE as appropriate.
keyar@chromium.org
2012-08-20
*
resetState is called between every benchmark run.
keyar@chromium.org
2012-08-20
*
State reset and gpu timers added.
keyar@chromium.org
2012-08-20
*
Changed to Yoda style comparisons where appropriate.
keyar@chromium.org
2012-08-20
*
Have GPU based approach workingish.
keyar@chromium.org
2012-08-20
*
Minor whitespace change.
keyar@chromium.org
2012-08-20
*
The GrContext and the GrFactoryContext are now kept around.
keyar@chromium.org
2012-08-20
*
Dirty commit so Brian can see changes.
keyar@chromium.org
2012-08-20
*
skdiff: recurse over subdirectories, unless --norecurse option is given
epoger@google.com
2012-08-16
*
Addressed Windows compiler complaints
robertphillips@google.com
2012-08-15
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
skdiff: clean up isPathAbsolute check for Windows
epoger@google.com
2012-08-08
*
Refactored the bitmap creation into PictureRenderer.
keyar@chromium.org
2012-08-07
*
render_pictures and bench_pictures now use a --mode parameter.
keyar@chromium.org
2012-08-02
*
Merged bench_pictures and render_pictures rendering methods.
keyar@chromium.org
2012-08-01
*
Fix skdiff when using windows path that begins with a drive letter
bsalomon@google.com
2012-07-30
*
Added an option to specify the tiling size to render_pictures.
keyar@chromium.org
2012-07-27
*
Update list of platforms to rebaseline
epoger@google.com
2012-07-27
*
Windows compiler complaint cleanup
robertphillips@google.com
2012-07-26
*
Changed to a class based method in passing around the rendering method for re...
keyar@chromium.org
2012-07-26
*
render_pictures can now do tiling based rendering.
keyar@chromium.org
2012-07-20
*
skdiff output: indicate which result types would cause failure
epoger@google.com
2012-07-19
*
Update download_baselines.py
borenet@google.com
2012-07-18
*
Update docs and trunk dirs if they exist overriding any local merge conflicts.
rmistry@google.com
2012-07-17
*
bench_pictures now has an option for benchmarking record time.
keyar@chromium.org
2012-07-16
*
skdiff: cap return value at 255 to avoid automatic 'wrapping' (%256) of retur...
epoger@google.com
2012-07-16
*
Added pipe as a rendering option for render_pictures.
keyar@chromium.org
2012-07-16
*
skdiff: replace --failonmismatches with repeatable --failonresult option
epoger@google.com
2012-07-13
*
Mac build fix for Keyar. Unreviewed.
senorblanco@chromium.org
2012-07-13
*
Preparations for adding options and different render types to render_pictures.
keyar@chromium.org
2012-07-13
*
Benchmark tiling now better reflects how it is done in Chrome.
keyar@chromium.org
2012-07-13
*
update-doxygen.sh: update local copy of workspace rather than checking it out...
epoger@google.com
2012-07-12
*
Changed cmsecs to msecs to be consistent with bench.
keyar@chromium.org
2012-07-12
*
Added a benchmark for measuring picture unflattening time.
keyar@chromium.org
2012-07-12
*
rename NO_ERROR to kNoError, because Windows defines a NO_ERROR macro elsewhere
epoger@google.com
2012-07-12
*
skdiff: add --failonmismatches and --listfilename options, plus cleanup
epoger@google.com
2012-07-12
*
Each benchmark that needs a bitmap will now make its own.
keyar@chromium.org
2012-07-10
*
bench_pictures can now take percentages for tiling width and height.Review UR...
keyar@chromium.org
2012-07-10
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
bench_pictures will now output the number of tiles for a tiled benchmark.
keyar@chromium.org
2012-07-10
*
skdiff now has the option to not print out the directories it is using.
keyar@chromium.org
2012-07-09
[next]