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
*
Warn if return values from SkRect's Make* methods are ignored
robertphillips@google.com
2012-05-10
*
add SkPath::isLine(), similar to isRect()
reed@google.com
2012-05-10
*
move SkStrokePathEffect into hiding for now, as its functionality is rethought.
reed@google.com
2012-05-10
*
allow SkAutoTUnref to be used syntactially as the object is refs
reed@google.com
2012-05-08
*
remove unused ptr/len parameters from CreateTypeface
reed@google.com
2012-05-07
*
revert TLS change (until we impl windows backend)
reed@google.com
2012-05-07
*
allow thread-local font cache
reed@google.com
2012-05-07
*
Just use std qsort
reed@google.com
2012-05-07
*
make CanNormalize inline for the float build (big speedup for PathIter)
reed@google.com
2012-05-07
*
We were numerically overflowing our 16bit coordinates that we communicate
reed@google.com
2012-05-03
*
recreate http://codereview.appspot.com/6131051/ in svn instead of git
epoger@google.com
2012-05-03
*
store x-interval-count per scanline, so we can skip lines in O(1)
reed@google.com
2012-05-02
*
record yspancount and intervalcount in regions
reed@google.com
2012-05-01
*
add comment on return-value for SkTSearch
reed@google.com
2012-04-30
*
Variant of SkRegion::op (called Oper) that either writes the result into a 3rd
reed@google.com
2012-04-30
*
Add SkString.contains()
epoger@google.com
2012-04-27
*
add optional storage parameter to SkWriter32
reed@google.com
2012-04-24
*
allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructor
reed@google.com
2012-04-23
*
cleanups in prep for tls cache
reed@google.com
2012-04-23
*
add x() and y() aliases for fLeft and fTop (matching SkIRect)
reed@google.com
2012-04-19
*
Track oval in SkPath
bsalomon@google.com
2012-04-18
*
expose font-table APIs to SkTypeface
reed@google.com
2012-04-17
*
Revert r3705 for fixed pt failures.
bsalomon@google.com
2012-04-17
*
track oval in SkPath
bsalomon@google.com
2012-04-17
*
Add cast to support 64 bit.
caryclark@google.com
2012-04-16
*
Add SK_SYSTEM_ZLIB define.
justinlin@google.com
2012-04-16
*
Fix 64-bit build on Mac
epoger@google.com
2012-04-16
*
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...
robertphillips@google.com
2012-04-16
*
replace getTotalClipStack() with replayClips()+ClipVisitor
reed@google.com
2012-04-13
*
add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave
reed@google.com
2012-04-12
*
mark getTotalClip as deprecated
reed@google.com
2012-04-12
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
allow the tolerance to be zero for nearlyzero
reed@google.com
2012-04-12
*
Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero
epoger@google.com
2012-04-11
*
Make it possible to share a comparison func with both SkTSearch and SkQSort
bsalomon@google.com
2012-04-10
*
misc fixes
bsalomon@google.com
2012-04-10
*
Warn when ignoring result of SkMatrix::invert.
bungeman@google.com
2012-04-09
*
Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability
junov@chromium.org
2012-04-05
*
Fixing the drawing of blurred shodows for hairline paths with software rendering
junov@chromium.org
2012-04-04
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Consolidate PixelRef flattables with the standard impl
djsollen@google.com
2012-03-28
*
Fix a bunch of Coverity defects - class members not initialized in the constr...
vandebo@chromium.org
2012-03-28
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
fix compilation bug in fixed pt
bsalomon@google.com
2012-03-26
*
Add SkMatrix::cheapEqualTo, use in Gr code
bsalomon@google.com
2012-03-26
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
apply imagefilter to all draw calls
reed@google.com
2012-03-23
*
Re-attempting Linux debug GL interface compiler complaint fix.
robertphillips@google.com
2012-03-21
*
Upstream changes from Android repository.
djsollen@google.com
2012-03-21
*
Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrow...
reed@google.com
2012-03-21
[next]