| Commit message (Expand) | Author | Age |
... | |
* | For SkGPipe, store bitmaps in a common location. | scroggo@google.com | 2012-06-13 |
* | Fix the problem of rendering closePath not properly after a moveTo call in | schenney@chromium.org | 2012-06-13 |
* | Compiler complaints + some minor cleanup | robertphillips@google.com | 2012-06-12 |
* | Move SkColorTable into its own header and reduce includes in SkFlattenable.h | djsollen@google.com | 2012-06-12 |
* | remove SK_CAN_USE_FLOAT (deprecated) | reed@google.com | 2012-06-11 |
* | Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changing | reed@google.com | 2012-06-11 |
* | Rename the existing flatten(void*) methods. | djsollen@google.com | 2012-06-08 |
* | Detect inverse-fill, and treat its bounds as huge (all of integer space) for the | reed@google.com | 2012-06-08 |
* | Add SkPath::getVerbs/countVerbs | bsalomon@google.com | 2012-06-07 |
* | Make SkPath::RawIter require a non-NULL pts pointer. | bsalomon@google.com | 2012-06-07 |
* | fix warnings on Mac in src/core | caryclark@google.com | 2012-06-06 |
* | Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) | robertphillips@google.com | 2012-06-05 |
* | Reverting r4162 | robertphillips@google.com | 2012-06-05 |
* | Added instance counting system for SkRefCnt-derived objects | robertphillips@google.com | 2012-06-05 |
* | change gm to use concat instead of setMatrix, so we don't trash the caller if | reed@google.com | 2012-06-04 |
* | Adding option to serialize mutable bitmaps in SkPicture | junov@chromium.org | 2012-06-01 |
* | Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. | tomhudson@google.com | 2012-06-01 |
* | Update the implementation of SkTypeface_android.h functions. | djsollen@google.com | 2012-06-01 |
* | We often rgn-diff an area >= the other rgn. now we detect that and return empty | reed@google.com | 2012-05-31 |
* | Refactor dictionaries for use by entities other than just SkPicture | djsollen@google.com | 2012-05-30 |
* | arm: First step towards dynamic NEON support. | digit@google.com | 2012-05-30 |
* | addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) | reed@google.com | 2012-05-29 |
* | Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening lar... | junov@chromium.org | 2012-05-29 |
* | Detect when the caller was hairline AND strokeandfill, and resolve that into ... | reed@google.com | 2012-05-29 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | Plumbing to propagate save & restore from SkCanvas down to GrContext & lower | robertphillips@google.com | 2012-05-23 |
* | remove bogus nearlyzero checks | reed@google.com | 2012-05-21 |
* | ~glyphcache_globals needs to actually delete its cache | reed@google.com | 2012-05-21 |
* | minor cleanups, in prep for more work on improving precision | reed@google.com | 2012-05-17 |
* | change SkChunkAlloc to grow its allocations geometrically (not linearly) | reed@google.com | 2012-05-17 |
* | change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev... | reed@google.com | 2012-05-17 |
* | Allow font-cache to use thread_local_storage for a private cache | reed@google.com | 2012-05-17 |
* | Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all | reed@google.com | 2012-05-17 |
* | pass the region-op to the clipstack for SkCanvas::clipRegion. | reed@google.com | 2012-05-16 |
* | WeakRefCnt | bungeman@google.com | 2012-05-16 |
* | remove unused variable (isNaN) | reed@google.com | 2012-05-16 |
* | Iter::next takes a bool (defaults to true for now) if we want to consume dege... | reed@google.com | 2012-05-16 |
* | perform quickReject in drawPoints (which is called by drawLine) just like we | reed@google.com | 2012-05-16 |
* | add computeFastBounds to SkPathEffect, so we can attempt quickReject | reed@google.com | 2012-05-15 |
* | remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ... | reed@google.com | 2012-05-15 |
* | for scalar==float, tis faster to always to MIN and MAX, than to put an ELSE | reed@google.com | 2012-05-15 |
* | Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i... | reed@google.com | 2012-05-15 |
* | pre allocate space for the result (guesstimation) so we don't spend extra time | reed@google.com | 2012-05-15 |
* | inline the fast case for AutoDrawLoop::next() so we don't slow down simple | reed@google.com | 2012-05-15 |
* | special-case filling narrow rects, where we can be faster than the SSE2 asm | reed@google.com | 2012-05-15 |
* | update the nearly_integral calculation to be (a) faster, and (b) to correctly | reed@google.com | 2012-05-11 |
* | only check for nearly-integral if we're a BW clip | reed@google.com | 2012-05-11 |
* | lazily make a copy of the paint when choosing a blitter. For simple draws, | reed@google.com | 2012-05-11 |