aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
Commit message (Expand)AuthorAge
...
* stop calling SkCanvas::getDeviceGravatar reed2014-06-30
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* delete code for SK_SUPPORT_LEGACY_GETTOTALCLIPGravatar reed2014-06-27
* Revert of remove guarded code - there are no more callers (https://codereview...Gravatar reed2014-06-18
* remove guarded code - there are no more callersGravatar reed2014-06-18
* More SaveFlags removal twiddling.Gravatar fmalita2014-06-17
* Prepare for internal SaveFlags removal.Gravatar fmalita2014-06-16
* Remove legacy drawPicture entry pointGravatar robertphillips2014-06-10
* SkClipStack::Element tweaks.Gravatar fmalita2014-06-05
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* remove SkBounder -- unused and unlovedGravatar reed2014-06-03
* fix casting issue with or operatorGravatar commit-bot@chromium.org2014-05-30
* Add an OR operator overload for SaveFlags to avoid extra static casts.Gravatar commit-bot@chromium.org2014-05-30
* Fix the rendering error of SkDraw::drawVertices in gpu path for solid color.Gravatar commit-bot@chromium.org2014-05-30
* This adds a checkbox to the debugger to allow seeing the effect pathops has o...Gravatar commit-bot@chromium.org2014-05-19
* Inline noop willFoo/didFoo into SkCanvas.h.Gravatar commit-bot@chromium.org2014-05-14
* Deprecate SaveFlags use in the public SkCanvas API.Gravatar commit-bot@chromium.org2014-04-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-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
* add optional origin parameter to accessTopLayerPixelsGravatar commit-bot@chromium.org2014-04-21
* remove picture-backed surfacesGravatar commit-bot@chromium.org2014-04-11
* Update bench to be able to preprocess skpsGravatar commit-bot@chromium.org2014-04-11
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* remove all references to legacy Config8888Gravatar reed@google.com2014-03-26
* Consolidate SkCanvas matrix virtuals.Gravatar commit-bot@chromium.org2014-03-25
* 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
* Fix cull nesting assertion.Gravatar commit-bot@chromium.org2014-03-20
* 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 SkCanvas matrix ops return value.Gravatar commit-bot@chromium.org2014-03-18
* add new readPixels with direct memory parametersGravatar commit-bot@chromium.org2014-03-17
* remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead codeGravatar commit-bot@chromium.org2014-03-17
* add NewRasterDirect for creating a canvas drawing to pre-allocated pixelsGravatar commit-bot@chromium.org2014-03-17
* Proposed SkCanvas API for preLoading textures to VRAM v2.0Gravatar commit-bot@chromium.org2014-03-16
* Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0)Gravatar robertphillips@google.com2014-03-14
* Proposed SkCanvas API for preLoading textures to VRAM v2.0Gravatar commit-bot@chromium.org2014-03-14
* De-virtualize SkCanvas matrix ops.Gravatar commit-bot@chromium.org2014-03-13
* De-virtualize SkCanvas save/restore.Gravatar commit-bot@chromium.org2014-03-12
* support direct writing to top layer, and hide getTopLayer()Gravatar reed@google.com2014-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
* flag to make kClipToLayer_SaveFlag the default behaviorGravatar reed@google.com2014-03-10
* hide getTotalClip, so we can eventually remove it Gravatar commit-bot@chromium.org2014-03-08
* Add SkCanvas::writePixels that takes info+pixels directlyGravatar commit-bot@chromium.org2014-03-07