- 30 May, 2012 2 commits
-
-
Derek Sollenberger authored
* commit 'f37732cf': detect all masks, and don't use masksuperblitter with those.
-
Derek Sollenberger authored
-
- 29 May, 2012 1 commit
-
-
Derek Sollenberger authored
This is a cherry-pick of Skia r3364. bug: 6522740 Change-Id: I9f9360a0fd5d8bfd936072f0f9bae0709768a1b6
-
- 24 May, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: Ieef3e00a660125acc348dd5c4392ffa4b6fba2c3
-
- 22 May, 2012 2 commits
-
-
The Android Automerger authored
-
The Android Open Source Project authored
Change-Id: Ib508cbb004388631b20650d575b2829b481fb989
-
- 20 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 19 May, 2012 3 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
The Android Open Source Project authored
Change-Id: Ica7c000a9aa45215dbefec538d8221d9d8134236
-
- 18 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 17 May, 2012 5 commits
-
-
Owen Lin authored
Also relax the constraint of the requested region. Now, we can get a region that is partially outsides the image. bug:5884845 Change-Id: Ibf455d176653ef1cf36924d685df1920d23cb542
-
Owen Lin authored
bug: 5884845 Change-Id: Id4c13ceece618da510ed35b8fa4a69c8e1b028dd
-
The Android Automerger authored
- 16 May, 2012 5 commits
-
-
Derek Sollenberger authored
* commit '17e8e7f0': Disable the incorrect culling of vertical text.
-
Derek Sollenberger authored
bug:6242553 Change-Id: Ied1865b667c21d0a59586ec8b36db276f892ccbc
-
Derek Sollenberger authored
* commit '41b64c06': Cleanup pixel ref mutexes in Skia
-
Derek Sollenberger authored
-
The Android Open Source Project authored
Change-Id: I1894c61b87d17afb56f564b36fda3b87a6b3f5a4
-
- 15 May, 2012 3 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
Romain Guy authored
* commit '7249c95f': Add new utfToGlyphs API for GL renderer Bug #6408362
-
- 14 May, 2012 3 commits
-
-
Romain Guy authored
Bug #6408362 Change-Id: I69c21d9aeeb663aa6244132ce8d598be888886e2
-
Derek Sollenberger authored
Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all pixelref subclasses want a mutex to guard their lock/unlock virtuals, and (b) most subclasses use the same mutex for *all* of their instances, even when there is no explicit need to guard modifying one instances with another. When we try drawing bitmaps from multiple threads, we are seeing a lot of slow- down from these mutexes. This CL has two changes to try to speed things up. 1. Add setPreLocked(), for pixelrefs who never need the onLockPixels virtual to be called. This speeds up those subclasses in multithreaded environs as it avoids the mutex lock all together (e.g. SkMallocPixelRef). 2. Add setMutex() to allow a subclass to change the mutex choice. ashmem wants this, since its unflattening constructor cannot pass down the null, it needs to cleanup afterwards. see https://codereview.appspot.com/6199075/ bug: 6469917 Change-Id: I81a7cfa0b2ead5a42059697eafa58de1e7a87da2
-
The Android Automerger authored
-
- 11 May, 2012 2 commits
-
-
Raph Levien authored
* commit '7c6d54cd': Fix bug 6479740: Serif font gone in tot/jb-dev
-
Raph Levien authored
addNameLocked() was failing when namelist count == 0, which was causing the fonts not to be loaded. Change-Id: Ib7c9ee96e3f0574ac3cc920ce086338d60ef7397
-
- 10 May, 2012 6 commits
-
-
Derek Sollenberger authored
Add S32A_Opaque_BlitRow32 with TEST_SRC_ALPHA Add optimization for 32bit blits on neon Optimize S32A_D565 pixel loop, non-NEON CPUs bug: 6467331 Change-Id: I3e0b0a8f711bf2ed97b480b81232a52f6f94dbe3
-
Derek Sollenberger authored
* commit 'c0226a03': Apply ARM patches from NVidia for improved drawing performance.
-
Fabrice Di Meglio authored
* commit '127ddb8a': Fix bugs with duplicate fallback fonts.
-
Jeff Brown authored
* commit '42ca8dae': Fix lock issue in Skia fonthost for Android.
-
Derek Sollenberger authored
-
The Android Automerger authored
-
- 09 May, 2012 3 commits
-
-
Fabrice Di Meglio authored
Cleaned up the system font and fallback font list memory management using smart arrays. Cleaned up the addition and removal of font records from the font family lists. Previously, list insertion was occurring when the typeface was constructed, which obscured much of the logic. Bug #6406249 SystemUI crashed when changing Locale Change-Id: I3e33f7868f1b0a6835b91652652a457799d991d5
-
Jeff Brown authored
load_system_fonts() could potentially be called without a lock held. To make this problem less likely to happen again in the future, adopted a naming convention for all locked methods. Change-Id: I04ff5e8ad005e5c1180aae9be8c134d0d384ac2c
-
Derek Sollenberger authored
Add S32A_Opaque_BlitRow32 with TEST_SRC_ALPHA Add optimization for 32bit blits on neon Optimize S32A_D565 pixel loop, non-NEON CPUs bug: 6467331 Change-Id: I3e0b0a8f711bf2ed97b480b81232a52f6f94dbe3
-
- 04 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 03 May, 2012 1 commit
-
-
Derek Sollenberger authored
* commit 'aebbe265': Fix two font issue that are causing crashes and ANRs
-