reed@android.com [Tue, 4 Aug 2009 19:21:28 +0000 (19:21 +0000)]
update make for nwaycanvas
remove obsolete opts_neon dir
git-svn-id: http://skia.googlecode.com/svn/trunk@308
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 4 Aug 2009 18:17:15 +0000 (18:17 +0000)]
add -forceFilter to bench tool
move some utils out of effects/
git-svn-id: http://skia.googlecode.com/svn/trunk@307
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 4 Aug 2009 01:52:27 +0000 (01:52 +0000)]
add proper includes for arm optimizations
git-svn-id: http://skia.googlecode.com/svn/trunk@306
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 4 Aug 2009 01:51:09 +0000 (01:51 +0000)]
add -config foo to restrict the output to just the specific config
add -match foo to restrict the benchmarks to those whose names match foo
git-svn-id: http://skia.googlecode.com/svn/trunk@305
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 4 Aug 2009 01:25:44 +0000 (01:25 +0000)]
remove noisy font table tests from TextBench
git-svn-id: http://skia.googlecode.com/svn/trunk@304
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 3 Aug 2009 17:22:46 +0000 (17:22 +0000)]
arm/neon optimizations for bitmap shader
original version by ARM LIMITED 2009
git-svn-id: http://skia.googlecode.com/svn/trunk@303
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 3 Aug 2009 15:06:11 +0000 (15:06 +0000)]
update
git-svn-id: http://skia.googlecode.com/svn/trunk@302
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 3 Aug 2009 15:05:55 +0000 (15:05 +0000)]
add platformProcs() porting function
git-svn-id: http://skia.googlecode.com/svn/trunk@301
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 3 Aug 2009 14:45:45 +0000 (14:45 +0000)]
clean up SkBitmapProcState in preparation for adding porting-layer functions
git-svn-id: http://skia.googlecode.com/svn/trunk@300
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 31 Jul 2009 16:17:01 +0000 (16:17 +0000)]
add GetFileName api to SkFontHost
git-svn-id: http://skia.googlecode.com/svn/trunk@299
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 31 Jul 2009 14:52:54 +0000 (14:52 +0000)]
fix #endif placement so it works when LCD support is not defined
git-svn-id: http://skia.googlecode.com/svn/trunk@298
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 30 Jul 2009 20:40:47 +0000 (20:40 +0000)]
add opts for neon
git-svn-id: http://skia.googlecode.com/svn/trunk@297
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 30 Jul 2009 02:25:54 +0000 (02:25 +0000)]
add opts files to the make
git-svn-id: http://skia.googlecode.com/svn/trunk@296
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 30 Jul 2009 02:22:31 +0000 (02:22 +0000)]
add optimization table for blitproc functions
git-svn-id: http://skia.googlecode.com/svn/trunk@295
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 29 Jul 2009 20:56:52 +0000 (20:56 +0000)]
remove auto-upscaling from base class (breaks model for allocators) but improve
the upscaling inside the png codec.
git-svn-id: http://skia.googlecode.com/svn/trunk@294
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Tue, 28 Jul 2009 18:38:08 +0000 (18:38 +0000)]
Add runtime detection for missing subpixel support in FreeType.
r291 added support for building on platforms where subpixel support
has been compiled out of FreeType. However, it turns out that there is
a common situation in which we build on platforms with subpixel
support, but have to run without it: people downloading Chromium from
the buildbots.
Because we this, we need a runtime solution. Modifying the conversion
routines for this seems suboptimal because the extra branches will
slow down everyone. So we probe subpixel support at runtime by trying
to install a low-pass filter. If we fail at this, then we map all the
SkScalerContext::Rec structures to remove subpixel mode.
http://codereview.appspot.com/98057
git-svn-id: http://skia.googlecode.com/svn/trunk@293
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Tue, 28 Jul 2009 18:38:04 +0000 (18:38 +0000)]
Revert "Support subpixel text when FreeType is built without such support."
This reverts commit r291. It will be replaced with another solution in the next
commit.
git-svn-id: http://skia.googlecode.com/svn/trunk@292
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Tue, 28 Jul 2009 00:02:42 +0000 (00:02 +0000)]
Support subpixel text when FreeType is built without such support.
On Fedora, at least, FreeType is built without subpixel support. It
tries to simulate subpixel mode by replicating the gray-values three
times. However, it fails to simulate the actions of the low-pass
filter and so doesn't add border around the glyphs. This patch adds a
compile-time constant, which is the number of bytes of filter border.
If this value is zero (because FreeType is simulating subpixel
support), then we add a transparent border ourselves when transforming
from FreeType rendered glyphs to masks.
http://codereview.appspot.com/96171
git-svn-id: http://skia.googlecode.com/svn/trunk@291
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 27 Jul 2009 16:39:38 +0000 (16:39 +0000)]
ws fixes
use enum in getHinting() function, rather than hard-coded constants
git-svn-id: http://skia.googlecode.com/svn/trunk@290
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 24 Jul 2009 19:53:20 +0000 (19:53 +0000)]
add filterrec logic for subpixel and slight-hinting
git-svn-id: http://skia.googlecode.com/svn/trunk@289
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Thu, 23 Jul 2009 21:10:32 +0000 (21:10 +0000)]
Build fix: add FilterRec for Windows.
Since we don't control the settings on Windows, I believe we may just
as well filter everything.
TBR=reed
http://codereview.appspot.com/97070
git-svn-id: http://skia.googlecode.com/svn/trunk@288
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 23 Jul 2009 17:44:41 +0000 (17:44 +0000)]
fix uninitialized library variable
git-svn-id: http://skia.googlecode.com/svn/trunk@287
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 23 Jul 2009 16:00:37 +0000 (16:00 +0000)]
remove const from function return-type signature (useless, and generates gcc
warnings)
git-svn-id: http://skia.googlecode.com/svn/trunk@286
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 23 Jul 2009 15:20:21 +0000 (15:20 +0000)]
fix warnings (unused local var)
git-svn-id: http://skia.googlecode.com/svn/trunk@285
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Wed, 22 Jul 2009 21:50:59 +0000 (21:50 +0000)]
Fix valgrind warnings triggered in vertical mode.
Now that Chrome is rendering subpixel text, I was able to try running
the renderer process under valgrind, which turned up a number of
issues.
First, I was calculating the stride of vertical LCD glyphs wrong
(typo).
Secondly, I was going horribly wrong when a glyph was being blitted at
the edge of a bitmap. I suspected something was wrong with the code,
but I wasn't clear enough with the structure of the code when writing
it to figure out what the correct solution was.
http://codereview.appspot.com/97059
git-svn-id: http://skia.googlecode.com/svn/trunk@284
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 22 Jul 2009 19:52:11 +0000 (19:52 +0000)]
Add SkFontHost::FilterRect() which allows the font host to filter our request
before we turn it into a font-cache entry, for the cases where the scaler will
ignore and/or collapse certain feature requests (e.g. doesn't support all levels
of hinting)
git-svn-id: http://skia.googlecode.com/svn/trunk@283
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 22 Jul 2009 19:21:01 +0000 (19:21 +0000)]
rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the
feature (since we already have subpixel text support)
fix some debug-compile problems
update Makefile for lcd files
git-svn-id: http://skia.googlecode.com/svn/trunk@282
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 22 Jul 2009 17:11:41 +0000 (17:11 +0000)]
remove crufty #undefs
git-svn-id: http://skia.googlecode.com/svn/trunk@281
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 22 Jul 2009 17:06:15 +0000 (17:06 +0000)]
fix NaN in path iterator
fix case where cubic is big/degenerate, and never returns a valid edge
git-svn-id: http://skia.googlecode.com/svn/trunk@280
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Tue, 21 Jul 2009 18:58:43 +0000 (18:58 +0000)]
Typo fix.
git-svn-id: http://skia.googlecode.com/svn/trunk@279
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Tue, 21 Jul 2009 18:07:42 +0000 (18:07 +0000)]
Remove unused variable to fix warning on Windows:
src\core\SkBlitter_ARGB32.cpp(362) : warning C4101: 'alpha32' : unreferenced local variable
git-svn-id: http://skia.googlecode.com/svn/trunk@278
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Tue, 21 Jul 2009 18:05:59 +0000 (18:05 +0000)]
Mac: fix SkFontHost_mac.cpp to work with the new hinting interface.
git-svn-id: http://skia.googlecode.com/svn/trunk@277
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Tue, 21 Jul 2009 17:52:08 +0000 (17:52 +0000)]
Delete duplicated code.
patch went wrong and duplicated SkFontHost.cpp.
git-svn-id: http://skia.googlecode.com/svn/trunk@276
2bbb7eff-a529-9590-31e7-
b0007b416f81
agl@chromium.org [Tue, 21 Jul 2009 17:41:32 +0000 (17:41 +0000)]
Subpixel glyph rendering support.
This patch adds support for rendering subpixel glyphs (using
Freetype). In order to control this rendering see
SkPaint::setLCDRenderText in SkPaint.h.
To setup the LCD mode, see SkFontHost::SetSubpixelOrientation and
SkFontHost::SetSubpixelOrder in SkFontHost.h.
This patch also adds more fine grained control over hinting (again,
only for Freetype currently). One can now control the hinting with
SkPaint::setHinting.
git-svn-id: http://skia.googlecode.com/svn/trunk@275
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 21 Jul 2009 01:17:02 +0000 (01:17 +0000)]
fix quickReject() to handle perspective correctly (i.e. transform forward into
dst-space, and perform the clip-test there).
git-svn-id: http://skia.googlecode.com/svn/trunk@274
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 17 Jul 2009 21:24:56 +0000 (21:24 +0000)]
add special proc for repeat 16->16 filter bitmap shader
git-svn-id: http://skia.googlecode.com/svn/trunk@273
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 17 Jul 2009 15:28:17 +0000 (15:28 +0000)]
remove obsolete header
git-svn-id: http://skia.googlecode.com/svn/trunk@272
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 17 Jul 2009 02:42:41 +0000 (02:42 +0000)]
remove conditional build flag for mipmaps
remove obsolete SkBitmapShader.cpp file
git-svn-id: http://skia.googlecode.com/svn/trunk@271
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 16 Jul 2009 20:53:26 +0000 (20:53 +0000)]
first cut at support for HW-specific blits/etc.
git-svn-id: http://skia.googlecode.com/svn/trunk@270
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 16 Jul 2009 14:50:54 +0000 (14:50 +0000)]
quick return if we just want the bounds
git-svn-id: http://skia.googlecode.com/svn/trunk@269
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 16 Jul 2009 02:03:58 +0000 (02:03 +0000)]
try our first special-case shaderproc
git-svn-id: http://skia.googlecode.com/svn/trunk@268
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 16 Jul 2009 01:13:14 +0000 (01:13 +0000)]
add shaderprocs for all-in-one special blits (matrix+sampler)
git-svn-id: http://skia.googlecode.com/svn/trunk@267
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 10 Jul 2009 17:02:17 +0000 (17:02 +0000)]
handle cap==round for drawPoints
git-svn-id: http://skia.googlecode.com/svn/trunk@266
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 10 Jul 2009 15:58:53 +0000 (15:58 +0000)]
tweaks to 16bit shaders
fix typo-bug in 4444 blend case
git-svn-id: http://skia.googlecode.com/svn/trunk@265
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 10 Jul 2009 03:33:52 +0000 (03:33 +0000)]
make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.
this at least draws the right colors, since we're 565 and CG only supports 1555
(unless someone knows how to tell CG we're 565...)
Fix ws in picturerecord
Enable dither in sample gradients, so the 4444 case isn't so ugly
git-svn-id: http://skia.googlecode.com/svn/trunk@264
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 10 Jul 2009 03:05:59 +0000 (03:05 +0000)]
speedup 16bit shaders in the blitRect case
faster 32->16 blend by using the expand_16 intermediate format
git-svn-id: http://skia.googlecode.com/svn/trunk@263
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 9 Jul 2009 15:20:25 +0000 (15:20 +0000)]
check for underflow in restore() during picture record, and ignore it
git-svn-id: http://skia.googlecode.com/svn/trunk@262
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 8 Jul 2009 20:09:23 +0000 (20:09 +0000)]
respect preferred config when png is index-based
git-svn-id: http://skia.googlecode.com/svn/trunk@261
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 8 Jul 2009 15:11:19 +0000 (15:11 +0000)]
fix (aaaargh) white-space
git-svn-id: http://skia.googlecode.com/svn/trunk@260
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 8 Jul 2009 14:46:11 +0000 (14:46 +0000)]
use scalarcomparetype in matrix tests, so we don't do anything tricky
(unnecessary) when floats are fast
git-svn-id: http://skia.googlecode.com/svn/trunk@259
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 8 Jul 2009 14:03:56 +0000 (14:03 +0000)]
add dox for scalarcomparetype
use internal mutable version of drawPath when we've cons'd up a path on behalf
of a rect
git-svn-id: http://skia.googlecode.com/svn/trunk@258
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 8 Jul 2009 03:00:42 +0000 (03:00 +0000)]
initial golden-master images for gm tool
git-svn-id: http://skia.googlecode.com/svn/trunk@257
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 8 Jul 2009 02:54:47 +0000 (02:54 +0000)]
use genericRGB space to ensure that we decode exactly the pixels we encode
add -r option to gm to read and compare against known images
git-svn-id: http://skia.googlecode.com/svn/trunk@256
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 7 Jul 2009 21:18:10 +0000 (21:18 +0000)]
check if the encoder factory returned null
git-svn-id: http://skia.googlecode.com/svn/trunk@255
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 7 Jul 2009 19:38:01 +0000 (19:38 +0000)]
add support for encoding Index8 bitmaps into png
git-svn-id: http://skia.googlecode.com/svn/trunk@254
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 7 Jul 2009 18:19:59 +0000 (18:19 +0000)]
add FIXME to comment
git-svn-id: http://skia.googlecode.com/svn/trunk@253
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 7 Jul 2009 13:25:15 +0000 (13:25 +0000)]
initialize fShapeCount in init()
git-svn-id: http://skia.googlecode.com/svn/trunk@252
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 7 Jul 2009 13:20:37 +0000 (13:20 +0000)]
fix white-space
git-svn-id: http://skia.googlecode.com/svn/trunk@251
2bbb7eff-a529-9590-31e7-
b0007b416f81
deanm@chromium.org [Fri, 3 Jul 2009 12:54:24 +0000 (12:54 +0000)]
Optimize some alpha blending modes.
- Inline the component calculation helpers.
- Reorder the computation in plus_modeproc.
This doubles the performance of plus_modeproc.
Review URL: http://codereview.appspot.com/88084
git-svn-id: http://skia.googlecode.com/svn/trunk@250
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 3 Jul 2009 02:52:27 +0000 (02:52 +0000)]
more checks for null shapes in pictures
git-svn-id: http://skia.googlecode.com/svn/trunk@249
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 2 Jul 2009 15:01:02 +0000 (15:01 +0000)]
fix gradients with alpha to convert to premul *after* the intermediate color
has been computed, othewise we can't distinguish 0x00000000 from 0x00FF0000
Add fast case for index blit where we read 4 src pixels at a time
git-svn-id: http://skia.googlecode.com/svn/trunk@248
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 1 Jul 2009 17:00:03 +0000 (17:00 +0000)]
remove (ack) test code in lineargradient when pos array is null
git-svn-id: http://skia.googlecode.com/svn/trunk@247
2bbb7eff-a529-9590-31e7-
b0007b416f81
deanm@chromium.org [Wed, 1 Jul 2009 07:49:44 +0000 (07:49 +0000)]
Fix a precedence error in an assert in the fontconfig host.
Review URL: http://codereview.appspot.com/90060
git-svn-id: http://skia.googlecode.com/svn/trunk@246
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 29 Jun 2009 17:07:19 +0000 (17:07 +0000)]
fix config check to include SkColorPriv.h so we don't get the warning w/o need
git-svn-id: http://skia.googlecode.com/svn/trunk@245
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 29 Jun 2009 16:25:36 +0000 (16:25 +0000)]
use sk_bzero instead of bzero, since it isn't always available.
git-svn-id: http://skia.googlecode.com/svn/trunk@244
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 29 Jun 2009 16:14:41 +0000 (16:14 +0000)]
add unittest for matrix::flatten
define constant for max value flatten/unflatten can return (so clients can put
the buffer on the stack)
git-svn-id: http://skia.googlecode.com/svn/trunk@243
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 29 Jun 2009 16:02:20 +0000 (16:02 +0000)]
add shape flatten so they work properly in pictures
add flatten/unflatten to matrix
git-svn-id: http://skia.googlecode.com/svn/trunk@242
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 26 Jun 2009 20:22:44 +0000 (20:22 +0000)]
add golden master code for shapes
git-svn-id: http://skia.googlecode.com/svn/trunk@241
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 26 Jun 2009 20:22:26 +0000 (20:22 +0000)]
add shape recording to pictuures (sans serialization)
git-svn-id: http://skia.googlecode.com/svn/trunk@240
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 24 Jun 2009 12:41:42 +0000 (12:41 +0000)]
detect nearly translate-only matrices when drawing bitmaps (for speed)
rename setXfermode(Mode) to setXfermodeMode(Mode) for sanity
fix memory leak in setXfermode(Mode)
git-svn-id: http://skia.googlecode.com/svn/trunk@239
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 24 Jun 2009 12:29:16 +0000 (12:29 +0000)]
fix memory leak in new setXfermode()
git-svn-id: http://skia.googlecode.com/svn/trunk@238
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 23 Jun 2009 17:13:30 +0000 (17:13 +0000)]
add new make target "all", to build all known targets
git-svn-id: http://skia.googlecode.com/svn/trunk@237
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 23 Jun 2009 12:19:41 +0000 (12:19 +0000)]
remove remaining references to porterduff
git-svn-id: http://skia.googlecode.com/svn/trunk@236
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 23 Jun 2009 03:01:32 +0000 (03:01 +0000)]
remove deprecated use of porterduff enum
git-svn-id: http://skia.googlecode.com/svn/trunk@235
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 23 Jun 2009 00:09:12 +0000 (00:09 +0000)]
update to use new xfermodes
git-svn-id: http://skia.googlecode.com/svn/trunk@234
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 22 Jun 2009 20:04:33 +0000 (20:04 +0000)]
merge in change from chrome to detect when the byte order for 8888 requires
additional CGBitmapInfo flags (e.g. for bigendian)
git-svn-id: http://skia.googlecode.com/svn/trunk@233
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 22 Jun 2009 17:38:10 +0000 (17:38 +0000)]
move xfermode modes from porterduff into xfermode itself
git-svn-id: http://skia.googlecode.com/svn/trunk@232
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 22 Jun 2009 02:17:34 +0000 (02:17 +0000)]
add gm for shader tilemodes
git-svn-id: http://skia.googlecode.com/svn/trunk@231
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 22 Jun 2009 02:06:35 +0000 (02:06 +0000)]
add gm for gradients
git-svn-id: http://skia.googlecode.com/svn/trunk@230
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Sun, 21 Jun 2009 01:40:31 +0000 (01:40 +0000)]
gm -w 'directory' now works for recording the master images
git-svn-id: http://skia.googlecode.com/svn/trunk@229
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Sun, 21 Jun 2009 00:49:18 +0000 (00:49 +0000)]
almost there on gm (need to fix image writes/reads/compares)
move SkAutoGraphics into SkGraphics.h
add [] operators to SkString
git-svn-id: http://skia.googlecode.com/svn/trunk@228
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Sat, 20 Jun 2009 02:38:16 +0000 (02:38 +0000)]
more progress on golden-master test suite (not finished yet)
git-svn-id: http://skia.googlecode.com/svn/trunk@227
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Sat, 20 Jun 2009 02:34:55 +0000 (02:34 +0000)]
add width()/height() getters
git-svn-id: http://skia.googlecode.com/svn/trunk@226
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 19 Jun 2009 20:35:36 +0000 (20:35 +0000)]
update to latest api (need a test for this port!)
git-svn-id: http://skia.googlecode.com/svn/trunk@225
2bbb7eff-a529-9590-31e7-
b0007b416f81
deanm@chromium.org [Fri, 19 Jun 2009 08:57:16 +0000 (08:57 +0000)]
Make sure we have a non-null FreeType face before dereferencing it.
This prevents a NULL pointer crash in generateFontMetrics with some fonts.
Patch by Lei Zhang. Original Chromium bug: http://code.google.com/p/chromium/issues/detail?id=13007
Review URL: http://codereview.appspot.com/78056
git-svn-id: http://skia.googlecode.com/svn/trunk@224
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 18 Jun 2009 20:26:58 +0000 (20:26 +0000)]
really fix gif movie registration
git-svn-id: http://skia.googlecode.com/svn/trunk@223
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 18 Jun 2009 18:52:22 +0000 (18:52 +0000)]
fix stupid tabs
git-svn-id: http://skia.googlecode.com/svn/trunk@222
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Thu, 18 Jun 2009 17:53:12 +0000 (17:53 +0000)]
add registrar for gif movie
git-svn-id: http://skia.googlecode.com/svn/trunk@221
2bbb7eff-a529-9590-31e7-
b0007b416f81
deanm@chromium.org [Thu, 18 Jun 2009 14:46:03 +0000 (14:46 +0000)]
Fix MSVC builds by avoiding a uint to bool warning.
warning C4800: 'const uint8_t' : forcing value to bool 'true' or 'false' (performance warning)
Review URL: http://codereview.appspot.com/79043
git-svn-id: http://skia.googlecode.com/svn/trunk@220
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Wed, 17 Jun 2009 19:21:01 +0000 (19:21 +0000)]
fallback to drawing a line if the cubic is still too curvy, even if we've
exhausted our recursive attempts to subdivide.
Fixes trying to stroke this cubic (width==1.0)
path.moveTo(460.
2881309415525, 303.
250847066498);
path.cubicTo(463.
36378422175284, 302.
1169735073363,
456.
32239330810046, 304.
720354932878,
453.
15255460013304, 305.
788586869862);
git-svn-id: http://skia.googlecode.com/svn/trunk@219
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Tue, 16 Jun 2009 01:50:25 +0000 (01:50 +0000)]
add sample for mipmaps
git-svn-id: http://skia.googlecode.com/svn/trunk@218
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 15 Jun 2009 18:45:19 +0000 (18:45 +0000)]
ws fixes
git-svn-id: http://skia.googlecode.com/svn/trunk@217
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 15 Jun 2009 15:56:35 +0000 (15:56 +0000)]
create separate opaque version of rgb16 blitter
git-svn-id: http://skia.googlecode.com/svn/trunk@216
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Mon, 15 Jun 2009 13:04:45 +0000 (13:04 +0000)]
add optional Format* parameter to decoder helper functions.
git-svn-id: http://skia.googlecode.com/svn/trunk@215
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 12 Jun 2009 21:27:03 +0000 (21:27 +0000)]
add shader flag kConstInY_Flag
this signals blitters that the shader will return the same results for a given
x value, independent of y. Useful inside blitRect(), where it can cache the
first call to shadeSpan() and reuse it on all subsequent scans. Works with
(non-rotated) linear-gradients, and Nx1 bitmaps.
git-svn-id: http://skia.googlecode.com/svn/trunk@214
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 12 Jun 2009 20:09:24 +0000 (20:09 +0000)]
make the same prerounding fix for the shadeSpan16 case
git-svn-id: http://skia.googlecode.com/svn/trunk@213
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 12 Jun 2009 20:02:50 +0000 (20:02 +0000)]
preround our fx fractional coordiante, so we get rounded integers (0..255) when
stepping through the gradient.
git-svn-id: http://skia.googlecode.com/svn/trunk@212
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 12 Jun 2009 19:49:30 +0000 (19:49 +0000)]
add experimental state tracker for opengl
git-svn-id: http://skia.googlecode.com/svn/trunk@211
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@android.com [Fri, 12 Jun 2009 02:06:36 +0000 (02:06 +0000)]
add equals()
git-svn-id: http://skia.googlecode.com/svn/trunk@210
2bbb7eff-a529-9590-31e7-
b0007b416f81
deanm@chromium.org [Thu, 11 Jun 2009 12:26:47 +0000 (12:26 +0000)]
Some Linux / 64-bit compile fixes.
Review URL: http://codereview.appspot.com/63189
git-svn-id: http://skia.googlecode.com/svn/trunk@209
2bbb7eff-a529-9590-31e7-
b0007b416f81