index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
SkDeferredCanvas.cpp
Commit message (
Expand
)
Author
Age
*
Adding optimization to avoid image copy in SkSurface copy on write when conte...
commit-bot@chromium.org
2013-04-22
*
Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer.
junov@chromium.org
2013-04-15
*
Fixing viral copy/paste typo Shapshot -> Snapshot
junov@chromium.org
2013-04-12
*
Adding SkSurface support to SkDeferredCanvas
junov@chromium.org
2013-04-12
*
Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv
junov@chromium.org
2013-01-24
*
Expose geometry and gamma on device.
bungeman@google.com
2013-01-22
*
fix warnings
reed@google.com
2013-01-07
*
Fixing clip region test in deferred canvas, used to determine whether a draw ...
junov@chromium.org
2012-12-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-13
*
revert 6766, thereby re-landing 6762-6763 now that the bots are ready
reed@google.com
2012-12-12
*
revert 6762-6763, since those require new skps to be generated, and we can't
reed@google.com
2012-12-12
*
make RRect and Oval first-class drawing primitives in SkCanvas.
reed@google.com
2012-12-12
*
Simple change to remove unnecessary #define statement.
sugoi@google.com
2012-11-21
*
Deferred canvas can now be flushed if an image is beyond a certain size to av...
sugoi@google.com
2012-11-21
*
Eliminating implicit conversion from enum to bool. Fixes compiler warning
junov@chromium.org
2012-10-30
*
Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source ...
junov@chromium.org
2012-10-11
*
Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...
bsalomon@google.com
2012-10-10
*
Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...
robertphillips@google.com
2012-10-09
*
Remove gainFocus() and setMatrixClip() virtuals from SkDevice.
bsalomon@google.com
2012-10-09
*
Adding virtual method to SkDeferredCanvas::NotificationClient for signaling w...
junov@google.com
2012-10-01
*
Adding hasPendingCommands API method to SkDeferredCanvas
junov@chromium.org
2012-09-20
*
Fixing how deferred canvas purges itself when a clear is recoreded.
junov@chromium.org
2012-09-20
*
Adding a silent playback option to SkGPipeRead
junov@chromium.org
2012-09-20
*
Renaming a couple methods in SkDeferredCanvas.cpp to improve readability
junov@chromium.org
2012-09-19
*
re-re-land 5578
reed@google.com
2012-09-18
*
revert 5580
reed@google.com
2012-09-18
*
re-land 5578 w/ pipe fix
reed@google.com
2012-09-18
*
revert 5578 -- broke pipe
reed@google.com
2012-09-18
*
Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This
reed@google.com
2012-09-18
*
Shut up some Mac (xcode 3) warnings
bsalomon@google.com
2012-09-05
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Stop refcounting SkDeferredCanvas::NotificationClient
junov@chromium.org
2012-08-20
*
Cleaning up deprecated API in SkDeferredCanvas
junov@chromium.org
2012-08-17
*
Fixing a deferred canvas optimization that purges pending draws when the canv...
junov@chromium.org
2012-08-15
*
Augmenting SkDeferredCanvas notification interface to signal flushes and memo...
junov@chromium.org
2012-08-14
*
Moving DeferredDevice and DeferredGPipeController classes out of the deferred...
junov@chromium.org
2012-08-07
*
Style correction: sprinkling "this->" in SkDeferredCanvas.cpp
junov@chromium.org
2012-08-07
*
Removing the SkPicture backend from SkDeferredCanvas code
junov@chromium.org
2012-08-07
*
Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter...
junov@chromium.org
2012-08-07
*
Prevent deferred canvases from recording draw operations that use an SkPaint ...
junov@chromium.org
2012-07-31
*
Always store pixels of mutable bitmaps when recording a SkPicture.
djsollen@google.com
2012-07-27
*
Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.
scroggo@google.com
2012-07-26
*
Fixing canvas writePixels malfunctioning with SkDeferredCanvas with SkGPipe b...
junov@chromium.org
2012-07-25
*
Refactoring how SkDeferredCanvas manages mutable bitmaps
junov@chromium.org
2012-07-25
*
Fix unbound memory consumption problem with run away deferred canvases.
junov@chromium.org
2012-07-23
*
Refactoring SkDeferredCanvas to use SkGPipe.
junov@chromium.org
2012-07-18
*
Ensure that SkDeferredCanvas::onCreateCompatibleDevice unrefs its temp device.
scroggo@google.com
2012-07-03
*
more SkInstCnt plumbing
reed@google.com
2012-06-26
*
Adding option to serialize mutable bitmaps in SkPicture
junov@chromium.org
2012-06-01
*
reverting r3268 because of test failures
junov@chromium.org
2012-02-28
[next]