aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* Make SkPath::RawIter require a non-NULL pts pointer.Gravatar bsalomon@google.com2012-06-07
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05
* Added instance counting system for SkRefCnt-derived objectsGravatar robertphillips@google.com2012-06-05
* change gm to use concat instead of setMatrix, so we don't trash the caller ifGravatar reed@google.com2012-06-04
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* arm: First step towards dynamic NEON support.Gravatar digit@google.com2012-05-30
* addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)Gravatar reed@google.com2012-05-29
* Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening lar...Gravatar junov@chromium.org2012-05-29
* Detect when the caller was hairline AND strokeandfill, and resolve that into ...Gravatar reed@google.com2012-05-29
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23
* remove bogus nearlyzero checksGravatar reed@google.com2012-05-21
* ~glyphcache_globals needs to actually delete its cacheGravatar reed@google.com2012-05-21
* minor cleanups, in prep for more work on improving precisionGravatar reed@google.com2012-05-17
* change SkChunkAlloc to grow its allocations geometrically (not linearly)Gravatar reed@google.com2012-05-17
* change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev...Gravatar reed@google.com2012-05-17
* Allow font-cache to use thread_local_storage for a private cacheGravatar reed@google.com2012-05-17
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* pass the region-op to the clipstack for SkCanvas::clipRegion.Gravatar reed@google.com2012-05-16
* WeakRefCntGravatar bungeman@google.com2012-05-16
* remove unused variable (isNaN)Gravatar reed@google.com2012-05-16
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* perform quickReject in drawPoints (which is called by drawLine) just like weGravatar reed@google.com2012-05-16
* add computeFastBounds to SkPathEffect, so we can attempt quickRejectGravatar reed@google.com2012-05-15
* remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ...Gravatar reed@google.com2012-05-15
* for scalar==float, tis faster to always to MIN and MAX, than to put an ELSEGravatar reed@google.com2012-05-15
* Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i...Gravatar reed@google.com2012-05-15
* pre allocate space for the result (guesstimation) so we don't spend extra timeGravatar reed@google.com2012-05-15
* inline the fast case for AutoDrawLoop::next() so we don't slow down simpleGravatar reed@google.com2012-05-15
* special-case filling narrow rects, where we can be faster than the SSE2 asmGravatar reed@google.com2012-05-15
* update the nearly_integral calculation to be (a) faster, and (b) to correctlyGravatar reed@google.com2012-05-11
* only check for nearly-integral if we're a BW clipGravatar reed@google.com2012-05-11
* lazily make a copy of the paint when choosing a blitter. For simple draws,Gravatar reed@google.com2012-05-11
* inline isEmpty and isRect (faster)Gravatar reed@google.com2012-05-11
* use mapPoints instead of mapXY for the 2 corners of a rect (faster)Gravatar reed@google.com2012-05-11
* add SkPath::isLine(), similar to isRect()Gravatar reed@google.com2012-05-10
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exactGravatar reed@google.com2012-05-09
* invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGEGravatar reed@google.com2012-05-09
* remove obsolete commentsGravatar reed@google.com2012-05-09
* add assertGravatar reed@google.com2012-05-09