aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
Commit message (Expand)AuthorAge
* reverting r3257 because of gm failure.Gravatar junov@chromium.org2012-02-24
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* Adding API and unit testing for deferred canvas clearing/purgingGravatar junov@chromium.org2012-02-13
* Adding a flush method to SkCanvasGravatar junov@chromium.org2012-01-30
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* Adding class SkDeferredCanvas for deferred rendering.Gravatar junov@google.com2012-01-18
* add canvas::isDrawingToLayer(), as a fast query for chrome; faster thanGravatar reed@google.com2011-12-14
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* Override 32BPP format in SkCanvas::readPixelsGravatar bsalomon@google.com2011-11-03
* Line-endings only change (some windows line-endings snuck in)Gravatar bsalomon@google.com2011-11-02
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* add getDeviceSize() so callers won't need to call getDevice() so muchGravatar reed@google.com2011-11-01
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* add getTotalClipBounds() as a partial replacement for getTotalClip. This can beGravatar reed@google.com2011-10-10
* Fixup rendering of empty paths (including inverted fills)Gravatar bsalomon@google.com2011-10-05
* Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don'tGravatar tomhudson@google.com2011-09-13
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
* Gpu can draw underlined text.Gravatar bungeman@google.com2011-08-22
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Documentation only: add warning to SkCanvas::writePixels() that this operationGravatar epoger@google.com2011-07-25
* remove forward declaration and reference to extinct SkDeviceFactoryGravatar reed@google.com2011-07-21
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* remove deprecated getViewport/setViewportGravatar reed@google.com2011-05-04
* make SkDeviceFactory reference countedGravatar mike@reedtribe.org2011-04-26
* add SkCanvas::clear(SkColor color) to call the new virtual clear on device.Gravatar reed@google.com2011-04-14
* mark viewport APIs as deprecatedGravatar reed@google.com2011-04-11
* add getTopLayer(), so clients don't have to use a LayerIter just to getGravatar reed@google.com2011-03-30
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* add fClipStack optional field to SkDraw (it is always set by canvas)Gravatar reed@google.com2011-02-23
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* update dox for readPixels()Gravatar reed@google.com2011-02-07
* add getter/setter for device-factory on canvasGravatar reed@google.com2011-01-11
* add gpu to gm toolGravatar reed@google.com2010-12-23
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Fix a memory leak in the new Canvas/Device workflow.Gravatar vandebo@chromium.org2010-10-15
* Refactor SkCanvas so that backends don't need to override it.Gravatar vandebo@chromium.org2010-10-13
* oops, also update dox for saveLayerAlphaGravatar reed@android.com2010-07-02
* update dox for saveLayer()Gravatar reed@android.com2010-07-02
* update save/restore comments to mention that the drawFilter is also savedGravatar reed@android.com2010-02-11
* respect edgetype in quickrejectGravatar reed@android.com2010-02-05
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* remove deprecated use of porterduff enumGravatar reed@android.com2009-06-23