index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkCanvas.cpp
Commit message (
Expand
)
Author
Age
*
Add virtual destructor to class with virtual functions.
justinlin@google.com
2012-07-27
*
reject any paths that are not finite.
reed@google.com
2012-07-26
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
Fixed two sub-optimal iterator uses
robertphillips@google.com
2012-07-16
*
Adding bracketing save/restore calls to SkPicture at record time and
junov@chromium.org
2012-07-16
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
add more SkInstCnt plumbing
reed@google.com
2012-06-26
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
pass the region-op to the clipstack for SkCanvas::clipRegion.
reed@google.com
2012-05-16
*
perform quickReject in drawPoints (which is called by drawLine) just like we
reed@google.com
2012-05-16
*
inline the fast case for AutoDrawLoop::next() so we don't slow down simple
reed@google.com
2012-05-15
*
Add missing null device checks in SkCanvas
djsollen@google.com
2012-05-01
*
Fixed minor Release & fixed point compiler warnings on Linux
robertphillips@google.com
2012-04-25
*
proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657
mike@reedtribe.org
2012-04-14
*
replace getTotalClipStack() with replayClips()+ClipVisitor
reed@google.com
2012-04-13
*
always check the result of SkMatrix::invert
reed@google.com
2012-04-12
*
Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode.
tomhudson@google.com
2012-04-10
*
Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability
junov@chromium.org
2012-04-05
*
handle null-device correctly in setDevice
reed@google.com
2012-03-28
*
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
*
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
*
check for null-device in iterator
reed@google.com
2012-02-24
*
Merge changes from the android repo upstream to Skia
djsollen@google.com
2012-02-15
*
add bandage to pin out-of-range values when converting our integral clip boun...
reed@google.com
2012-01-30
*
extend fastbounds impls to include maskfilters and drawloopers. This allows
reed@google.com
2012-01-30
*
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 allowImageFilter() so a device can allow/disallow filters
reed@google.com
2012-01-06
*
add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...
reed@google.com
2012-01-05
*
add canvas::isDrawingToLayer(), as a fast query for chrome; faster than
reed@google.com
2011-12-14
*
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
reed@google.com
2011-12-06
*
call getSaveCount inside restoreToCount, in case it goes virtual...
reed@google.com
2011-11-28
*
don't quickReject bitmaps if there is a looper or other possible bounds-modifier
reed@google.com
2011-11-21
*
Add config8888 support to writePixels
bsalomon@google.com
2011-11-10
*
handle NaN values in clipPath
reed@google.com
2011-11-08
*
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
[next]