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
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Fix name of "bleed" flag
robertphillips@google.com
2013-08-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-17
*
This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...
commit-bot@chromium.org
2013-08-16
*
Prevent picture recording from over optimizing the culling of clips.
djsollen@google.com
2013-08-13
*
Revert "Add SkCanvas::drawPosTextBounded."
reed@google.com
2013-08-12
*
Add SkCanvas::drawPosTextBounded.
commit-bot@chromium.org
2013-08-07
*
added drawVertices path to GameBench
robertphillips@google.com
2013-07-31
*
drawBitmap* cleanup
robertphillips@google.com
2013-07-25
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-30
*
Moving updateClipConservativelyUsingBounds into SkCanvas
junov@chromium.org
2013-05-29
*
First pass at Comment API
robertphillips@google.com
2013-05-29
*
path ops : make it real
caryclark@google.com
2013-04-25
*
Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy
junov@chromium.org
2013-04-11
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
Update documentation around picture playback.
djsollen@google.com
2013-01-02
*
revert 6766, thereby re-landing 6762-6763 now that the bots are ready
reed@google.com
2012-12-12
*
revert 6762-6763, since those require new skps to be generated, and we can't
reed@google.com
2012-12-12
*
make RRect and Oval first-class drawing primitives in SkCanvas.
reed@google.com
2012-12-12
*
add restore() to SkAutoCanvasRestore
reed@google.com
2012-11-20
*
move setDevice() to protected: in preparation for its eventual demise
reed@google.com
2012-11-14
*
mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chrome
reed@google.com
2012-11-14
*
Add temporary interfaces in blur and clip to
caryclark@google.com
2012-11-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-11
*
Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...
bsalomon@google.com
2012-10-10
*
Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...
robertphillips@google.com
2012-10-09
*
Remove gainFocus() and setMatrixClip() virtuals from SkDevice.
bsalomon@google.com
2012-10-09
*
Remove external matrix feature.
bsalomon@google.com
2012-10-08
*
re-land removal of setBitmapDevice
reed@google.com
2012-10-01
*
Rolling back r5732 due to Chrome Mac compiler issues
robertphillips@google.com
2012-09-30
*
remove setBitmapDevice -- no longer called, and is a necessary step on our way
reed@google.com
2012-09-28
*
add getMetaData() to SkCanvas (as part of our master plan to remove
mike@reedtribe.org
2012-09-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-19
*
re-re-land 5578
reed@google.com
2012-09-18
*
revert 5580
reed@google.com
2012-09-18
*
re-land 5578 w/ pipe fix
reed@google.com
2012-09-18
*
revert 5578 -- broke pipe
reed@google.com
2012-09-18
*
Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This
reed@google.com
2012-09-18
*
Add caching of the snapshot image form a surface
reed@google.com
2012-08-28
*
remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...
reed@google.com
2012-08-16
*
Add virtual destructor to class with virtual functions.
justinlin@google.com
2012-07-27
*
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
[next]