C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / tests / DeferredCanvasTest.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-23 kkinnunenDo not playback pending commands for full deferred...
2015-01-23 bsalomonTake budgeted param when snapping new image.
2015-01-16 bsalomonRequire budget decision when creating a RenderTarget...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-10 reedRemove canvas::NewRaster, and rename surface::NewRaster...
2014-12-09 reedRevert of remove (dumb) canvas::NewRaster, and rename...
2014-12-09 reedremove (dumb) canvas::NewRaster, and rename surface...
2014-12-04 reedChange clear() to respect the clip
2014-12-03 reedRevert "Change clear() to respect the clip"
2014-12-02 reedChange clear() to respect the clip
2014-11-21 reedadd SkImage::newSurface
2014-09-22 reedIntroduce Props to surface (patchset #27 id:520001...
2014-09-21 reedRevert of introduce Props to surface (patchset #27...
2014-09-21 reedintroduce Props to surface (work in progress)
2014-09-16 yunchao.hePicture Recording: fix the performance bottleneck in...
2014-09-15 mtkleinRevert of Picture Recording: fix the performance bottle...
2014-09-15 yunchao.hePicture Recording: fix the performance bottleneck in...
2014-09-05 bsalomon"NULL !=" = NULL
2014-07-30 mtkleinFix way-over-allocation in pipe.
2014-07-17 bsalomonFix alpha textures in NV ES3 contexts on Windows.
2014-06-30 reedstop calling SkCanvas::getDevice
2014-06-27 henrik.smidingAdd SSE4 optimization of S32A_Opaque_Blitrow
2014-05-29 commit-bot@chromiu... Revert "Revert of add colortable support to imagegenera...
2014-05-22 commit-bot@chromiu... Remove unused (by clients) SkUnitMapper
2014-05-22 commit-bot@chromiu... Revert of Remove unused (by clients) SkUnitMapper ...
2014-05-21 commit-bot@chromiu... Remove unused (by clients) SkUnitMapper (https://codere...
2014-05-16 commit-bot@chromiu... Revert of remove unused (by clients) SkUnitMapper ...
2014-05-16 commit-bot@chromiu... remove unused (by clients) SkUnitMapper
2014-05-14 commit-bot@chromiu... Reland bug fixes from "4x allocation in PipeController...
2014-05-14 commit-bot@chromiu... Manually revert "4x allocation in PipeController is...
2014-05-07 commit-bot@chromiu... 4x allocation in PipeController is probably overkill.
2014-05-07 commit-bot@chromiu... Split CPU and GPU DeferredCanvas tests
2014-05-07 commit-bot@chromiu... Revert of Split CPU and GPU DeferredCanvas tests (https...
2014-05-06 commit-bot@chromiu... Split CPU and GPU DeferredCanvas tests
2014-04-18 commit-bot@chromiu... Reduce internal explicit SaveFlags usage.
2014-03-27 commit-bot@chromiu... Making SkDeferredCanvas::silentFlush trigger a skippedP...
2014-03-25 reed@google.comRevert "Revert of implement readPixels and writePixels...
2014-03-25 commit-bot@chromiu... Revert of implement readPixels and writePixels natively...
2014-03-25 reed@google.comimplement readPixels and writePixels natively, w/o...
2014-03-20 bsalomon@google.comRevert "hide Config8888 entirely". Broke a bunch of...
2014-03-19 commit-bot@chromiu... hide Config8888 entirely
2014-03-07 commit-bot@chromiu... remove code disabled from writePixels change
2014-03-07 commit-bot@chromiu... Add SkCanvas::writePixels that takes info+pixels directly
2014-02-17 bungeman@google.comUse factories instead of directly creating SkImageInfo.
2014-02-13 commit-bot@chromiu... replace setConfig+allocPixels with alloc-or-install...
2014-02-05 reed@google.comremove SkCanvas::createCompatibleDevice, and add SkCanv...
2014-02-05 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-02-04 reed@google.comfix int->scalar warning
2014-02-04 reed@google.comremove (unused by chrome) SkDeferredCanvas(device)...
2014-01-24 tfarina@chromium.orgCleanup: Sanitize the order of includes under tests/
2014-01-14 commit-bot@chromiu... Move macros from TestClassDef.h to Test.h
2014-01-10 tfarina@chromium.orgAdd a DEF_GPUTEST() macro.
2013-11-13 robertphillips@goo... "Fix" another crash in DeferredCanvasTest on valgrind bot
2013-11-12 robertphillips@goo... "Fix" another crash on valgrind bot
2013-11-01 reed@google.commove SkImage::ColorType into SkColorType
2013-10-21 reed@google.comstore SkAlphaType inside SkBitmap, on road to support...
2013-09-20 reed@google.compromote SkImage::AlphaType to SkAlphaType
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-20 robertphillips@goo... Revert r10830 (Split SkDevice out of SkRasterDevice...
2013-08-20 robertphillips@goo... Split SkDevice out of SkBitmapDevice
2013-08-09 commit-bot@chromiu... Removing deprecated constructors and setDevice from...
2013-08-06 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-02 junov@chromium.orgFixing SkDeferredCanvas::writePixels to trigger appropr...
2013-07-25 robertphillips@goo... drawBitmap* cleanup
2013-07-23 commit-bot@chromiu... I don't want these changes as part of the "allow bleedi...
2013-05-28 junov@chromium.orgChanging SkDeferredCanvas to use factories for creation
2013-05-24 junov@chromium.orgAdding setSurface public API method to SkDeferredCanvas
2013-05-21 junov@chromium.orgFixing deferred canvases so that they do not return...
2013-04-15 junov@chromium.orgFix crash with SkDeferredCanvas+SkSurface integration...
2013-04-13 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-12 junov@chromium.orgFixing viral copy/paste typo Shapshot -> Snapshot
2013-04-12 junov@chromium.orgAdding 'static' to eleminate compile warning on mac
2013-04-12 junov@chromium.orgAdding SkSurface support to SkDeferredCanvas
2013-03-20 commit-bot@chromiu... Fixing deferred canvas bug caused by SkTwoPointConicalG...
2013-02-27 sugoi@google.comTests : Unused parameters cleanup
2013-02-07 robertphillips@goo... Address google3 compiler warning
2013-01-08 reed@google.comfix warings. add SkTAbs()
2012-12-13 junov@chromium.orgFixing clip region test in deferred canvas, used to...
2012-12-10 junov@chromium.orgFixing logic error in deferred canvas unittest.
2012-11-22 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-21 sugoi@google.comDeferred canvas can now be flushed if an image is beyon...
2012-10-18 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-17 junov@chromium.orgFixing refcount leak in SkBitmapHeap caused by collisio...
2012-10-12 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-11 junov@chromium.orgFixing SkDeferredCanvas to not consider paint as opaque...
2012-10-01 junov@google.comAdding virtual method to SkDeferredCanvas::Notification...
2012-09-05 bsalomon@google.comShut up some Mac (xcode 3) warnings
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-08-17 junov@chromium.orgCleaning up deprecated API in SkDeferredCanvas
2012-08-14 junov@chromium.orgAugmenting SkDeferredCanvas notification interface...
2012-08-07 junov@chromium.orgMoving DeferredDevice and DeferredGPipeController class...
2012-08-07 junov@chromium.orgRemoving the SkPicture backend from SkDeferredCanvas...
2012-08-07 junov@chromium.orgAdding API to SkGPipe and SkDeferredCanvas for controll...
2012-07-26 scroggo@google.comMake SkDeferredCanvas query SkGPipeWriter for space...
2012-07-25 junov@chromium.orgRefactoring how SkDeferredCanvas manages mutable bitmaps
2012-07-23 junov@chromium.orgFix unbound memory consumption problem with run away...
2012-02-13 junov@chromium.orgAdding missing SkIntToScalar to resolve DeferredCanvas...
2012-02-13 junov@chromium.orgAdding API and unit testing for deferred canvas clearin...
2012-02-07 junov@chromium.orgFixing backing store access in SkDeferredCanvas.