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
*
Rename SkClipStack::Rec to SkClipStack::Element
bsalomon@google.com
2012-11-29
*
Add newline at end of SkRRect.h
robertphillips@google.com
2012-11-29
*
SkRoundRect start
robertphillips@google.com
2012-11-29
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-29
*
update dox
reed@google.com
2012-11-28
*
Added dashing fast path
robertphillips@google.com
2012-11-28
*
revert prev change to reset
reed@google.com
2012-11-27
*
guard for self-assignment in reset()
reed@google.com
2012-11-27
*
Make the clip stack reduction test generate inverse filled paths.
bsalomon@google.com
2012-11-27
*
Add a function that computes a reduced representation of the clip stack.
bsalomon@google.com
2012-11-26
*
change SkDrawFilter::filter to return a bool, where false means don't-draw
reed@google.com
2012-11-26
*
must always include another skia header (unless you're SkTypes.h). In this case,
reed@google.com
2012-11-26
*
check for bad enum use when adding contours
reed@google.com
2012-11-26
*
Remove GrRandom API in favor of SkRandom.
tfarina@chromium.org
2012-11-21
*
Add isRect variant that returns path closure and direction.
caryclark@google.com
2012-11-21
*
add restore() to SkAutoCanvasRestore
reed@google.com
2012-11-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-20
*
Reverting r6489 to fix compiler error in Chrome
robertphillips@google.com
2012-11-20
*
Add missing SK_API define.
tfarina@chromium.org
2012-11-19
*
use SkPath::isNestedRects() to apply blurred nine-patch
reed@google.com
2012-11-19
*
add two nested rect detector to path
caryclark@google.com
2012-11-19
*
remove unused (and undefined) SkColorSpace parameter.
mike@reedtribe.org
2012-11-15
*
Remove a warning for comparing signed and unsigned integers.
scroggo@google.com
2012-11-14
*
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 a conservativelyContainsRect function to SkPath.
bsalomon@google.com
2012-11-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-13
*
Allow SkPicture-derived classes install their own SkPicturePlayback-derived o...
robertphillips@google.com
2012-11-13
*
Add support for SK_MSCALAR_IS_FLOAT
vollick@chromium.org
2012-11-13
*
Make SkPath cache the result of cheapComputeDirection.
bsalomon@google.com
2012-11-13
*
Revert 6351 due to bugs.
bsalomon@google.com
2012-11-12
*
add entry-point to SkMaskFilter to fast-path rectangles.
reed@google.com
2012-11-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-09
*
add centerX() and centerY() to SkIRect (because they made me)
reed@google.com
2012-11-08
*
Apply intersect rects to earlier clip elements and skip rects when possible.
bsalomon@google.com
2012-11-08
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-08
*
Combine multiple intersecting rects in SkClipStack::Iter.
bsalomon@google.com
2012-11-07
*
CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,
reed@google.com
2012-11-07
*
Some improvements to reduce the number of pixels touched in generating alpha ...
bsalomon@google.com
2012-11-07
*
Add temporary interfaces in blur and clip to
caryclark@google.com
2012-11-07
*
add more utilities: roundIn(), offsetTo()
reed@google.com
2012-11-06
*
add draw filter option to picture_bench
caryclark@google.com
2012-11-06
*
Remove a pointless anonymous namespace in a header.
thakis@chromium.org
2012-11-06
*
Make all remaining effects use GrGLEffectMatrix
bsalomon@google.com
2012-11-02
*
Make GrGLTextureDomainEffect use GrGLEffectMatrix.
bsalomon@google.com
2012-11-02
*
Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPi...
junov@chromium.org
2012-11-01
*
GDI fonthost to serialize using correct font name.
bungeman@google.com
2012-10-31
*
add SkScalarsEqual() so we don't have to use memcmp for arrays of floats.
reed@google.com
2012-10-31
*
Make SkShader store localM directly rather than as a separate alloc.
bsalomon@google.com
2012-10-31
*
Shortcut inverting the identity matrix.
bsalomon@google.com
2012-10-31
[next]