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
*
SkTextBlob
fmalita
2014-08-21
*
remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
reed
2014-08-21
*
Start tracking the CTM while filling the BBH in SkRecordDraw.
mtklein
2014-08-13
*
SkCanvas::drawPatch param SkPoint[12]
dandov
2014-08-12
*
Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https...
reed
2014-08-11
*
Revert of remove (now unneeded) legacy onDrawPicture variant (https://coderev...
reed
2014-08-10
*
remove (now unneeded) legacy onDrawPicture variant
reed
2014-08-10
*
add drawPicture variant that takes a matrix and paint
reed
2014-08-09
*
add dummy onDrawPicture to allow migration for chrome overrides
reed
2014-08-08
*
Stopped skipping tests in dm of SkPatch by implementing the
dandov
2014-08-07
*
SkCanvas interface for drawing a patch.
dandov
2014-08-04
*
Add auto purging for SkPicture-related Ganesh resources (esp. layers)
robertphillips
2014-07-22
*
Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels
reed
2014-07-13
*
Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::rea...
reed
2014-07-12
*
Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels
reed
2014-07-12
*
Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/37730...
jcgregorio
2014-07-11
*
add readPixels() to SkBitmap
reed
2014-07-10
*
Temporarily resurface matrix/clip save flags enum values.
fmalita
2014-07-01
*
stop calling SkCanvas::getDevice
reed
2014-06-30
*
SaveFlags be-gone
Florin Malita
2014-06-30
*
delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP
reed
2014-06-27
*
Revert of remove guarded code - there are no more callers (https://codereview...
reed
2014-06-18
*
remove guarded code - there are no more callers
reed
2014-06-18
*
More SaveFlags removal twiddling.
fmalita
2014-06-17
*
Prepare for internal SaveFlags removal.
fmalita
2014-06-16
*
Remove legacy drawPicture entry point
robertphillips
2014-06-10
*
SkClipStack::Element tweaks.
fmalita
2014-06-05
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
remove SkBounder -- unused and unloved
reed
2014-06-03
*
fix casting issue with or operator
commit-bot@chromium.org
2014-05-30
*
Add an OR operator overload for SaveFlags to avoid extra static casts.
commit-bot@chromium.org
2014-05-30
*
Fix the rendering error of SkDraw::drawVertices in gpu path for solid color.
commit-bot@chromium.org
2014-05-30
*
This adds a checkbox to the debugger to allow seeing the effect pathops has o...
commit-bot@chromium.org
2014-05-19
*
Inline noop willFoo/didFoo into SkCanvas.h.
commit-bot@chromium.org
2014-05-14
*
Deprecate SaveFlags use in the public SkCanvas API.
commit-bot@chromium.org
2014-04-24
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-24
*
Make drawText calls non-virtual, to ease SkFont and TextBlob (https://coderev...
reed@google.com
2014-04-23
*
Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https...
commit-bot@chromium.org
2014-04-22
*
make drawText calls non-virtual, to ease SkFont and TextBlob
commit-bot@chromium.org
2014-04-22
*
add optional origin parameter to accessTopLayerPixels
commit-bot@chromium.org
2014-04-21
*
remove picture-backed surfaces
commit-bot@chromium.org
2014-04-11
*
Update bench to be able to preprocess skps
commit-bot@chromium.org
2014-04-11
*
Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()
commit-bot@chromium.org
2014-03-28
*
remove all references to legacy Config8888
reed@google.com
2014-03-26
*
Consolidate SkCanvas matrix virtuals.
commit-bot@chromium.org
2014-03-25
*
Revert "Revert of implement readPixels and writePixels natively, w/o using th...
reed@google.com
2014-03-25
*
Revert of implement readPixels and writePixels natively, w/o using the (depre...
commit-bot@chromium.org
2014-03-25
*
implement readPixels and writePixels natively, w/o using the (deprecated)
reed@google.com
2014-03-25
*
Fix cull nesting assertion.
commit-bot@chromium.org
2014-03-20
*
Revert "hide Config8888 entirely". Broke a bunch of builds.
bsalomon@google.com
2014-03-20
[next]