- 19 Oct, 2009 2 commits
- 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
- 14 Aug, 2009 3 commits
- 13 Aug, 2009 1 commit
-
-
Mike Reed authored
yields ~10% overall speedup also, refresh misc fixes in freetype and antipath from trunk
-
- 10 Aug, 2009 1 commit
-
-
Patrick Scott authored
-
- 08 Aug, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 07 Aug, 2009 1 commit
-
-
Mike Reed authored
-
- 05 Aug, 2009 2 commits
-
-
Mike Reed authored
remove remaining special-case neon functions that are (no longer) faster than the portable ones
-
Jean-Baptiste Queru authored
-
- 04 Aug, 2009 3 commits
-
-
Android (Google) Code Review authored
* changes: enable arm flags in makefile and by including cpu-features.h
-
Mike Reed authored
-
Jean-Baptiste Queru authored
-