aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* revert 2783 -- broke debug gmGravatar reed@google.com2011-12-01
* New function SkBlitter::blitAntiRect(); specifically accelerated forGravatar tomhudson@google.com2011-12-01
* Doxygen configuration file, documentation and minor cleanup on blitters.Gravatar tomhudson@google.com2011-12-01
* Fix Paint == comparison on Android.Gravatar djsollen@google.com2011-12-01
* handle if unflattening returned a null shaderGravatar reed@google.com2011-11-30
* fix lcd16_shader_blend mathGravatar reed@google.com2011-11-30
* enable shadermask optimization all the timeGravatar reed@google.com2011-11-30
* speedup AAClip::setRegion (n^2 to n)Gravatar reed@google.com2011-11-28
* fix copy/paste error in LCD16 masks: mask type needed to be uint16_tGravatar reed@google.com2011-11-28
* call getSaveCount inside restoreToCount, in case it goes virtual...Gravatar reed@google.com2011-11-28
* separate declaration from impl for overrides, so we can declare some ofGravatar reed@google.com2011-11-28
* improve accuracy for luminance coefficientsGravatar reed@google.com2011-11-22
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22
* remove GetGammaFlag from SkFontHostGravatar reed@google.com2011-11-22
* add SetFlags for command line controlGravatar caryclark@google.com2011-11-21
* reorder bits and remove obsolete kForceAA experimental bitGravatar reed@google.com2011-11-21
* don't quickReject bitmaps if there is a looper or other possible bounds-modifierGravatar reed@google.com2011-11-21
* use older, slightly slower, blend math, to retain (mostly) the previous resultsGravatar reed@google.com2011-11-18
* remove all references to SkGlobals (obsolete)Gravatar reed@google.com2011-11-17
* remove use of SkGlobalsGravatar reed@google.com2011-11-17
* remove obsolete SK_USE_RUNTIME_GLOBALSGravatar reed@google.com2011-11-17
* use AsMode instead of deprecated IsModeGravatar mike@reedtribe.org2011-11-17
* add SkXfermode::IsMode() and use that in SkDeviceGravatar mike@reedtribe.org2011-11-17
* This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.Gravatar senorblanco@chromium.org2011-11-16
* Add support in Android for AdvancedTypefaceMetricsGravatar djsollen@google.com2011-11-16
* disable reduced checks if we're not enabling fast shadermaskGravatar reed@google.com2011-11-15
* need to opt-in to faster shadermask until chrome can rebaselineGravatar reed@google.com2011-11-15
* support blitMask+shader natively (1.75x faster for AA, and now we can supportGravatar reed@google.com2011-11-15
* rename/refactor in preparation for supporting accelerated blits of shader-outputGravatar reed@google.com2011-11-14
* fix autobounds dude to call a custom version of rect.join that doesn't ignoreGravatar reed@google.com2011-11-14
* improve validate to check for empty rects, since contains always returns falseGravatar reed@google.com2011-11-14
* reorder template functions so it compiles in LionGravatar reed@google.com2011-11-14
* record doAA param for clipRect and clipPath in picturesGravatar reed@google.com2011-11-11
* [PDF] Optimize W-array generation with respect to subsetted fonts and add test.Gravatar vandebo@chromium.org2011-11-11
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* have paint's measure calls respect verticalGravatar reed@google.com2011-11-10
* add vertical-text bit to paint (not supported yet)Gravatar reed@google.com2011-11-10
* Removes warnings generated by gcc and clang.Gravatar tomhudson@google.com2011-11-09
* use new PurgeFontCache() apiGravatar reed@google.com2011-11-08
* handle NaN values in clipPathGravatar reed@google.com2011-11-08
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* up default limit to 2MgGravatar reed@google.com2011-11-08
* return the prev value from SetFontCacheLimitGravatar reed@google.com2011-11-08
* add api to SkGraphics to get/set font cache limitGravatar reed@google.com2011-11-08
* Add font scaler gm.Gravatar bungeman@google.com2011-11-07
* Override 32BPP format in SkCanvas::readPixelsGravatar bsalomon@google.com2011-11-03
* experimental -- add SkImageFilter to paint. Not called yet.Gravatar reed@google.com2011-11-03
* add hack for testing gSkSuppressFontCachePurgeSpewGravatar reed@google.com2011-11-02
* Line-endings only change (some windows line-endings snuck in)Gravatar bsalomon@google.com2011-11-02
* Make SkDevice::onReadPixels take a const& rather than const*Gravatar bsalomon@google.com2011-11-02