- 14 Apr, 2011 1 commit
-
-
Derek Sollenberger authored
There is a companion change in external/webkit Change-Id: I1c4110e7520bbef3f4e5f9551adb7ec79ac1e3ed
-
- 17 Mar, 2011 2 commits
-
-
Derek Sollenberger authored
This merge will allow us to now import the sample app infrastructure in skia to do on device measurements. Change-Id: Idcab6b1524f371521717cde61a6e98a12d897e6b
-
Derek Sollenberger authored
Change-Id: I6cb3b47a36f8c334c7bfb77af6ea957bd2d78cf5
-
- 14 Mar, 2011 2 commits
-
-
Iliyan Malchev authored
Change-Id: Ice2f93f6a2c910c9e4b14b5de4de083e8de9f335 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
Derek Sollenberger authored
Change-Id: I7ed57d10905d8bad6486a4d7410165eec1cc2b4f
-
- 24 Feb, 2011 1 commit
-
-
Derek Sollenberger authored
This merge picks up the fixed width font updates and improved blur code from the Skia repository. Change-Id: Iad2301a353c31da27ca214527cf4ed8f24641749
-
- 23 Feb, 2011 1 commit
-
-
Derek Sollenberger authored
This merge has companion changes in the following projects in order to be compatible with changes to skia interfaces and practices: 1. /frameworks/base 2. /external/webkit Change-Id: I54092971305579e81a8fdb27bbe04ec340792e3b
-
- 05 Jan, 2011 1 commit
-
-
Eric Hassold authored
This enable Skia to decode WebP images. Since BitmapFactory relies on Skia to decode images, this aims at adding support for WebP format in any application relying on BitmapFactory. Decoder relies on libwepb library, imported as external library in external/webp in Android source tree. Change-Id: I13ef4c1404b989af6a856e9150c62e297200331b
-
- 20 Sep, 2010 1 commit
-
-
Wei-Ta Chen authored
The change is identical to https://android-git.corp.google.com/g/#change,64714 . Change-Id: If0136fcc96bcdab323607b701e2ef69ddf42f63d
-
- 08 Sep, 2010 2 commits
-
-
Wei-Ta Chen authored
This reverts commit 2d8e7825.
-
Wei-Ta Chen authored
This reverts commit 2d8e7825.
-
- 06 Sep, 2010 1 commit
-
-
Wei-Ta Chen authored
Change-Id: I093aea3d5e3e89c75b5086ede2b8bb30d8ceed95
-
- 16 Aug, 2010 1 commit
-
-
Joseph Wen authored
Change-Id: I795129d55a0a7da90b4d604a902066868933d2a9
-
- 06 May, 2010 1 commit
-
-
Dan Bornstein authored
Change-Id: Id386c3cf549c5856de1c0c0a91665b20e59672e0
-
- 09 Mar, 2010 1 commit
-
-
Mike Reed authored
src-alpha == 0 as a no-op. update unittests to measure this Change-Id: If4d61ac5f7ff3d7fc27cbc3f242dbdf7ff4e76be http://b/issue?id=2333376
-
- 04 Mar, 2010 1 commit
-
-
Mike Reed authored
http://b/issue?id=2401896 Before the fix, the image referenced in the bug would take 30+ seconds to load on a large device, and would crash a small device. On the small device, there was no RAM cap set, since the property we queried for does not exist there. On the large device, the properties value was too small, so I hard-code a larger one that seems to work better.
-
- 12 Feb, 2010 1 commit
-
-
Mike Reed authored
-
- 20 Jan, 2010 2 commits
-
-
Mike Reed authored
port stretchy from master
-
Wei-Ta Chen authored
so that others are able to use these structs/functions when they call libjpeg for compression.
-
- 06 Jan, 2010 1 commit
-
-
Wei-Ta Chen authored
There are two other related changes under review: 1) Build libjpeg to a shared library 2) Add libjpeg to the prelink map
-
- 20 Nov, 2009 1 commit
-
-
Mike Reed authored
The change is conditional at the moment inside SkScan_Path.cpp, USE_NEW_BUILDER. This chopping is meant to only pass in reasonable floats to the edgelist, so that we never overflow when converting to fixed-point. It also has the side-effect of speeding up edges to the left/right of the clip, since those become vertical lines, which are faster to walk over than the original curve segment. Future optimizations: throw away segments to the right of the clip, and tweak the edgelist walker to not require an explicit matching right-edge for the current run.
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 30 Oct, 2009 1 commit
-
-
Mike Reed authored
http://b/issue?id=2210685
-
- 28 Oct, 2009 1 commit
-
-
Mike Reed authored
-
- 29 Sep, 2009 1 commit
-
-
Mike Reed authored
It is computing out-of-range indices. When I debug it, I'll renable it with the fix.
-
- 23 Sep, 2009 1 commit
-
-
Mike Reed authored
-
- 14 Sep, 2009 1 commit
-
-
Mike Reed authored
add golden-master (gm) test app
-
- 04 Aug, 2009 1 commit
-
-
Mike Reed authored
-
- 03 Aug, 2009 1 commit
-
-
Mike Reed authored
original code submitted by ARM LIMITED 2009
-
- 30 Jul, 2009 2 commits
-
-
Marco Nelissen authored
-
Mike Reed authored
vector out to those from our blitrow factory
-
- 17 Jul, 2009 1 commit
-
-
Mike Reed authored
-
- 16 Jul, 2009 1 commit
-
-
Mike Reed authored
first stage of neon optimizations
-
- 10 Jul, 2009 1 commit
-
-
Mike Reed authored
-
- 08 Jul, 2009 1 commit
-
-
Mike Reed authored
advantage of hw floats on v7 class devices.
-
- 25 Jun, 2009 1 commit
-
-
Wei-Ta Chen authored
-
- 24 Jun, 2009 1 commit
-
-
Wei-Ta Chen authored
255, i.e., no need to add previous destination color values. My experimental results showed that the percentage of calls to SkSrcOver32To16() falling into the bypass path in the following processes are around: 1. system_server: 72% 2. acore: 80% 3. camera: 57% 4. browser: 66%
-
- 22 Jun, 2009 1 commit
-
-
Mike Reed authored
move (and extended) xfermode enum into SkXfermode.h fix recursion bug in stroking minor utility code changes for new unittests
-
- 29 May, 2009 1 commit
-
-
Mike Reed authored
- add canvas entry-point for shapes - add SDL support to GL port - rowbytes computation fixes in bitmaps
-
- 14 Apr, 2009 1 commit
-
-
Mike Reed authored
SkColorPriv.h - change alpha macro to favor keep opaque destinations opaque SkFontHost.h - new apis for accessing font tables SkPostConfig.h - more #ifdef protections around windows.h SkFontHost_tables.cpp added Various updates to unit tests
-