index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
CanvasTest.cpp
Commit message (
Expand
)
Author
Age
*
SaveFlags be-gone
Florin Malita
2014-06-30
*
don't create explicit bitmapdevice when not needed
reed
2014-06-26
*
Remove picture pre-allocation from SkPictureRecorder
robertphillips
2014-06-11
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
remove SkBounder -- unused and unloved
reed
2014-06-03
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
commit-bot@chromium.org
2014-05-29
*
setConfig -> setInfo
commit-bot@chromium.org
2014-05-29
*
First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture
commit-bot@chromium.org
2014-04-23
*
Staging for cleanup of SkPicture-related headers
robertphillips@google.com
2014-04-18
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-18
*
Staged removal of SkPicture-derived classes
commit-bot@chromium.org
2014-04-17
*
split SkPictureRecorder out of SkPicture
robertphillips@google.com
2014-04-13
*
Remove SkCanvas matrix ops return value.
commit-bot@chromium.org
2014-03-18
*
hide getTotalClip, so we can eventually remove it
commit-bot@chromium.org
2014-03-08
*
Once Chromium starts holding on to paths and we can actually reuse cached pat...
commit-bot@chromium.org
2014-03-07
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-28
*
add SkCanvas::NewRaster factory -- a very common use-case in chrome
commit-bot@chromium.org
2014-02-27
*
Store SkRRects in SkClipStack
commit-bot@chromium.org
2014-02-16
*
replace setConfig+allocPixels with alloc-or-install-pixels
commit-bot@chromium.org
2014-02-13
*
remove (unused by chrome) SkDeferredCanvas(device) factory signature
reed@google.com
2014-02-04
*
No deduping dictionaries for matrices and regions.
commit-bot@chromium.org
2014-01-23
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
More clang warning fixes.
commit-bot@chromium.org
2013-10-21
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Removing deprecated constructors and setDevice from SkDeferredCanvas
commit-bot@chromium.org
2013-08-09
*
First pass at Comment API
robertphillips@google.com
2013-05-29
*
Changing SkDeferredCanvas to use factories for creation
junov@chromium.org
2013-05-28
*
Tests : Unused parameters cleanup
sugoi@google.com
2013-02-27
*
Update CanvasTest to do elementary tests for PDF too.
edisonn@google.com
2012-10-18
*
Remove external matrix feature.
bsalomon@google.com
2012-10-08
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-21
*
Adding a silent playback option to SkGPipeRead
junov@chromium.org
2012-09-20
*
Implement multi-threaded picture playback via cloning.
djsollen@google.com
2012-08-29
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...
reed@google.com
2012-08-16
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
Refactor Bitmap Storage for SkPicture using SkPipe's design.
djsollen@google.com
2012-08-07
*
Moving DeferredDevice and DeferredGPipeController classes out of the deferred...
junov@chromium.org
2012-08-07
*
Removing the SkPicture backend from SkDeferredCanvas code
junov@chromium.org
2012-08-07
*
Fixing leak of SkPixelRef object in CanvasTest
junov@chromium.org
2012-08-02
*
Always store pixels of mutable bitmaps when recording a SkPicture.
djsollen@google.com
2012-07-27
*
Adding new steps to Canvas unit test to validate that the deferred
junov@chromium.org
2012-07-20
*
Improving CanvasTest to verify that the destination canvas of an SkDeferredCa...
junov@chromium.org
2012-07-18
*
Adding bracketing save/restore calls to SkPicture at record time and
junov@chromium.org
2012-07-16
*
Cleanup restore offsets at end of SkPicture recording
junov@chromium.org
2012-07-12
*
Change SkFlatData to have a sentinel value, allowing the Compare function to
reed@google.com
2012-07-10
[next]