index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
DeferredCanvasTest.cpp
Commit message (
Expand
)
Author
Age
*
Use factories instead of directly creating SkImageInfo.
bungeman@google.com
2014-02-17
*
replace setConfig+allocPixels with alloc-or-install-pixels
commit-bot@chromium.org
2014-02-13
*
remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface
reed@google.com
2014-02-05
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-05
*
fix int->scalar warning
reed@google.com
2014-02-04
*
remove (unused by chrome) SkDeferredCanvas(device) factory signature
reed@google.com
2014-02-04
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Add a DEF_GPUTEST() macro.
tfarina@chromium.org
2014-01-10
*
"Fix" another crash in DeferredCanvasTest on valgrind bot
robertphillips@google.com
2013-11-13
*
"Fix" another crash on valgrind bot
robertphillips@google.com
2013-11-12
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
promote SkImage::AlphaType to SkAlphaType
reed@google.com
2013-09-20
*
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-06
*
Fixing SkDeferredCanvas::writePixels to trigger appropriate change notificati...
junov@chromium.org
2013-08-02
*
drawBitmap* cleanup
robertphillips@google.com
2013-07-25
*
I don't want these changes as part of the "allow bleeding" CL.
commit-bot@chromium.org
2013-07-23
*
Changing SkDeferredCanvas to use factories for creation
junov@chromium.org
2013-05-28
*
Adding setSurface public API method to SkDeferredCanvas
junov@chromium.org
2013-05-24
*
Fixing deferred canvases so that they do not return deferred devices on creat...
junov@chromium.org
2013-05-21
*
Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer.
junov@chromium.org
2013-04-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-13
*
Fixing viral copy/paste typo Shapshot -> Snapshot
junov@chromium.org
2013-04-12
*
Adding 'static' to eleminate compile warning on mac
junov@chromium.org
2013-04-12
*
Adding SkSurface support to SkDeferredCanvas
junov@chromium.org
2013-04-12
*
Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itse...
commit-bot@chromium.org
2013-03-20
*
Tests : Unused parameters cleanup
sugoi@google.com
2013-02-27
*
Address google3 compiler warning
robertphillips@google.com
2013-02-07
*
fix warings. add SkTAbs()
reed@google.com
2013-01-08
*
Fixing clip region test in deferred canvas, used to determine whether a draw ...
junov@chromium.org
2012-12-13
*
Fixing logic error in deferred canvas unittest.
junov@chromium.org
2012-12-10
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-22
*
Deferred canvas can now be flushed if an image is beyond a certain size to av...
sugoi@google.com
2012-11-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-18
*
Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary
junov@chromium.org
2012-10-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-12
*
Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source ...
junov@chromium.org
2012-10-11
*
Adding virtual method to SkDeferredCanvas::NotificationClient for signaling w...
junov@google.com
2012-10-01
*
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
*
Cleaning up deprecated API in SkDeferredCanvas
junov@chromium.org
2012-08-17
*
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
*
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
[next]