| Commit message (Expand) | Author | Age |
... | |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | sk_float_round isn't a function, so call this instead: sk_float_floor((x) + 0... | reed@google.com | 2011-12-16 |
* | cleanup font purging functions | caryclark@google.com | 2011-12-16 |
* | Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap | junov@chromium.org | 2011-12-15 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |
* | add canvas::isDrawingToLayer(), as a fast query for chrome; faster than | reed@google.com | 2011-12-14 |
* | Closing fd for mmap after mapping succeeds. | djsollen@google.com | 2011-12-09 |
* | Adding isOpaque method to skia shader classes | junov@chromium.org | 2011-12-09 |
* | add more SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | rename sk_float_isNaN to sk_float_isnan to match related functions | reed@google.com | 2011-12-06 |
* | rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed | reed@google.com | 2011-12-06 |
* | make _isnan windows specific | reed@google.com | 2011-12-05 |
* | add sk_float_isfinite to mask platform differences | reed@google.com | 2011-12-05 |
* | When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep | senorblanco@chromium.org | 2011-12-02 |
* | revert 2783 -- broke debug gm | reed@google.com | 2011-12-01 |
* | New function SkBlitter::blitAntiRect(); specifically accelerated for | tomhudson@google.com | 2011-12-01 |
* | Doxygen configuration file, documentation and minor cleanup on blitters. | tomhudson@google.com | 2011-12-01 |
* | Fix Paint == comparison on Android. | djsollen@google.com | 2011-12-01 |
* | add 2nd _ to __OpenBSD_ | reed@google.com | 2011-11-30 |
* | replacing Gr* with Sk* in SkTArray.h | junov@chromium.org | 2011-11-30 |
* | Add more Unix platforms on which Skia for Chromium has been built, | reed@google.com | 2011-11-30 |
* | add bytes() to SkTDArray, which returns the number of bytes in the array, | reed@google.com | 2011-11-28 |
* | Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see | tomhudson@google.com | 2011-11-28 |
* | define SK_OVERRIDE based on windows compiler, not windows platform (for mingw) | reed@google.com | 2011-11-28 |
* | Fix mac debug asserts | bsalomon@google.com | 2011-11-23 |
* | Add hints for static analysis about when we intend to crash | bsalomon@google.com | 2011-11-23 |
* | store 3 bits of luminance, but (for now) discretize that in fonthost::filterec | reed@google.com | 2011-11-22 |
* | remove GetGammaFlag from SkFontHost | reed@google.com | 2011-11-22 |
* | add SetFlags for command line control | caryclark@google.com | 2011-11-21 |
* | use a define for the shift amount for the hinting bits | reed@google.com | 2011-11-21 |
* | reorder bits and remove obsolete kForceAA experimental bit | reed@google.com | 2011-11-21 |
* | remove all references to SkGlobals (obsolete) | reed@google.com | 2011-11-17 |
* | add SkXfermode::IsMode() and use that in SkDevice | mike@reedtribe.org | 2011-11-17 |
* | This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. | senorblanco@chromium.org | 2011-11-16 |
* | Add paging support for handle based typefaces. | bungeman@google.com | 2011-11-15 |
* | Add default param to SkDevice::writePixels b/c WK is relying on old signature... | bsalomon@google.com | 2011-11-10 |
* | Add config8888 support to writePixels | bsalomon@google.com | 2011-11-10 |
* | have paint's measure calls respect vertical | reed@google.com | 2011-11-10 |
* | add vertical-text bit to paint (not supported yet) | reed@google.com | 2011-11-10 |
* | use new PurgeFontCache() api | reed@google.com | 2011-11-08 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | fix prev. change for __OpenBSD__ | reed@google.com | 2011-11-08 |
* | add api to SkGraphics to get/set font cache limit | reed@google.com | 2011-11-08 |
* | Override 32BPP format in SkCanvas::readPixels | bsalomon@google.com | 2011-11-03 |
* | experimental -- add SkImageFilter to paint. Not called yet. | reed@google.com | 2011-11-03 |
* | Adding support to trunk for building Skia using the Android NDK. | djsollen@google.com | 2011-11-03 |
* | Line-endings only change (some windows line-endings snuck in) | bsalomon@google.com | 2011-11-02 |
* | Make SkDevice::onReadPixels take a const& rather than const* | bsalomon@google.com | 2011-11-02 |
* | Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ... | bsalomon@google.com | 2011-11-02 |
* | Revert r2584 (new test fails in fixed pt builds) | bsalomon@google.com | 2011-11-02 |