aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Reduce embolden effect. DO NOT MERGEVictoria Lease2012-07-271-1/+11
| | |_|/ | |/| |
* | | | skia: Several tuningsXin Qi2012-09-262-10/+122
* | | | Squashed commit of font rendering fixes from Skia masterbungeman@google.com2012-09-121-53/+84
* | | | Landing arm patch from contributor.djsollen@google.com2012-09-112-43/+37
* | | | Implementing Color32 functions for Neon platforms.borenet@google.com2012-09-112-4/+143
* | | | Assembly optimized 4 blittering related functions:Xin Qi2012-07-2513-6/+2054
* | | | Neon optimized implementation of S16_opaque_D32_nofilter_DXPer-Daniel Olsson2012-07-191-0/+204
|/ / /
* | | DO NOT MERGE Skia solution to fake-bold fallback fonts.Victoria Lease2012-06-131-3/+15
|/ /
* | Use FreeType's "embolden", but only if face is not already bold.Victoria Lease2012-05-311-7/+7
|/
* Merge "detect all masks, and don't use masksuperblitter with those." into jb-devDerek Sollenberger2012-05-301-2/+4
|\
| * detect all masks, and don't use masksuperblitter with those.Derek Sollenberger2012-05-291-2/+4
* | Add support for reusing bitmap in webp format.Owen Lin2012-05-174-75/+140
* | Nvidia's patch for reusing bitmap in image region decoding.Owen Lin2012-05-173-25/+82
|/
* Disable the incorrect culling of vertical text.Derek Sollenberger2012-05-161-3/+3
* Merge "Cleanup pixel ref mutexes in Skia" into jb-devDerek Sollenberger2012-05-166-24/+76
|\
| * Cleanup pixel ref mutexes in SkiaDerek Sollenberger2012-05-146-24/+76
* | Add new utfToGlyphs API for GL rendererRomain Guy2012-05-141-0/+31
|/
* Fix bug 6479740: Serif font gone in tot/jb-devRaph Levien2012-05-111-13/+9
* Merge "Apply ARM patches from NVidia for improved drawing performance." into ...Derek Sollenberger2012-05-101-5/+552
|\
| * Apply ARM patches from NVidia for improved drawing performance.Derek Sollenberger2012-05-091-5/+552
* | Fix bugs with duplicate fallback fonts.Fabrice Di Meglio2012-05-091-172/+169
* | Fix lock issue in Skia fonthost for Android.Jeff Brown2012-05-091-115/+150
|/
* Fix two font issue that are causing crashes and ANRsDerek Sollenberger2012-05-011-8/+40
* Fix SkNWayCanvas to prevent crashes by setting up a deviceDerek Sollenberger2012-05-012-1/+17
* Handle Bitmap reuse failure more gracefullyChet Haase2012-04-305-15/+55
* Reset Skia to the default font cache size that we used in ICS.Derek Sollenberger2012-04-191-2/+0
* Merge "Add SkPaint.setTextLocale()"Fabrice Di Meglio2012-04-121-0/+17
|\
| * Add SkPaint.setTextLocale()Fabrice Di Meglio2012-04-111-0/+17
* | Reinstate early out from antialiased path rendering if weDerek Sollenberger2012-04-121-3/+44
|/
* Fix grabbing a lock recursivelyJohn Reck2012-03-291-3/+4
* Fix incorrectly rendered stroked text on pathDerek Sollenberger2012-03-201-1/+4
* Update Freetype to support vertical text drawing.Derek Sollenberger2012-03-191-18/+105
* Reload fallback fonts when system language changesRussell Brenner2012-03-133-17/+222
* resolved conflicts for merge of 2a049989 to masterDerek Sollenberger2012-03-12164-3519/+8071
|\
| * Skia Merge (revision 3312)Derek Sollenberger2012-03-06170-3588/+8212
* | Add getter for camera location (android-only)Chet Haase2012-03-051-0/+12
* | Changes to preserve backwards compatibility for serializationDerek Sollenberger2012-02-278-12/+81
* | Merge "add null check when cropping a bitmap."Derek Sollenberger2012-02-241-1/+7
|\ \
| * | add null check when cropping a bitmap.Derek Sollenberger2012-02-231-1/+7
* | | Add new "sourcePath" API to SkPathRomain Guy2012-02-231-0/+10
|/ /
* | Revert "add null check when cropping a bitmap."Chih-Chung Chang2012-02-231-7/+1
* | The generation ID of a path should be copied by the copy ctor.Romain Guy2012-02-211-1/+1
* | add null check when cropping a bitmap.Derek Sollenberger2012-02-211-1/+7
* | Merge "Fix regression where we disable fonts with no specified name."Derek Sollenberger2012-02-154-55/+42
|\ \
| * | Fix regression where we disable fonts with no specified name.Derek Sollenberger2012-02-154-55/+42
| |/
* | Initialize fPreferQualityOverSpeed to false.Jing Yu2012-02-151-1/+1
|/
* Skia merge (revision 3022)Derek Sollenberger2012-02-06690-15412/+50843
* Fix rendering bug in pages with shadowed text.Derek Sollenberger2011-11-308-27/+137
* Fix serialization crash for saved pages in the browser.Derek Sollenberger2011-10-141-4/+4
* Fix font issue for some sites using offline reading mode.Derek Sollenberger2011-10-121-25/+70