aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* revert TLS change (until we impl windows backend)Gravatar reed@google.com2012-05-07
* allow thread-local font cacheGravatar reed@google.com2012-05-07
* add SkTQSort (stolen from cary's experimental work)Gravatar reed@google.com2012-05-07
* Just use std qsortGravatar reed@google.com2012-05-07
* make CanNormalize inline for the float build (big speedup for PathIter)Gravatar reed@google.com2012-05-07
* fix/revert the unsigned-shift change made to clamp in 3836. For clamp we wantGravatar reed@google.com2012-05-04
* We were numerically overflowing our 16bit coordinates that we communicateGravatar reed@google.com2012-05-03
* restore extra slot in sentinal array that was removed in 3825. This extra valueGravatar reed@google.com2012-05-03
* recreate http://codereview.appspot.com/6131051/ in svn instead of gitGravatar epoger@google.com2012-05-03
* store x-interval-count per scanline, so we can skip lines in O(1)Gravatar reed@google.com2012-05-02
* Add missing null device checks in SkCanvasGravatar djsollen@google.com2012-05-01
* fix bug (and add test) for drawing an inverse-path whose bounds do intersectGravatar reed@google.com2012-05-01
* record yspancount and intervalcount in regionsGravatar reed@google.com2012-05-01
* code-style cleanups onlyGravatar reed@google.com2012-04-30
* just coding style fixes, no logic changeGravatar reed@google.com2012-04-30
* Variant of SkRegion::op (called Oper) that either writes the result into a 3rdGravatar reed@google.com2012-04-30
* Apply fix from #3739 to quads and cubics as wellGravatar reed@google.com2012-04-27
* Add SkString.contains()Gravatar epoger@google.com2012-04-27
* Fixed minor Release & fixed point compiler warnings on LinuxGravatar robertphillips@google.com2012-04-25
* use new storage parameter to SkOrderedWriteBuffer (to avoid small dynamic all...Gravatar reed@google.com2012-04-24
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* add SkTLS::DeleteGravatar reed@google.com2012-04-23
* move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLSGravatar reed@google.com2012-04-23
* fix debug buildGravatar reed@google.com2012-04-23
* cleanups in prep for tls cacheGravatar reed@google.com2012-04-23
* add experimental tls (for font cache eventually)Gravatar reed@google.com2012-04-23
* only add pathmeasure segment if the accumulated length was actually changed,Gravatar reed@google.com2012-04-20
* mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedp...Gravatar reed@google.com2012-04-18
* speculative fix for debug/release problem on windows with mirror bitmapsGravatar reed@google.com2012-04-18
* inline common case when we are left-aligned in drawPosTextGravatar reed@google.com2012-04-18
* Remove unecessary virtual calls by having SkPicture use SkReader32 directly.Gravatar djsollen@google.com2012-04-18
* Track oval in SkPathGravatar bsalomon@google.com2012-04-18
* chop hairlines against 32K bounds, since that is our limit (currently)Gravatar reed@google.com2012-04-17
* expose font-table APIs to SkTypefaceGravatar reed@google.com2012-04-17
* Revert r3705 for fixed pt failures. Gravatar bsalomon@google.com2012-04-17
* track oval in SkPathGravatar bsalomon@google.com2012-04-17
* we have to explicitly pin the results from sect_with_horizontal, since even withGravatar reed@google.com2012-04-17
* Add SK_SYSTEM_ZLIB define.Gravatar justinlin@google.com2012-04-16
* need to invert the alpha computation for single scanline on innerfillGravatar reed@google.com2012-04-16
* fix clamping when we chop a cubicGravatar reed@google.com2012-04-16
* proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657Gravatar mike@reedtribe.org2012-04-14
* pin the edge points to the clip, rather than just calling clamp_ge/le in theGravatar reed@google.com2012-04-13
* replace getTotalClipStack() with replayClips()+ClipVisitorGravatar reed@google.com2012-04-13
* can't perform fast top_bottom cull if the text is verticalGravatar reed@google.com2012-04-12
* Reinstate early out from antialiased path rendering if we anticipateGravatar tomhudson@google.com2012-04-12
* always check the result of SkMatrix::invertGravatar reed@google.com2012-04-12
* detect when pathmeasure fails, and don't access uninitialized tangentGravatar reed@google.com2012-04-12
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZeroGravatar epoger@google.com2012-04-11
* Make it possible to share a comparison func with both SkTSearch and SkQSortGravatar bsalomon@google.com2012-04-10