index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
PictureRenderer.cpp
Commit message (
Expand
)
Author
Age
*
Make output path to render_pictures optional
borenet@google.com
2012-10-26
*
Fix a warning.
scroggo@google.com
2012-10-11
*
Allow render_pictures to render using multiple threads.
scroggo@google.com
2012-10-03
*
Fix some bugs in our picture tools.
scroggo@google.com
2012-10-01
*
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
*
Fix ordering of initializer list to fix compiler complaints.
rileya@google.com
2012-09-10
*
Report data from bench_pictures in the same fashion as bench.
scroggo@google.com
2012-09-07
*
Fixed Windows compiler complaints (esp. in debugger)
robertphillips@google.com
2012-09-06
*
Fix windows build of tools.
scroggo@google.com
2012-08-31
*
Rename my DeferredPipeController to not conflict with the other.
scroggo@google.com
2012-08-31
*
Perform multi core rendering in bench_pictures.
scroggo@google.com
2012-08-31
*
Fix uninitialized values in bench_pictures' tiled renderer.
rileya@google.com
2012-08-29
*
Implemented power of two tiling.
keyar@chromium.org
2012-08-23
*
Changed how tiles are copied to the master canvas.
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
*
Added copyright notice to PictureRenderer.cpp
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
*
Added some assertions.
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
*
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
*
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
*
Addressed Windows compiler complaints
robertphillips@google.com
2012-08-15
*
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
*
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