| Commit message (Expand) | Author | Age |
* | 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 |
* | inline isEmpty and isRect (faster) | reed@google.com | 2012-05-11 |
* | use mapPoints instead of mapXY for the 2 corners of a rect (faster) | reed@google.com | 2012-05-11 |
* | 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 |
* | don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exact | reed@google.com | 2012-05-09 |
* | invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGE | reed@google.com | 2012-05-09 |
* | remove obsolete comments | reed@google.com | 2012-05-09 |
* | add assert | reed@google.com | 2012-05-09 |
* | remove dead conditional | reed@google.com | 2012-05-09 |
* | experimental faster sort | reed@google.com | 2012-05-09 |
* | add flag/hint to PlatformGetSpecific. If true, then the caller requires that | reed@google.com | 2012-05-08 |
* | Fixed some fixed point build Windows compiler complaints | robertphillips@google.com | 2012-05-08 |
* | mirror of https://codereview.appspot.com/6188054/ | reed@google.com | 2012-05-08 |
* | remove unused ptr/len parameters from CreateTypeface | reed@google.com | 2012-05-07 |
* | impl SkTLS for windows, refactoring to share code with pthread impl | reed@google.com | 2012-05-07 |
* | revert TLS change (until we impl windows backend) | reed@google.com | 2012-05-07 |