C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / pipe / SkGPipeWrite.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 reedSkPaint::FilterLevel -> SkFilterQuality
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-05 reedRevert of Revert of move remaining virtual draw methods...
2015-01-05 reedRevert of move remaining virtual draw methods to onDraw...
2015-01-05 reedmove remaining virtual draw methods to onDraw
2015-01-02 reedremove unused drawData
2014-12-15 junovRemove SkCanvas::isDrawingToLayer
2014-12-10 Florin MalitaRemove SkCanvas::drawBitmapMatrix()
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-04 piotaixrRevert of Override SkCanvas::drawImage() in SkDeferredC...
2014-10-22 piotaixrOverride SkCanvas::drawImage() in SkDeferredCanvas...
2014-10-17 rmistryRevert of Override SkCanvas::drawImage() in SkDeferredC...
2014-10-16 piotaixrOverride SkCanvas::drawImage() in SkDeferredCanvas...
2014-09-17 fmalitaEnsure blob typeface information survives SkGPipe seria...
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-28 fmalitaSkTextBlob GPipe serialization.
2014-08-26 fmalitaSkTextBlob plumbing
2014-08-12 dandovSkCanvas::drawPatch param SkPoint[12]
2014-08-09 reedadd drawPicture variant that takes a matrix and paint
2014-08-07 dandovStopped skipping tests in dm of SkPatch by implementing the
2014-07-30 mtkleinFix way-over-allocation in pipe.
2014-06-30 Florin MalitaSaveFlags be-gone
2014-06-04 robertphillipsAlter SkCanvas::drawPicture (devirtualize, take const...
2014-05-14 commit-bot@chromiu... Reland one more bug fix from "4x allocation in PipeCont...
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-08 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-05-07 commit-bot@chromiu... if SK_DEBUG -> ifdef SK_DEBUG
2014-05-07 commit-bot@chromiu... 4x allocation in PipeController is probably overkill.
2014-04-24 commit-bot@chromiu... fix int/size_t warnings in pipe
2014-04-23 reed@google.comMake drawText calls non-virtual, to ease SkFont and...
2014-04-22 commit-bot@chromiu... Revert of make drawText calls non-virtual, to ease...
2014-04-22 commit-bot@chromiu... make drawText calls non-virtual, to ease SkFont and...
2014-04-16 commit-bot@chromiu... remove legacy filter-flags, and store FilterLevel directly
2014-03-25 commit-bot@chromiu... Consolidate SkCanvas matrix virtuals.
2014-03-13 commit-bot@chromiu... De-virtualize SkCanvas matrix ops.
2014-03-12 commit-bot@chromiu... De-virtualize SkCanvas save/restore.
2014-03-12 commit-bot@chromiu... Revert of Revert of Revert "De-virtualize SkCanvas...
2014-03-11 commit-bot@chromiu... Revert of Revert "De-virtualize SkCanvas save/restore...
2014-03-11 fmalita@google.comRevert "De-virtualize SkCanvas save/restore."
2014-03-11 fmalita@google.comDe-virtualize SkCanvas save/restore.
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-28 robertphillips@goo... Revert of r13620 (add new onClip* methods to SkCanvas...
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-21 commit-bot@chromiu... add SkCanvas::drawDRRect
2014-02-18 commit-bot@chromiu... staticMethod -> StaticMethod
2014-02-17 commit-bot@chromiu... still trying to kill setDevice: rename to setRootDevice...
2014-01-30 commit-bot@chromiu... Set write buffer flags only in SkWriteBuffer and SkFlat...
2014-01-30 commit-bot@chromiu... Refactor read and write buffers.
2014-01-14 commit-bot@chromiu... Convert SkWriter32 to use an SkTDArray for its internal...
2014-01-02 commit-bot@chromiu... Function pointers -> templates in SkPictureFlat.
2013-12-30 reed@google.comreenable vertices gm, adding picture support
2013-11-12 scroggo@google.comFix a memory leak in SkGPipeCanvas.
2013-10-31 reed@google.comRevert "Revert "add SK_ATTR_DEPRECATED -- will need...
2013-10-31 reed@google.comRevert "add SK_ATTR_DEPRECATED -- will need to disable...
2013-10-31 reed@google.comadd SK_ATTR_DEPRECATED -- will need to disable for...
2013-10-29 commit-bot@chromiu... Little changes to SkAnnotation in pipe:
2013-10-29 commit-bot@chromiu... Fix pipe/annotation.
2013-10-22 bsalomon@google.comRevert "If the path is a rect, call drawRect to raster...
2013-10-22 bsalomon@google.comIf the path is a rect, call drawRect to raster the...
2013-10-17 robertphillips@goo... Revert r11842 (call drawRect to try GrAARectRenderer...
2013-10-17 commit-bot@chromiu... If the path is a rect, call drawRect to raster the...
2013-10-15 robertphillips@goo... Second wave of Win64 warning cleanup
2013-10-15 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-10-14 reed@google.comchange SkAnnotation to not inherit from SkFlattenable...
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-17 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-16 commit-bot@chromiu... This CL plumbs in the drawBitmapRectToRect "bleed"...
2013-05-29 robertphillips@goo... First pass at Comment API
2013-04-30 scroggo@google.comFixes for piping bitmaps with encoded data.
2013-03-08 epoger@google.comPDF: add support for named destinations.
2013-03-06 epoger@google.comRevert r8000 due to failures on some buildbots
2013-03-06 epoger@google.comPDF: add support for named destinations
2012-12-12 reed@google.comrevert 6766, thereby re-landing 6762-6763 now that...
2012-12-12 reed@google.comrevert 6762-6763, since those require new skps to be...
2012-12-12 reed@google.commake RRect and Oval first-class drawing primitives...
2012-09-18 reed@google.comre-re-land 5578
2012-09-18 reed@google.comrevert 5580
2012-09-18 reed@google.comre-land 5578 w/ pipe fix
2012-09-18 reed@google.comrevert 5578 -- broke pipe
2012-09-18 reed@google.comChange drawBitmapRect to take a float-src-rect instead...
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-08-16 scroggo@google.comFix a parenthesis bug.
2012-08-15 junov@chromium.orgFixing a deferred canvas optimization that purges pendi...
2012-08-14 scroggo@google.comEnsure that Pipe does not crash when attempting to...
2012-08-14 scroggo@google.comMove write buffer flags used by SkFlataData::Create...
2012-08-14 scroggo@google.comIn SkGPipeCanvas, rename fSharedHeap to fBitmapHeap
2012-08-14 scroggo@google.comUse SkBitmapHeap for shaders in SkGPipe.
2012-08-14 scroggo@google.comCheck in r5063 again, along with fix for tests.
2012-08-13 tomhudson@google.comRevert r5063 until unit tests can be fixed.
2012-08-13 scroggo@google.comUse the SkBitmapHeap to handle SkBitmaps in SkGPipe...
2012-08-08 scroggo@google.comMake SkGPipe use SkBitmapHeap.
2012-08-07 junov@chromium.orgAdding API to SkGPipe and SkDeferredCanvas for controll...
2012-08-02 scroggo@google.comStore more behavior of SkFlatDictionary in SkFlatContro...
2012-08-01 scroggo@google.comPipe factory names independently from the flattenables...
next