Fix some bugs in our picture tools.
[platform/upstream/libSkiaSharp.git] / tools / PictureRenderer.cpp
2012-10-01 scroggo@google.comFix some bugs in our picture tools.
2012-09-20 scroggo@google.comIn render_pictures tiled rendering, draw a separate...
2012-09-20 scroggo@google.comIn bench_pictures, use a pool of tiles for multicore...
2012-09-18 scroggo@google.comReuse one canvas for every tile in bench_pictures ...
2012-09-10 rileya@google.comFix ordering of initializer list to fix compiler compla...
2012-09-07 scroggo@google.comReport data from bench_pictures in the same fashion...
2012-09-06 robertphillips@goo... Fixed Windows compiler complaints (esp. in debugger)
2012-08-31 scroggo@google.comFix windows build of tools.
2012-08-31 scroggo@google.comRename my DeferredPipeController to not conflict with...
2012-08-31 scroggo@google.comPerform multi core rendering in bench_pictures.
2012-08-29 rileya@google.comFix uninitialized values in bench_pictures' tiled renderer.
2012-08-23 keyar@chromium.orgImplemented power of two tiling.
2012-08-23 keyar@chromium.orgChanged how tiles are copied to the master canvas.
2012-08-21 keyar@chromium.orgImages are written by PictureRenderer and not render_pi...
2012-08-20 keyar@chromium.orgRemoved the TileInfo struct used in TiledPictureRenderer.
2012-08-20 keyar@chromium.orgAdded copyright notice to PictureRenderer.cpp
2012-08-20 keyar@chromium.orgflush() and glFinish() are now in the timed area of...
2012-08-20 keyar@chromium.orgFixed up SK_SUPPORT_GPU flags.
2012-08-20 keyar@chromium.orgAdded some assertions.
2012-08-20 keyar@chromium.orgRemove fBitmap delete. Tile bitmaps are no longer kept...
2012-08-20 keyar@chromium.orgThe tiles are properly reset.
2012-08-20 keyar@chromium.orgTiledPictureRenderer now has tiles accelerated when...
2012-08-20 keyar@chromium.orgState reset and gpu timers added.
2012-08-20 keyar@chromium.orgChanged to Yoda style comparisons where appropriate.
2012-08-20 keyar@chromium.orgThe GrContext and the GrFactoryContext are now kept...
2012-08-20 keyar@chromium.orgDirty commit so Brian can see changes.
2012-08-15 robertphillips@goo... Addressed Windows compiler complaints
2012-08-07 keyar@chromium.orgRefactored the bitmap creation into PictureRenderer.
2012-08-01 keyar@chromium.orgMerged bench_pictures and render_pictures rendering...
2012-07-27 keyar@chromium.orgAdded an option to specify the tiling size to render_pi...
2012-07-26 robertphillips@goo... Windows compiler complaint cleanup
2012-07-26 keyar@chromium.orgChanged to a class based method in passing around the...