index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkCanvas.h
Commit message (
Expand
)
Author
Age
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.
tomhudson@google.com
2012-06-01
*
replace getTotalClipStack() with replayClips()+ClipVisitor
reed@google.com
2012-04-13
*
mark getTotalClip as deprecated
reed@google.com
2012-04-12
*
Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability
junov@chromium.org
2012-04-05
*
apply imagefilter to all draw calls
reed@google.com
2012-03-23
*
add optional updateMatrixClip param to getTopDevice(). Chrome should set this
reed@google.com
2012-03-19
*
make commonBitmap un-virtual. That was a leftover from previous subclassing
reed@google.com
2012-03-15
*
reapply r3259 (that was reverted) with fix.
djsollen@google.com
2012-02-27
*
Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...
junov@chromium.org
2012-02-24
*
reverting r3259 because of gm/test failure.
djsollen@google.com
2012-02-24
*
Enable quickRejectY in SkCanvas to be inlined.
djsollen@google.com
2012-02-24
*
reverting r3257 because of gm failure.
junov@chromium.org
2012-02-24
*
Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...
junov@chromium.org
2012-02-24
*
Adding API and unit testing for deferred canvas clearing/purging
junov@chromium.org
2012-02-13
*
Adding a flush method to SkCanvas
junov@chromium.org
2012-01-30
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
Adding class SkDeferredCanvas for deferred rendering.
junov@google.com
2012-01-18
*
add canvas::isDrawingToLayer(), as a fast query for chrome; faster than
reed@google.com
2011-12-14
*
Add config8888 support to writePixels
bsalomon@google.com
2011-11-10
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
Override 32BPP format in SkCanvas::readPixels
bsalomon@google.com
2011-11-03
*
Line-endings only change (some windows line-endings snuck in)
bsalomon@google.com
2011-11-02
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
add getDeviceSize() so callers won't need to call getDevice() so much
reed@google.com
2011-11-01
*
add bool argument to canvas' clipRect and clipPath for antialiasing
reed@google.com
2011-10-12
*
add getTotalClipBounds() as a partial replacement for getTotalClip. This can be
reed@google.com
2011-10-10
*
Fixup rendering of empty paths (including inverted fills)
bsalomon@google.com
2011-10-05
*
Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't
tomhudson@google.com
2011-09-13
*
add drawBitmapNine to canvas
reed@google.com
2011-09-07
*
Gpu can draw underlined text.
bungeman@google.com
2011-08-22
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Documentation only: add warning to SkCanvas::writePixels() that this operation
epoger@google.com
2011-07-25
*
remove forward declaration and reference to extinct SkDeviceFactory
reed@google.com
2011-07-21
*
remove SkDeviceFactory from the collective consciousness, now that devices know
reed@google.com
2011-07-06
*
remove drawShape from canvas api
reed@google.com
2011-06-27
*
Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...
bsalomon@google.com
2011-06-17
*
make SkDevice constructors explicit between offscreen and on/direct
reed@google.com
2011-06-16
*
remove deprecated getViewport/setViewport
reed@google.com
2011-05-04
*
make SkDeviceFactory reference counted
mike@reedtribe.org
2011-04-26
*
add SkCanvas::clear(SkColor color) to call the new virtual clear on device.
reed@google.com
2011-04-14
*
mark viewport APIs as deprecated
reed@google.com
2011-04-11
*
add getTopLayer(), so clients don't have to use a LayerIter just to get
reed@google.com
2011-03-30
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
Upstreaming changes from android.
djsollen@google.com
2011-03-14
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
add fClipStack optional field to SkDraw (it is always set by canvas)
reed@google.com
2011-02-23
[next]