aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DeferredCanvasTest.cpp
Commit message (Expand)AuthorAge
* Making SkDeferredCanvas::silentFlush trigger a skippedPendingDrawCommands cal...Gravatar commit-bot@chromium.org2014-03-27
* Revert "Revert of implement readPixels and writePixels natively, w/o using th...Gravatar reed@google.com2014-03-25
* Revert of implement readPixels and writePixels natively, w/o using the (depre...Gravatar commit-bot@chromium.org2014-03-25
* implement readPixels and writePixels natively, w/o using the (deprecated)Gravatar reed@google.com2014-03-25
* Revert "hide Config8888 entirely". Broke a bunch of builds.Gravatar bsalomon@google.com2014-03-20
* hide Config8888 entirelyGravatar commit-bot@chromium.org2014-03-19
* remove code disabled from writePixels changeGravatar commit-bot@chromium.org2014-03-07
* Add SkCanvas::writePixels that takes info+pixels directlyGravatar commit-bot@chromium.org2014-03-07
* Use factories instead of directly creating SkImageInfo.Gravatar bungeman@google.com2014-02-17
* replace setConfig+allocPixels with alloc-or-install-pixelsGravatar commit-bot@chromium.org2014-02-13
* remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfaceGravatar reed@google.com2014-02-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-05
* fix int->scalar warningGravatar reed@google.com2014-02-04
* remove (unused by chrome) SkDeferredCanvas(device) factory signatureGravatar reed@google.com2014-02-04
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Add a DEF_GPUTEST() macro.Gravatar tfarina@chromium.org2014-01-10
* "Fix" another crash in DeferredCanvasTest on valgrind botGravatar robertphillips@google.com2013-11-13
* "Fix" another crash on valgrind botGravatar robertphillips@google.com2013-11-12
* move SkImage::ColorType into SkColorTypeGravatar reed@google.com2013-11-01
* store SkAlphaType inside SkBitmap, on road to support unpremulGravatar reed@google.com2013-10-21
* promote SkImage::AlphaType to SkAlphaTypeGravatar reed@google.com2013-09-20
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Removing deprecated constructors and setDevice from SkDeferredCanvasGravatar commit-bot@chromium.org2013-08-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-06
* Fixing SkDeferredCanvas::writePixels to trigger appropriate change notificati...Gravatar junov@chromium.org2013-08-02
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* I don't want these changes as part of the "allow bleeding" CL.Gravatar commit-bot@chromium.org2013-07-23
* Changing SkDeferredCanvas to use factories for creationGravatar junov@chromium.org2013-05-28
* Adding setSurface public API method to SkDeferredCanvasGravatar junov@chromium.org2013-05-24
* Fixing deferred canvases so that they do not return deferred devices on creat...Gravatar junov@chromium.org2013-05-21
* Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer.Gravatar junov@chromium.org2013-04-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-13
* Fixing viral copy/paste typo Shapshot -> SnapshotGravatar junov@chromium.org2013-04-12
* Adding 'static' to eleminate compile warning on macGravatar junov@chromium.org2013-04-12
* Adding SkSurface support to SkDeferredCanvasGravatar junov@chromium.org2013-04-12
* Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itse...Gravatar commit-bot@chromium.org2013-03-20
* Tests : Unused parameters cleanupGravatar sugoi@google.com2013-02-27
* Address google3 compiler warningGravatar robertphillips@google.com2013-02-07
* fix warings. add SkTAbs()Gravatar reed@google.com2013-01-08
* Fixing clip region test in deferred canvas, used to determine whether a draw ...Gravatar junov@chromium.org2012-12-13
* Fixing logic error in deferred canvas unittest.Gravatar junov@chromium.org2012-12-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-22
* Deferred canvas can now be flushed if an image is beyond a certain size to av...Gravatar sugoi@google.com2012-11-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-18
* Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionaryGravatar junov@chromium.org2012-10-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-12
* Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source ...Gravatar junov@chromium.org2012-10-11