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 GPU support for roundrects
commit-bot@chromium.org
2013-04-25
*
path ops : make it real
caryclark@google.com
2013-04-25
*
Adding optimization to avoid image copy in SkSurface copy on write when conte...
commit-bot@chromium.org
2013-04-22
*
Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends
junov@chromium.org
2013-04-16
*
Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanv...
junov@chromium.org
2013-03-28
*
add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for
reed@google.com
2013-01-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Add GPU support for axis-aligned ovals:
jvanverth@google.com
2013-01-22
*
The motivation for this changeset is to fix the following build failure in go...
rmistry@google.com
2013-01-02
*
add per-draw checks for lockcounts
reed@google.com
2012-12-14
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-13
*
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
*
Make SkClipStack::Iter use SkClipStack::Element.
bsalomon@google.com
2012-12-04
*
change SkDrawFilter::filter to return a bool, where false means don't-draw
reed@google.com
2012-11-26
*
Add temporary interfaces in blur and clip to
caryclark@google.com
2012-11-07
*
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
*
Fix recursive GPU processing for SkImageFilter. Plumb through the
senorblanco@chromium.org
2012-09-27
*
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-26
*
Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.
reed@google.com
2012-09-25
*
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
*
Sanitizing source files in Skia_Nightly_House_Keeping
skia.committer@gmail.com
2012-08-30
*
In which a series of things around attachToCanvas and writePixels are fixed
bsalomon@google.com
2012-08-29
*
Clear SkCanvas::fLastDeviceToGainFocus when releasing a device
bsalomon@google.com
2012-08-29
*
Add caching of the snapshot image form a surface
reed@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...
reed@google.com
2012-08-16
*
add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled)
reed@google.com
2012-08-16
*
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
[next]