aboutsummaryrefslogtreecommitdiff
path: root/include/core/SkCanvas.h
AgeCommit message (Expand)Author
2014-08-21Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsreed
2014-06-18Revert of remove guarded code - there are no more callers (https://codereview...reed
2014-06-18remove guarded code - there are no more callersreed
2014-06-17More SaveFlags removal twiddling.fmalita
2014-06-16Prepare for internal SaveFlags removal.fmalita
2014-06-10Remove legacy drawPicture entry pointrobertphillips
2014-06-05SkClipStack::Element tweaks.fmalita
2014-06-04Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)robertphillips
2014-06-03remove SkBounder -- unused and unlovedreed
2014-05-30fix casting issue with or operatorcommit-bot@chromium.org
2014-05-30Add an OR operator overload for SaveFlags to avoid extra static casts.commit-bot@chromium.org
2014-05-30Fix the rendering error of SkDraw::drawVertices in gpu path for solid color.commit-bot@chromium.org
2014-05-19This adds a checkbox to the debugger to allow seeing the effect pathops has o...commit-bot@chromium.org
2014-05-14Inline noop willFoo/didFoo into SkCanvas.h.commit-bot@chromium.org
2014-04-24Deprecate SaveFlags use in the public SkCanvas API.commit-bot@chromium.org
2014-04-24Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-04-23Make drawText calls non-virtual, to ease SkFont and TextBlob (https://coderev...reed@google.com
2014-04-22Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https...commit-bot@chromium.org
2014-04-22make drawText calls non-virtual, to ease SkFont and TextBlobcommit-bot@chromium.org
2014-04-21add optional origin parameter to accessTopLayerPixelscommit-bot@chromium.org
2014-04-11remove picture-backed surfacescommit-bot@chromium.org
2014-04-11Update bench to be able to preprocess skpscommit-bot@chromium.org
2014-03-28Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()commit-bot@chromium.org
2014-03-26remove all references to legacy Config8888reed@google.com
2014-03-25Consolidate SkCanvas matrix virtuals.commit-bot@chromium.org
2014-03-25Revert "Revert of implement readPixels and writePixels natively, w/o using th...reed@google.com
2014-03-25Revert of implement readPixels and writePixels natively, w/o using the (depre...commit-bot@chromium.org
2014-03-25implement readPixels and writePixels natively, w/o using the (deprecated)reed@google.com
2014-03-20Fix cull nesting assertion.commit-bot@chromium.org
2014-03-20Revert "hide Config8888 entirely". Broke a bunch of builds.bsalomon@google.com
2014-03-19hide Config8888 entirelycommit-bot@chromium.org
2014-03-18Remove SkCanvas matrix ops return value.commit-bot@chromium.org
2014-03-17add new readPixels with direct memory parameterscommit-bot@chromium.org
2014-03-17remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead codecommit-bot@chromium.org
2014-03-17add NewRasterDirect for creating a canvas drawing to pre-allocated pixelscommit-bot@chromium.org
2014-03-16Proposed SkCanvas API for preLoading textures to VRAM v2.0commit-bot@chromium.org
2014-03-14Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0)robertphillips@google.com
2014-03-14Proposed SkCanvas API for preLoading textures to VRAM v2.0commit-bot@chromium.org
2014-03-13De-virtualize SkCanvas matrix ops.commit-bot@chromium.org
2014-03-12De-virtualize SkCanvas save/restore.commit-bot@chromium.org
2014-03-12support direct writing to top layer, and hide getTopLayer()reed@google.com
2014-03-12Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co...commit-bot@chromium.org
2014-03-11Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c...commit-bot@chromium.org
2014-03-11Revert "De-virtualize SkCanvas save/restore."fmalita@google.com
2014-03-11De-virtualize SkCanvas save/restore.fmalita@google.com
2014-03-10flag to make kClipToLayer_SaveFlag the default behaviorreed@google.com
2014-03-08hide getTotalClip, so we can eventually remove it commit-bot@chromium.org
2014-03-07Add SkCanvas::writePixels that takes info+pixels directlycommit-bot@chromium.org
2014-03-06Now that the matching changes have landed in Chromium we can clean up the API...commit-bot@chromium.org
2014-02-28add new onClip* methods to SkCanvasrobertphillips@google.com