- 28 Oct, 2009 1 commit
-
-
Mike Reed authored
-
- 27 Oct, 2009 1 commit
-
-
Mike Reed authored
-
- 26 Oct, 2009 1 commit
-
-
Mike Reed authored
The work-around code forced us to take a slower path, which is unnecessary now that filter is precise for opaque inputs.
-
- 22 Oct, 2009 4 commits
-
-
Mike Reed authored
remove unneeded file from mac utils
-
Android (Google) Code Review authored
* changes: pull clipper fix from skia/trunk rev.404
-
Mike Reed authored
-
Mike Reed authored
-
- 20 Oct, 2009 1 commit
-
-
Mike Reed authored
-
- 19 Oct, 2009 6 commits
-
-
Android (Google) Code Review authored
* changes: skip S32A_D565_Blend_neon case for now, as it has an artifact when src-alpha==0
-
Android (Google) Code Review authored
* changes: moto neon opts for bitmap tiling
-
Mike Reed authored
-
Mike Reed authored
-
Mike Reed authored
-
Mike Reed authored
-
- 16 Oct, 2009 1 commit
-
-
Mike Reed authored
-
- 15 Oct, 2009 1 commit
-
-
Android (Google) Code Review authored
* changes: Fix http://b/2154737 by setting the size of memory buffer used for jpeg decode in Skia.
-
- 14 Oct, 2009 1 commit
-
-
http://b/2154737Wei-Ta Chen authored
-
- 13 Oct, 2009 1 commit
-
-
Mike Reed authored
-
- 01 Oct, 2009 1 commit
-
-
Mike Reed authored
During record, our clip is wide-open (in the bug's case, 40K pixels tall). If we call saveLayer with no bounds (as webkit does), we try to allocate an offscreen the size of the document, which can be arbitrarily big. This cause us to run out of memory. In reality, I think there is not benefit to calling through to saveLayer during record. On playback, we will of course call saveLayer, but then we are on a real device (screen) with finite bounds, and the offscreen allocation is reasonable.
-
- 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.
-
- 24 Sep, 2009 1 commit
-
-
Mike Reed authored
-
- 23 Sep, 2009 1 commit
-
-
Mike Reed authored
-
- 22 Sep, 2009 1 commit
-
-
Mike Reed authored
-
- 21 Sep, 2009 1 commit
-
-
Mike Reed authored
-
- 18 Sep, 2009 3 commits
-
-
Mike Reed authored
-
Android (Google) Code Review authored
* changes: use correct rowbytes, instead of assuming it equals bounds.width()
-
Mike Reed authored
-
- 17 Sep, 2009 1 commit
-
-
Mike Reed authored
bitmap cracking when we're scaled but not filtered.
-
- 15 Sep, 2009 1 commit
-
-
Mike Reed authored
-
- 14 Sep, 2009 3 commits
-
-
Android (Google) Code Review authored
* changes: add SkSize.h add golden-master (gm) test app
-
Mike Reed authored
add golden-master (gm) test app
-
Mike Reed authored
-
- 08 Sep, 2009 1 commit
-
-
Mike Reed authored
-
- 02 Sep, 2009 1 commit
-
-
Mike Reed authored
refresh misc. skia files
-
- 28 Aug, 2009 1 commit
-
-
Mike Reed authored
know we're going to run a non-zero final proc for the endcap
-
- 27 Aug, 2009 1 commit
-
-
Mike Reed authored
of gradients' ability to pre-dither their cache.
-
- 26 Aug, 2009 1 commit
-
-
Mike Reed authored
- edge case fix in qsort compare proc (overflowing subtract) - special case 1x1 bitmaps to draw as a color (much faster)
-
- 25 Aug, 2009 1 commit
-
-
Mike Reed authored
-
- 24 Aug, 2009 2 commits