index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
PictureRenderer.h
Commit message (
Expand
)
Author
Age
*
In render_pictures tiled rendering, draw a separate PNG for each tile.
scroggo@google.com
2012-09-20
*
In bench_pictures, use a pool of tiles for multicore drawing.
scroggo@google.com
2012-09-20
*
Reuse one canvas for every tile in bench_pictures (in single threaded mode).
scroggo@google.com
2012-09-18
*
Added GPU resource cache stats printing to render_pictures
robertphillips@google.com
2012-09-13
*
Report data from bench_pictures in the same fashion as bench.
scroggo@google.com
2012-09-07
*
Perform multi core rendering in bench_pictures.
scroggo@google.com
2012-08-31
*
Implemented power of two tiling.
keyar@chromium.org
2012-08-23
*
Images are written by PictureRenderer and not render_pictures_main.
keyar@chromium.org
2012-08-21
*
Removed the TileInfo struct used in TiledPictureRenderer.
keyar@chromium.org
2012-08-20
*
flush() and glFinish() are now in the timed area of rendering.
keyar@chromium.org
2012-08-20
*
Added the option to enable GPU rendering on render_ and bench_pictures.
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
*
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
*
Refactored the bitmap creation into PictureRenderer.
keyar@chromium.org
2012-08-07
*
Merged bench_pictures and render_pictures rendering methods.
keyar@chromium.org
2012-08-01
*
Added an option to specify the tiling size to render_pictures.
keyar@chromium.org
2012-07-27
*
Changed to a class based method in passing around the rendering method for re...
keyar@chromium.org
2012-07-26