aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pipe
Commit message (Expand)AuthorAge
...
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* Stopped skipping tests in dm of SkPatch by implementing theGravatar dandov2014-08-07
* Fix way-over-allocation in pipe.Gravatar mtklein2014-07-30
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* Reland the 4x -> 1x allocation from "4x allocation in PipeController is proba...Gravatar commit-bot@chromium.org2014-05-14
* Reland one more bug fix from "4x allocation in PipeController is probably ove...Gravatar commit-bot@chromium.org2014-05-14
* Reland bug fixes from "4x allocation in PipeController is probably overkill."Gravatar commit-bot@chromium.org2014-05-14
* Manually revert "4x allocation in PipeController is probably overkill."Gravatar commit-bot@chromium.org2014-05-14
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-08
* if SK_DEBUG -> ifdef SK_DEBUGGravatar commit-bot@chromium.org2014-05-07
* 4x allocation in PipeController is probably overkill.Gravatar commit-bot@chromium.org2014-05-07
* Fix build: these asserts are always now true, which GCC warns aboutGravatar commit-bot@chromium.org2014-04-24
* fix int/size_t warnings in pipeGravatar commit-bot@chromium.org2014-04-24
* Make drawText calls non-virtual, to ease SkFont and TextBlob (https://coderev...Gravatar reed@google.com2014-04-23
* Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https...Gravatar commit-bot@chromium.org2014-04-22
* make drawText calls non-virtual, to ease SkFont and TextBlobGravatar commit-bot@chromium.org2014-04-22
* remove legacy filter-flags, and store FilterLevel directlyGravatar commit-bot@chromium.org2014-04-16
* Consolidate SkCanvas matrix virtuals.Gravatar commit-bot@chromium.org2014-03-25
* De-virtualize SkCanvas matrix ops.Gravatar commit-bot@chromium.org2014-03-13
* De-virtualize SkCanvas save/restore.Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co...Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c...Gravatar commit-bot@chromium.org2014-03-11
* Revert "De-virtualize SkCanvas save/restore."Gravatar fmalita@google.com2014-03-11
* De-virtualize SkCanvas save/restore.Gravatar fmalita@google.com2014-03-11
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...Gravatar robertphillips@google.com2014-02-28
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Factory methods for heap-allocated SkAnnotation objects.Gravatar commit-bot@chromium.org2014-02-27
* add SkCanvas::drawDRRectGravatar commit-bot@chromium.org2014-02-21
* staticMethod -> StaticMethodGravatar commit-bot@chromium.org2014-02-18
* still trying to kill setDevice: rename to setRootDevice (better name) and mak...Gravatar commit-bot@chromium.org2014-02-17
* Set write buffer flags only in SkWriteBuffer and SkFlatController constructors.Gravatar commit-bot@chromium.org2014-01-30
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* Function pointers -> templates in SkPictureFlat.Gravatar commit-bot@chromium.org2014-01-02
* reenable vertices gm, adding picture supportGravatar reed@google.com2013-12-30
* Fix a memory leak in SkGPipeCanvas.Gravatar scroggo@google.com2013-11-12
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Little changes to SkAnnotation in pipe:Gravatar commit-bot@chromium.org2013-10-29
* Fix pipe/annotation.Gravatar commit-bot@chromium.org2013-10-29
* Initial error handling codeGravatar commit-bot@chromium.org2013-10-23
* Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...Gravatar bsalomon@google.com2013-10-22
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar bsalomon@google.com2013-10-22
* Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...Gravatar robertphillips@google.com2013-10-17
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar commit-bot@chromium.org2013-10-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-17
* force readbuffer clients to use specialized readFoo for flattenablesGravatar reed@google.com2013-10-16