| Commit message (Expand) | Author | Age |
* | 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 |
* | Don't verify PMA in writePixels | bsalomon@google.com | 2011-12-08 |
* | add more SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed | reed@google.com | 2011-12-06 |
* | 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 |
* | handle if unflattening returned a null shader | reed@google.com | 2011-11-30 |
* | fix lcd16_shader_blend math | reed@google.com | 2011-11-30 |
* | enable shadermask optimization all the time | reed@google.com | 2011-11-30 |
* | speedup AAClip::setRegion (n^2 to n) | reed@google.com | 2011-11-28 |
* | fix copy/paste error in LCD16 masks: mask type needed to be uint16_t | reed@google.com | 2011-11-28 |
* | call getSaveCount inside restoreToCount, in case it goes virtual... | reed@google.com | 2011-11-28 |
* | separate declaration from impl for overrides, so we can declare some of | reed@google.com | 2011-11-28 |
* | improve accuracy for luminance coefficients | reed@google.com | 2011-11-22 |
* | 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 |
* | reorder bits and remove obsolete kForceAA experimental bit | reed@google.com | 2011-11-21 |
* | don't quickReject bitmaps if there is a looper or other possible bounds-modifier | reed@google.com | 2011-11-21 |
* | use older, slightly slower, blend math, to retain (mostly) the previous results | reed@google.com | 2011-11-18 |
* | remove all references to SkGlobals (obsolete) | reed@google.com | 2011-11-17 |
* | remove use of SkGlobals | reed@google.com | 2011-11-17 |
* | remove obsolete SK_USE_RUNTIME_GLOBALS | reed@google.com | 2011-11-17 |
* | use AsMode instead of deprecated IsMode | mike@reedtribe.org | 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 support in Android for AdvancedTypefaceMetrics | djsollen@google.com | 2011-11-16 |
* | disable reduced checks if we're not enabling fast shadermask | reed@google.com | 2011-11-15 |
* | need to opt-in to faster shadermask until chrome can rebaseline | reed@google.com | 2011-11-15 |
* | support blitMask+shader natively (1.75x faster for AA, and now we can support | reed@google.com | 2011-11-15 |
* | rename/refactor in preparation for supporting accelerated blits of shader-output | reed@google.com | 2011-11-14 |
* | fix autobounds dude to call a custom version of rect.join that doesn't ignore | reed@google.com | 2011-11-14 |
* | improve validate to check for empty rects, since contains always returns false | reed@google.com | 2011-11-14 |
* | reorder template functions so it compiles in Lion | reed@google.com | 2011-11-14 |
* | record doAA param for clipRect and clipPath in pictures | reed@google.com | 2011-11-11 |
* | [PDF] Optimize W-array generation with respect to subsetted fonts and add test. | vandebo@chromium.org | 2011-11-11 |
* | 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 |
* | Removes warnings generated by gcc and clang. | tomhudson@google.com | 2011-11-09 |
* | use new PurgeFontCache() api | reed@google.com | 2011-11-08 |
* | handle NaN values in clipPath | reed@google.com | 2011-11-08 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | up default limit to 2Mg | reed@google.com | 2011-11-08 |
* | return the prev value from SetFontCacheLimit | reed@google.com | 2011-11-08 |
* | add api to SkGraphics to get/set font cache limit | reed@google.com | 2011-11-08 |