| Commit message (Expand) | Author | Age |
* | CreateTypefaceFromStream for GDI. | bungeman@google.com | 2012-05-18 |
* | add makedash_ variants to measure applying the dash (not drawing it) | reed@google.com | 2012-05-18 |
* | skdiff test-only change: add test of --nodiffs mode, make tests validate retu... | epoger@google.com | 2012-05-18 |
* | add baselines | reed@google.com | 2012-05-18 |
* | add dashing2 gm to exercise dashing on curves and polygons | reed@google.com | 2012-05-18 |
* | Move state onto GrGLShaderBuilder, to let us implement mappings | tomhudson@google.com | 2012-05-18 |
* | test-only change: update run.sh and rearrange dirs to ease addition of more t... | epoger@google.com | 2012-05-17 |
* | Fix type errors and a few warnings for Visual Studio 2010 64-bit build. | tomhudson@google.com | 2012-05-17 |
* | minor cleanups, in prep for more work on improving precision | reed@google.com | 2012-05-17 |
* | add options to enable/disable "FAILED to read ..." message | reed@google.com | 2012-05-17 |
* | Use intrinsics instead of inline assembly for detecting CPU ID & SSE2/3 support | tomhudson@google.com | 2012-05-17 |
* | reuse() is no longer available, call reset() | reed@google.com | 2012-05-17 |
* | change SkChunkAlloc to grow its allocations geometrically (not linearly) | reed@google.com | 2012-05-17 |
* | move Release build to -O3 (from -O2) | 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 |
* | First functioning version of SW-only clip mask creator | robertphillips@google.com | 2012-05-17 |
* | Free cached AA clip mask when create hard/stencil clip mask | robertphillips@google.com | 2012-05-17 |
* | Add 'inline' to suppress unused warnings with Android NDK build. | bungeman@google.com | 2012-05-16 |
* | computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (y... | reed@google.com | 2012-05-16 |
* | pass the region-op to the clipstack for SkCanvas::clipRegion. | reed@google.com | 2012-05-16 |
* | Fix new atomic declarations for Android. | bungeman@google.com | 2012-05-16 |
* | WeakRefCnt | bungeman@google.com | 2012-05-16 |
* | test-only changes: add more image files to test more skdiff behavior | epoger@google.com | 2012-05-16 |
* | remove unused variable (isNaN) | reed@google.com | 2012-05-16 |
* | skdiff: only write out diff images that are included in index.html | epoger@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 |
* | Make skdiff use enumeration of result types instead of separate booleans for ... | epoger@google.com | 2012-05-16 |
* | Disable SSSE3 for Android x86 *ONLY*. | tomhudson@google.com | 2012-05-16 |
* | can't make the compute-bounds methods private yet :( | reed@google.com | 2012-05-16 |
* | perform quickReject in drawPoints (which is called by drawLine) just like we | reed@google.com | 2012-05-16 |
* | speedup SkRect::isFinite() (almost 2x) | reed@google.com | 2012-05-16 |
* | update dox for copy-constructor | reed@google.com | 2012-05-16 |
* | Added baseline golden master images for nexus s. | chudy@google.com | 2012-05-15 |
* | add computeFastBounds to SkPathEffect, so we can attempt quickReject | reed@google.com | 2012-05-15 |
* | Add (8) more benchmarks to capture performance of a pair of blit optimization | tomhudson@google.com | 2012-05-15 |
* | Adding baseline images for new complexclip2 variants and samplerstress GM | robertphillips@google.com | 2012-05-15 |
* | add clipped case for dashing to exercise quickReject | reed@google.com | 2012-05-15 |
* | update dox for measureText | reed@google.com | 2012-05-15 |
* | update baseline | reed@google.com | 2012-05-15 |
* | add new images for new test | reed@google.com | 2012-05-15 |
* | rebaseline after 3943 | reed@google.com | 2012-05-15 |
* | Updating complexclip2 baseline images in response to r3943 | robertphillips@google.com | 2012-05-15 |
* | make "Partial pixel coverage will be incorrectly blended" debug message condi... | 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 |
* | Updated AAClips Sample slide and complexclip2 GM to exercise AA clipping | robertphillips@google.com | 2012-05-15 |
* | Convert AAClipCache's GrRects to GrIRects | robertphillips@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 |
* | Add self-test for skdiff, and remove date/time from skdiff output so it passes. | epoger@google.com | 2012-05-15 |