index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
...
*
allow thread-local font cache
reed@google.com
2012-05-07
*
add SkTQSort (stolen from cary's experimental work)
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
*
fix/revert the unsigned-shift change made to clamp in 3836. For clamp we want
reed@google.com
2012-05-04
*
We were numerically overflowing our 16bit coordinates that we communicate
reed@google.com
2012-05-03
*
restore extra slot in sentinal array that was removed in 3825. This extra value
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
*
Add missing null device checks in SkCanvas
djsollen@google.com
2012-05-01
*
fix bug (and add test) for drawing an inverse-path whose bounds do intersect
reed@google.com
2012-05-01
*
record yspancount and intervalcount in regions
reed@google.com
2012-05-01
*
code-style cleanups only
reed@google.com
2012-04-30
*
just coding style fixes, no logic change
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
*
Apply fix from #3739 to quads and cubics as well
reed@google.com
2012-04-27
*
Add SkString.contains()
epoger@google.com
2012-04-27
*
Fixed minor Release & fixed point compiler warnings on Linux
robertphillips@google.com
2012-04-25
*
use new storage parameter to SkOrderedWriteBuffer (to avoid small dynamic all...
reed@google.com
2012-04-24
*
add optional storage parameter to SkWriter32
reed@google.com
2012-04-24
*
add SkTLS::Delete
reed@google.com
2012-04-23
*
move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS
reed@google.com
2012-04-23
*
fix debug build
reed@google.com
2012-04-23
*
cleanups in prep for tls cache
reed@google.com
2012-04-23
*
add experimental tls (for font cache eventually)
reed@google.com
2012-04-23
*
only add pathmeasure segment if the accumulated length was actually changed,
reed@google.com
2012-04-20
*
mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedp...
reed@google.com
2012-04-18
*
speculative fix for debug/release problem on windows with mirror bitmaps
reed@google.com
2012-04-18
*
inline common case when we are left-aligned in drawPosText
reed@google.com
2012-04-18
*
Remove unecessary virtual calls by having SkPicture use SkReader32 directly.
djsollen@google.com
2012-04-18
*
Track oval in SkPath
bsalomon@google.com
2012-04-18
*
chop hairlines against 32K bounds, since that is our limit (currently)
reed@google.com
2012-04-17
*
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
*
we have to explicitly pin the results from sect_with_horizontal, since even with
reed@google.com
2012-04-17
*
Add SK_SYSTEM_ZLIB define.
justinlin@google.com
2012-04-16
*
need to invert the alpha computation for single scanline on innerfill
reed@google.com
2012-04-16
*
fix clamping when we chop a cubic
reed@google.com
2012-04-16
*
proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657
mike@reedtribe.org
2012-04-14
*
pin the edge points to the clip, rather than just calling clamp_ge/le in the
reed@google.com
2012-04-13
*
replace getTotalClipStack() with replayClips()+ClipVisitor
reed@google.com
2012-04-13
*
can't perform fast top_bottom cull if the text is vertical
reed@google.com
2012-04-12
*
Reinstate early out from antialiased path rendering if we anticipate
tomhudson@google.com
2012-04-12
*
always check the result of SkMatrix::invert
reed@google.com
2012-04-12
*
detect when pathmeasure fails, and don't access uninitialized tangent
reed@google.com
2012-04-12
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@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
*
Since we only have 1 proc for SA8_alpha_D32 (i.e. no opaque special-case) we
reed@google.com
2012-04-10
[prev]
[next]