index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
Commit message (
Expand
)
Author
Age
*
Add toString methods to SkImageFilter-derived classes
robertphillips
2014-12-19
*
add const to encodePixels pixel parameter
reed
2014-12-19
*
Remove legacy Picture defines.
scroggo
2014-12-19
*
Fill SkRRect::fType proactively.
mtklein
2014-12-18
*
remove dead code behind SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL
reed
2014-12-18
*
remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE
reed
2014-12-18
*
remove view matrix from context
joshualitt
2014-12-17
*
use conics
reed
2014-12-17
*
add sample for arcTo
reed
2014-12-16
*
This change will ultimately pull uniform color, and to a much lesser degree u...
joshualitt
2014-12-15
*
pass dst-rect through from drawBitmapRect for better precision
reed
2014-12-15
*
Look at DYNAMIC_ANNOTATIONS_ENABLED now.
mtklein
2014-12-15
*
add paint::getFontBounds()
reed
2014-12-15
*
Fix rrects that are large enough that we lose/gain a bit when we add the radi...
reed
2014-12-15
*
Rewrite NaN checks in terms of SkScalarIsNaN()
ehsan.akhgari
2014-12-15
*
Remove SkCanvas::isDrawingToLayer
junov
2014-12-15
*
add dumpHex option to rect and rrect, to match path
reed
2014-12-15
*
add get9 and set9 to matrix, to aid in making keys
reed
2014-12-13
*
More win64 warning fixes
bsalomon
2014-12-12
*
Cull pushCull and popCull from Skia.
mtklein
2014-12-12
*
Force embedding full font when serializing pictures.
mtklein
2014-12-11
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-11
*
Defer saves() until they're needed
reed
2014-12-11
*
Include SkTypes.h from SkDynamicAnnotations.h
mtklein
2014-12-10
*
dd readPixels to SkImage
reed
2014-12-10
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul
reed
2014-12-10
*
add readPixels to SkSurface (later try to remove it from SkCanvas)
reed
2014-12-09
*
Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...
reed
2014-12-09
*
Adding an option for pixelated rendering in SkPictureImageFilter
junov
2014-12-09
*
remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...
reed
2014-12-09
*
change SkPoint::setLength to set itself to (0,0) if it starting length is deg...
reed
2014-12-09
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...
scroggo
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...
robertphillips
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...
egdaniel
2014-12-08
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-08
*
Constify CreatePictureShader's picture arg.
fmalita
2014-12-08
*
remove device::clear -- no longer called
reed
2014-12-08
*
make SkColorShader private, use public factory
reed
2014-12-08
*
clear() is now an alias for drawPaint, so remove its virtual
reed
2014-12-05
*
Change clear() to respect the clip
reed
2014-12-04
*
make clear private (before we delete it)
reed
2014-12-04
*
Revert of Revert of remove unused device::eraseColor (patchset #1 id:1 of htt...
reed
2014-12-03
*
Revert of remove unused device::eraseColor (patchset #1 id:1 of https://coder...
halcanary
2014-12-03
*
Add XferProcessor factory in GrPaint and GrDrawState.
egdaniel
2014-12-03
*
remove unused device::eraseColor
reed
2014-12-03
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
[next]