scroggo@google.com [Tue, 21 May 2013 20:45:03 +0000 (20:45 +0000)]
Patch to prevent chromium breakage until the DEPS.
Once https://codereview.chromium.org/
15489004/ is submitted to
Skia, a DEPS roll into chrome will break due to a change in the
API. A long term fix for chrome to use the new API is at
https://codereview.chromium.org/
15496006/, but since it depends
on the earlier Skia change, this patch fills in the gap.
Will be reverted once https://codereview.chromium.org/
15496006/
is submitted to chrome.
R=djsollen@google.com
Review URL: https://codereview.chromium.org/
15538005
git-svn-id: http://skia.googlecode.com/svn/trunk@9228
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Tue, 21 May 2013 20:38:40 +0000 (20:38 +0000)]
Add prototype for warning.
Fixes build.
Review URL: https://codereview.chromium.org/
15536007
git-svn-id: http://skia.googlecode.com/svn/trunk@9227
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Tue, 21 May 2013 20:31:23 +0000 (20:31 +0000)]
New API for encoding bitmaps during serialization.
This change gives more flexibility to the implementation of
EncodeBitmap to prefer calling refEncodedData, doing its own
encode, or even doing both and making a decision about which
to use.
The new function signature also allows the implementation to
tell the ordered write buffer whether to store the pixel offset,
in the case where the encoded bitmap represents the larger
bitmap, or to ignore the pixel offset, in the case where the
implementation only encoded the subset that is used.
Requires changes to chromium to use the new function signature.
(https://codereview.chromium.org/
15496006/)
SkPicture:
New API for EncodeBitmap.
SkOrderedReadBuffer:
Ifdef'd out addition of reading the offset.
SkOrderedWriteBuffer:
Never call refEncodedData. Allow the user to call that from their
EncodeBitmap function, if desired.
This addresses https://code.google.com/p/skia/issues/detail?id=1239
Add in ifdef'd out code to record the offset.
PictureTest and PictureRenderer:
Implement the new definition of EncodeBitmap. Also update the name
of the function to meet coding style guidelines.
BUG=https://code.google.com/p/skia/issues/detail?id=1239
R=reed@google.com
Review URL: https://codereview.chromium.org/
15489004
git-svn-id: http://skia.googlecode.com/svn/trunk@9226
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Tue, 21 May 2013 20:30:17 +0000 (20:30 +0000)]
remove extra return statement (doh)
git-svn-id: http://skia.googlecode.com/svn/trunk@9225
2bbb7eff-a529-9590-31e7-
b0007b416f81
junov@chromium.org [Tue, 21 May 2013 20:16:17 +0000 (20:16 +0000)]
Fixing deferred canvases so that they do not return deferred devices on createCompatibleDevice
TEST= DeferredCanvas unit test.
Review URL: https://codereview.chromium.org/
15594004
git-svn-id: http://skia.googlecode.com/svn/trunk@9224
2bbb7eff-a529-9590-31e7-
b0007b416f81
djsollen@google.com [Tue, 21 May 2013 20:08:10 +0000 (20:08 +0000)]
Fix android font lookup bug
R=reed@google.com
Review URL: https://codereview.chromium.org/
15602002
git-svn-id: http://skia.googlecode.com/svn/trunk@9223
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Tue, 21 May 2013 17:52:33 +0000 (17:52 +0000)]
add SkPath as real lua object
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
15563013
git-svn-id: http://skia.googlecode.com/svn/trunk@9221
2bbb7eff-a529-9590-31e7-
b0007b416f81
djsollen@google.com [Tue, 21 May 2013 17:15:27 +0000 (17:15 +0000)]
Fix release build warnings for unused variables
R=rmistry@google.com
Review URL: https://codereview.chromium.org/
15565008
git-svn-id: http://skia.googlecode.com/svn/trunk@9220
2bbb7eff-a529-9590-31e7-
b0007b416f81
djsollen@google.com [Tue, 21 May 2013 16:53:50 +0000 (16:53 +0000)]
Add a fontConfig interface for android.
The contents of this CL are based on the SkFontHost_android.cpp found
in the android repository.
BUG=
R=reed@google.com
Review URL: https://codereview.chromium.org/
14731025
git-svn-id: http://skia.googlecode.com/svn/trunk@9219
2bbb7eff-a529-9590-31e7-
b0007b416f81
djsollen@google.com [Tue, 21 May 2013 16:17:14 +0000 (16:17 +0000)]
Add buffer helper to read directly into SkString to avoid extra copying
R=reed@google.com
Review URL: https://codereview.chromium.org/
15179008
git-svn-id: http://skia.googlecode.com/svn/trunk@9218
2bbb7eff-a529-9590-31e7-
b0007b416f81
epoger@google.com [Tue, 21 May 2013 16:06:40 +0000 (16:06 +0000)]
Improve tool that analyzes gm JSON summary
BUG=https://code.google.com/p/skia/issues/detail?id=1300
R=borenet@google.com
Review URL: https://codereview.chromium.org/
15298010
git-svn-id: http://skia.googlecode.com/svn/trunk@9217
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Tue, 21 May 2013 16:05:53 +0000 (16:05 +0000)]
add startcanvas/endcanvas entry-points for the script. rename all "official" entry-points to use "sk_scrape_" prefix
BUG=
Review URL: https://codereview.chromium.org/
15511006
git-svn-id: http://skia.googlecode.com/svn/trunk@9216
2bbb7eff-a529-9590-31e7-
b0007b416f81
epoger@google.com [Tue, 21 May 2013 15:45:45 +0000 (15:45 +0000)]
GM: make behavior of make_filename() more late-binding
This will be needed to add the option of writing out files with
checksum-based filenames.
R=scroggo@google.com
Review URL: https://codereview.chromium.org/
15415003
git-svn-id: http://skia.googlecode.com/svn/trunk@9215
2bbb7eff-a529-9590-31e7-
b0007b416f81
epoger@google.com [Tue, 21 May 2013 15:41:35 +0000 (15:41 +0000)]
GM self-tests: add testing for non --hierarchy case
R=scroggo@google.com
Review URL: https://codereview.chromium.org/
15397007
git-svn-id: http://skia.googlecode.com/svn/trunk@9214
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Tue, 21 May 2013 14:19:53 +0000 (14:19 +0000)]
disable dumping the ctm on every drawRect verb (was there for testing)
BUG=
Review URL: https://codereview.chromium.org/
15470017
git-svn-id: http://skia.googlecode.com/svn/trunk@9213
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Tue, 21 May 2013 12:26:58 +0000 (12:26 +0000)]
Fix flaky Ubuntu performance trigger
(SkipBuildbotRuns)
git-svn-id: http://skia.googlecode.com/svn/trunk@9209
2bbb7eff-a529-9590-31e7-
b0007b416f81
mike@reedtribe.org [Tue, 21 May 2013 12:20:39 +0000 (12:20 +0000)]
support SkCanvas as a real lua object
git-svn-id: http://skia.googlecode.com/svn/trunk@9208
2bbb7eff-a529-9590-31e7-
b0007b416f81
skia.committer@gmail.com [Tue, 21 May 2013 07:01:40 +0000 (07:01 +0000)]
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9207
2bbb7eff-a529-9590-31e7-
b0007b416f81
mike@reedtribe.org [Tue, 21 May 2013 03:24:37 +0000 (03:24 +0000)]
allow multiple lua files to be used in lua_pictures
begin "stdlib" for skia in lua
add comments to scrape.lua
git-svn-id: http://skia.googlecode.com/svn/trunk@9206
2bbb7eff-a529-9590-31e7-
b0007b416f81
mike@reedtribe.org [Tue, 21 May 2013 01:49:06 +0000 (01:49 +0000)]
printf name of picture *before* we try to scrape it.
git-svn-id: http://skia.googlecode.com/svn/trunk@9205
2bbb7eff-a529-9590-31e7-
b0007b416f81
commit-bot@chromium.org [Mon, 20 May 2013 23:57:38 +0000 (23:57 +0000)]
Move SkImage::encode to SkImage_Codec.cpp.
Chrome depends on SkImage.cpp, but does not include SkImageDecoder,
so having SkImage::encode in SkImage.cpp breaks chromium. Temporarily
fix the problem by moving the implementation into SkImage_Codec.cpp.
The larger fix will be to solve
https://code.google.com/p/skia/issues/detail?id=1275
R=reed@google.com, robertphillips@google.com
Author: scroggo@google.com
Review URL: https://chromiumcodereview.appspot.com/
15314004
git-svn-id: http://skia.googlecode.com/svn/trunk@9204
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Mon, 20 May 2013 22:15:32 +0000 (22:15 +0000)]
Add a comment to the top of images.gyp.
Tells vi to color it properly.
Review URL: https://codereview.chromium.org/
15502002
git-svn-id: http://skia.googlecode.com/svn/trunk@9203
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Mon, 20 May 2013 19:23:55 +0000 (19:23 +0000)]
Performance trigger rebaselines
(SkipBuildbotRuns)
git-svn-id: http://skia.googlecode.com/svn/trunk@9199
2bbb7eff-a529-9590-31e7-
b0007b416f81
humper@google.com [Mon, 20 May 2013 17:14:40 +0000 (17:14 +0000)]
fix boolean check for unknown rtconf variables in files.
BUG=
Review URL: https://codereview.chromium.org/
15300019
git-svn-id: http://skia.googlecode.com/svn/trunk@9198
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Mon, 20 May 2013 17:02:41 +0000 (17:02 +0000)]
add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing.
R=bsalomon@google.com
Review URL: https://codereview.chromium.org/
14598023
git-svn-id: http://skia.googlecode.com/svn/trunk@9197
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Mon, 20 May 2013 16:58:16 +0000 (16:58 +0000)]
Make DecodeMemoryToTarget handle more configs.
In SkImageDecoder::DecodeMemoryToTarget, if SkBitmapToImageInfo fails due to an unsupported config, copy to 8888.
Needed for https://codereview.chromium.org/
15145004/ and
https://codereview.chromium.org/
12851012/ for all bitmaps to be
decoded properly in render_pictures and bench_pictures.
R=reed@google.com
Review URL: https://codereview.chromium.org/
14772035
git-svn-id: http://skia.googlecode.com/svn/trunk@9196
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Mon, 20 May 2013 16:49:06 +0000 (16:49 +0000)]
Reland path bounds change with correct bounds for convex and hairline path renderers.
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
15465005
git-svn-id: http://skia.googlecode.com/svn/trunk@9194
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Mon, 20 May 2013 16:33:41 +0000 (16:33 +0000)]
add encodeData() to SkImageEncoder, and add encoding to SkImage
BUG=
R=scroggo@google.com
Review URL: https://codereview.chromium.org/
15002004
git-svn-id: http://skia.googlecode.com/svn/trunk@9193
2bbb7eff-a529-9590-31e7-
b0007b416f81
skia.committer@gmail.com [Mon, 20 May 2013 11:51:35 +0000 (11:51 +0000)]
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9189
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Sun, 19 May 2013 12:33:15 +0000 (12:33 +0000)]
Performance trigger rebaselines (mainly due to r9175)
git-svn-id: http://skia.googlecode.com/svn/trunk@9188
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Fri, 17 May 2013 19:05:03 +0000 (19:05 +0000)]
One SkTSearch to rule them all. Allow key to be of different type than the array.
R=bungeman@google.com
Review URL: https://codereview.chromium.org/
15070011
git-svn-id: http://skia.googlecode.com/svn/trunk@9182
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Fri, 17 May 2013 18:01:38 +0000 (18:01 +0000)]
Revert "Revert "Revert "Pass bounds into draw calls in path renderers."""
git-svn-id: http://skia.googlecode.com/svn/trunk@9181
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Fri, 17 May 2013 14:10:59 +0000 (14:10 +0000)]
Make rebaseline.py pull msaa images
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
15299005
git-svn-id: http://skia.googlecode.com/svn/trunk@9179
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Fri, 17 May 2013 13:31:57 +0000 (13:31 +0000)]
fix uninitialized adcd
git-svn-id: http://skia.googlecode.com/svn/trunk@9177
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Fri, 17 May 2013 13:31:40 +0000 (13:31 +0000)]
Revert "Revert "Pass bounds into draw calls in path renderers.""
This reverts commit
2b80eb179df14c7c8d67b8ef2b2ee60efc504f65.
git-svn-id: http://skia.googlecode.com/svn/trunk@9176
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Fri, 17 May 2013 12:50:27 +0000 (12:50 +0000)]
Add special handling of rectori case for gpu
https://codereview.chromium.org/
15080010/
git-svn-id: http://skia.googlecode.com/svn/trunk@9175
2bbb7eff-a529-9590-31e7-
b0007b416f81
skia.committer@gmail.com [Fri, 17 May 2013 07:01:11 +0000 (07:01 +0000)]
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9174
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Thu, 16 May 2013 20:54:05 +0000 (20:54 +0000)]
Revert "Pass bounds into draw calls in path renderers."
This reverts commit
9e6c4259d8453b893b4abc28beba8f77226d18d1.
git-svn-id: http://skia.googlecode.com/svn/trunk@9173
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Thu, 16 May 2013 19:58:46 +0000 (19:58 +0000)]
Pass bounds into draw calls in path renderers.
R=jvanverth@google.com, robertphillips@google.com
Review URL: https://codereview.chromium.org/
14882011
git-svn-id: http://skia.googlecode.com/svn/trunk@9171
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Thu, 16 May 2013 19:35:39 +0000 (19:35 +0000)]
Band-aid for subsetted bitmaps in SKPs.
Partial fix for https://code.google.com/p/skia/issues/detail?id=1301.
Instead of firing an assert when the recorded width and height do
not match the encoded data's width and height, take a subset of
the bitmap of the correct size.
The bitmap may be drawn incorrectly, since it will not necessarily
be the correct subset (though it will be the correct size). The
complete fix will be to record the offset to the stream. Holding off
on that since it will change the PICTURE_VERSION. There is still
more work to do on read/writeBitmap, and I would like to change
PICTURE_VERSION as few times as possible.
BUG=https://code.google.com/p/skia/issues/detail?id=1301
R=djsollen@google.com
Review URL: https://codereview.chromium.org/
15159004
git-svn-id: http://skia.googlecode.com/svn/trunk@9169
2bbb7eff-a529-9590-31e7-
b0007b416f81
djsollen@google.com [Thu, 16 May 2013 18:38:43 +0000 (18:38 +0000)]
Make the use of fallback fonts in Android a runtime decision.
R=reed@google.com
Review URL: https://codereview.chromium.org/
14972022
git-svn-id: http://skia.googlecode.com/svn/trunk@9168
2bbb7eff-a529-9590-31e7-
b0007b416f81
borenet@google.com [Thu, 16 May 2013 18:12:34 +0000 (18:12 +0000)]
Fix android_run_skia to work with multiple attached devices
(SkipBuildbotRuns)
R=djsollen@google.com
Review URL: https://codereview.chromium.org/
15199005
git-svn-id: http://skia.googlecode.com/svn/trunk@9167
2bbb7eff-a529-9590-31e7-
b0007b416f81
commit-bot@chromium.org [Thu, 16 May 2013 14:53:28 +0000 (14:53 +0000)]
Remove the fno-rtti excluders now that fno-rtti is only passed to c++ files.
R=djsollen@google.com
Author: bungeman@google.com
Review URL: https://chromiumcodereview.appspot.com/
15210003
git-svn-id: http://skia.googlecode.com/svn/trunk@9165
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Thu, 16 May 2013 13:51:07 +0000 (13:51 +0000)]
add the following fields to the lua accumulate table:
- rrect.rect
- rrect[1..8] for radii
- rrect.type = "empty|rect|oval|simple|complex"
- path.isRect, path.isOval
Review URL: https://codereview.chromium.org/
15192003
git-svn-id: http://skia.googlecode.com/svn/trunk@9163
2bbb7eff-a529-9590-31e7-
b0007b416f81
commit-bot@chromium.org [Thu, 16 May 2013 13:14:46 +0000 (13:14 +0000)]
Better method for rendering AA ellipses.
This uses the standard ellipse equation as a signed distance
test, and adjusts the result by the length of the gradient
at that point to get a better approximation of the distance
to the ellipse. It replaces the standard ellipse and
roundrect shader renderers.
Also adds a check to see if the curvature extrema of the
stroke are less than the curvature extrema of the ellipse (i.e.
the radius of curvature is larger). In this case, it's no
longer an ellipse and we can't use this renderer.
Only supports stroking for near-circular ellipses.
R=bsalomon@google.com, robertphillips@google.com
Author: jvanverth@google.com
Review URL: https://chromiumcodereview.appspot.com/
14938004
git-svn-id: http://skia.googlecode.com/svn/trunk@9162
2bbb7eff-a529-9590-31e7-
b0007b416f81
skia.committer@gmail.com [Thu, 16 May 2013 07:01:00 +0000 (07:01 +0000)]
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9159
2bbb7eff-a529-9590-31e7-
b0007b416f81
mike@reedtribe.org [Thu, 16 May 2013 04:20:23 +0000 (04:20 +0000)]
lua accumulate now receives a table of the draw parameters
git-svn-id: http://skia.googlecode.com/svn/trunk@9158
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Wed, 15 May 2013 20:55:49 +0000 (20:55 +0000)]
use define to work-around localeconf() missingness in android
BUG=
Review URL: https://codereview.chromium.org/
14689008
git-svn-id: http://skia.googlecode.com/svn/trunk@9157
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Wed, 15 May 2013 20:16:20 +0000 (20:16 +0000)]
lua not building on android ??? disabling for now
git-svn-id: http://skia.googlecode.com/svn/trunk@9156
2bbb7eff-a529-9590-31e7-
b0007b416f81
djsollen@google.com [Wed, 15 May 2013 20:11:20 +0000 (20:11 +0000)]
Move the FontConfigTypeface class into private header.
R=reed@google.com
Review URL: https://codereview.chromium.org/
15111004
git-svn-id: http://skia.googlecode.com/svn/trunk@9154
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Wed, 15 May 2013 20:07:22 +0000 (20:07 +0000)]
fix typo in dependency line (don't name file, just dir)
git-svn-id: http://skia.googlecode.com/svn/trunk@9153
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Wed, 15 May 2013 20:01:07 +0000 (20:01 +0000)]
add direct_dependencies for picture_utils, and add cflags_cc for android's gypi
Review URL: https://codereview.chromium.org/
14620020
git-svn-id: http://skia.googlecode.com/svn/trunk@9152
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Wed, 15 May 2013 19:42:16 +0000 (19:42 +0000)]
disable lua_pictures tool from make for now
git-svn-id: http://skia.googlecode.com/svn/trunk@9150
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Wed, 15 May 2013 19:34:20 +0000 (19:34 +0000)]
add SkLuaCanvas
add lua 5.2 to third_party
BUG=
R=bungeman@google.com
Review URL: https://codereview.chromium.org/
14907017
git-svn-id: http://skia.googlecode.com/svn/trunk@9149
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Wed, 15 May 2013 18:14:36 +0000 (18:14 +0000)]
Use separate subset directories in skimage.
Create separate directories for the results of decodeSubset and
extractSubset, and use the same name for each version, so that
they can be compared easily, using skdiff or visual inspection.
R=epoger@google.com
Review URL: https://codereview.chromium.org/
14672017
git-svn-id: http://skia.googlecode.com/svn/trunk@9148
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Wed, 15 May 2013 17:53:04 +0000 (17:53 +0000)]
Disable blending when there is an effect that reads the dst and draw state blend is 1,0.
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
15199008
git-svn-id: http://skia.googlecode.com/svn/trunk@9147
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Wed, 15 May 2013 17:30:26 +0000 (17:30 +0000)]
Don't make dst copies when color stage requires dst but color writes are disabled.
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
15001035
git-svn-id: http://skia.googlecode.com/svn/trunk@9146
2bbb7eff-a529-9590-31e7-
b0007b416f81
bungeman@google.com [Wed, 15 May 2013 15:07:32 +0000 (15:07 +0000)]
Fix vertical text scaling and clipping on Mac.
https://codereview.chromium.org/
15064003/
git-svn-id: http://skia.googlecode.com/svn/trunk@9142
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Wed, 15 May 2013 14:53:49 +0000 (14:53 +0000)]
Provide a function to print the name of a Format.
Also use SkToU32 instead of a flat cast.
R=djsollen@google.com
Review URL: https://codereview.chromium.org/
14565005
git-svn-id: http://skia.googlecode.com/svn/trunk@9139
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Wed, 15 May 2013 14:18:32 +0000 (14:18 +0000)]
Add aligned case to game bench
https://codereview.chromium.org/
15167005/
git-svn-id: http://skia.googlecode.com/svn/trunk@9138
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Wed, 15 May 2013 13:10:18 +0000 (13:10 +0000)]
Finish mixed_xfermodes GM.
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
15012026
git-svn-id: http://skia.googlecode.com/svn/trunk@9137
2bbb7eff-a529-9590-31e7-
b0007b416f81
skia.committer@gmail.com [Wed, 15 May 2013 07:01:09 +0000 (07:01 +0000)]
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9135
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Tue, 14 May 2013 23:48:28 +0000 (23:48 +0000)]
Performance trigger rebaseline
git-svn-id: http://skia.googlecode.com/svn/trunk@9133
2bbb7eff-a529-9590-31e7-
b0007b416f81
commit-bot@chromium.org [Tue, 14 May 2013 20:11:23 +0000 (20:11 +0000)]
Fix includes in SkLayerDrawLooper.h. It was previously not possible to
include this header unless SkPoint and SkPaint were previously defined.
BUG=
R=reed@google.com, senorblanco@chromium.org
Author: jbroman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/
14607015
git-svn-id: http://skia.googlecode.com/svn/trunk@9130
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Tue, 14 May 2013 19:55:56 +0000 (19:55 +0000)]
Remove assert that is no longer valid.
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
14671017
git-svn-id: http://skia.googlecode.com/svn/trunk@9129
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Tue, 14 May 2013 19:47:47 +0000 (19:47 +0000)]
Re-add isIRect test for AA rect drawing
https://codereview.chromium.org/
14820035/
git-svn-id: http://skia.googlecode.com/svn/trunk@9128
2bbb7eff-a529-9590-31e7-
b0007b416f81
epoger@google.com [Tue, 14 May 2013 18:58:12 +0000 (18:58 +0000)]
Add gm/confirm_no_failures_in_json.py
The CompareGMs step will use this (instead of running skdiff over the image
files) to decide whether to go red or green.
R=rmistry@google.com
Review URL: https://codereview.chromium.org/
15100003
git-svn-id: http://skia.googlecode.com/svn/trunk@9127
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Tue, 14 May 2013 18:20:00 +0000 (18:20 +0000)]
Update rebaseline.py for N10.
R=jvanverth@google.com
Review URL: https://codereview.chromium.org/
14581014
git-svn-id: http://skia.googlecode.com/svn/trunk@9126
2bbb7eff-a529-9590-31e7-
b0007b416f81
commit-bot@chromium.org [Tue, 14 May 2013 18:16:40 +0000 (18:16 +0000)]
Sort points for PDF's draw rect, to match raster and GPU implementation.
R=caryclark@google.com, vandebo@google.com
Author: edisonn@google.com
Review URL: https://chromiumcodereview.appspot.com/
15162005
git-svn-id: http://skia.googlecode.com/svn/trunk@9125
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Tue, 14 May 2013 17:50:02 +0000 (17:50 +0000)]
Create a self test for skimage.
Runs skimage twice: once to create an expectations file, and a
second time comparing against the file. Uses the files in
resources as test files.
R=epoger@google.com
Review URL: https://codereview.chromium.org/
14969007
git-svn-id: http://skia.googlecode.com/svn/trunk@9123
2bbb7eff-a529-9590-31e7-
b0007b416f81
scroggo@google.com [Tue, 14 May 2013 17:30:17 +0000 (17:30 +0000)]
skimage: report failure if expectation not found.
If the expectation file exists, but the particular file being
decoded has no expectation, report a failure.
This is more appropriate since the intended use is that an
expectation will be created for each file. Without an expectation,
we cannot know whether the decoder has changed.
R=epoger@google.com
Review URL: https://codereview.chromium.org/
15094011
git-svn-id: http://skia.googlecode.com/svn/trunk@9122
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Tue, 14 May 2013 16:43:02 +0000 (16:43 +0000)]
Compiler warning/error fix for r9120
git-svn-id: http://skia.googlecode.com/svn/trunk@9121
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Tue, 14 May 2013 16:37:31 +0000 (16:37 +0000)]
Add GM to track thin rectangle rendering
https://codereview.chromium.org/
15012024/
git-svn-id: http://skia.googlecode.com/svn/trunk@9120
2bbb7eff-a529-9590-31e7-
b0007b416f81
epoger@google.com [Tue, 14 May 2013 15:17:46 +0000 (15:17 +0000)]
GM: include filename extension (.png) of each output file in JSON summary
Doing this so that, once we *do* start writing PDF checksums into the JSON
summary, we'll be able to distinguish those from the PNG checksums.
Otherwise, we could have naming collisions.
R=scroggo@google.com
Review URL: https://codereview.chromium.org/
14890017
git-svn-id: http://skia.googlecode.com/svn/trunk@9119
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Tue, 14 May 2013 14:20:28 +0000 (14:20 +0000)]
Make GrAAConvexPathRender support paths with > 64K verts.
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
15120004
git-svn-id: http://skia.googlecode.com/svn/trunk@9118
2bbb7eff-a529-9590-31e7-
b0007b416f81
skia.committer@gmail.com [Tue, 14 May 2013 07:01:11 +0000 (07:01 +0000)]
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9117
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Mon, 13 May 2013 19:43:59 +0000 (19:43 +0000)]
add separate impl file for SkFontMgr_fontconfig, so we don't polute
SkFontHost_fontconfig, which should be sharable w/ android. Eventaully
we will remove that FontHost file completely, and just use the SkFontMgr.
R=djsollen@google.com
Review URL: https://codereview.chromium.org/
15077008
git-svn-id: http://skia.googlecode.com/svn/trunk@9114
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Mon, 13 May 2013 18:50:25 +0000 (18:50 +0000)]
Key shader on whether frag pos read is relative to top-left or bottom-left
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
14633007
git-svn-id: http://skia.googlecode.com/svn/trunk@9113
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Mon, 13 May 2013 18:48:40 +0000 (18:48 +0000)]
Remove 16bit asserts and casts of string length.
R=reed@google.com
Review URL: https://codereview.chromium.org/
14711011
git-svn-id: http://skia.googlecode.com/svn/trunk@9112
2bbb7eff-a529-9590-31e7-
b0007b416f81
commit-bot@chromium.org [Mon, 13 May 2013 14:41:03 +0000 (14:41 +0000)]
Fix stroked roundrects on Nexus 10.
Due to floating point precision errors, using the formula b^2x^2 + a^2y^2 - a^2b^2
doesn't work on the Nexus 10 GPU. Changed to use x^2/a^2 + y^2/b^2 - 1.
Addresses issue 1290.
R=bsalomon@google.com
Author: jvanverth@google.com
Review URL: https://chromiumcodereview.appspot.com/
15039016
git-svn-id: http://skia.googlecode.com/svn/trunk@9110
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Mon, 13 May 2013 14:40:34 +0000 (14:40 +0000)]
Fix for Debug check failures in r9108
git-svn-id: http://skia.googlecode.com/svn/trunk@9109
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Mon, 13 May 2013 14:10:31 +0000 (14:10 +0000)]
add bench for blurred rectori case
https://codereview.chromium.org/
14690014/
git-svn-id: http://skia.googlecode.com/svn/trunk@9108
2bbb7eff-a529-9590-31e7-
b0007b416f81
commit-bot@chromium.org [Mon, 13 May 2013 14:09:13 +0000 (14:09 +0000)]
API modifications needed to upstream Android font changes.
Committed: http://code.google.com/p/skia/source/detail?r=9083
R=reed@google.com
Author: djsollen@google.com
Review URL: https://chromiumcodereview.appspot.com/
14761003
git-svn-id: http://skia.googlecode.com/svn/trunk@9107
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Mon, 13 May 2013 13:38:35 +0000 (13:38 +0000)]
Partial revert of r9087
https://codereview.chromium.org/
14858035/
git-svn-id: http://skia.googlecode.com/svn/trunk@9106
2bbb7eff-a529-9590-31e7-
b0007b416f81
commit-bot@chromium.org [Sat, 11 May 2013 13:21:43 +0000 (13:21 +0000)]
Check for NULL texture in GrAutoScratchTexture::detach()
R=sugoi@chromium.org, robertphillips@google.com
Author: bsalomon@google.com
Review URL: https://chromiumcodereview.appspot.com/
14683009
git-svn-id: http://skia.googlecode.com/svn/trunk@9104
2bbb7eff-a529-9590-31e7-
b0007b416f81
skia.committer@gmail.com [Sat, 11 May 2013 07:01:34 +0000 (07:01 +0000)]
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9103
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Fri, 10 May 2013 19:08:22 +0000 (19:08 +0000)]
Don't call purgeCache() from within GrResource memebers.
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
14864020
git-svn-id: http://skia.googlecode.com/svn/trunk@9102
2bbb7eff-a529-9590-31e7-
b0007b416f81
vandebo@chromium.org [Fri, 10 May 2013 18:29:43 +0000 (18:29 +0000)]
[PDF] Only output the Dests dictionary if it isn't epmpty
R=edisonn@google.com
Review URL: https://codereview.chromium.org/
15028012
git-svn-id: http://skia.googlecode.com/svn/trunk@9100
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Fri, 10 May 2013 17:22:48 +0000 (17:22 +0000)]
Fix memory leak in SkTypeface.cpp
https://codereview.chromium.org/
14617019/
git-svn-id: http://skia.googlecode.com/svn/trunk@9099
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Fri, 10 May 2013 17:14:06 +0000 (17:14 +0000)]
Remove GrPathCmd
R=reed@google.com
Review URL: https://codereview.chromium.org/
15068008
git-svn-id: http://skia.googlecode.com/svn/trunk@9097
2bbb7eff-a529-9590-31e7-
b0007b416f81
caryclark@google.com [Fri, 10 May 2013 15:16:13 +0000 (15:16 +0000)]
add wildcard test name matching to gm and bench.
This adds the same set of options in unit tests, i.e:
--match [~][^]match[$] [~][^]match[$] ...
~ causes a matching test to always be skipped
^ requires the start of the test to match
$ requires the end of the test to match
^ and $ requires an exact match
If a test does not match any list entry,
it is skipped unless some list entry starts with ~
Review URL: https://codereview.chromium.org/
14746017
git-svn-id: http://skia.googlecode.com/svn/trunk@9096
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Fri, 10 May 2013 14:51:54 +0000 (14:51 +0000)]
Fix memory leak in filter tool
https://codereview.chromium.org/
15029008/
(SkipBuildbotRuns)
git-svn-id: http://skia.googlecode.com/svn/trunk@9094
2bbb7eff-a529-9590-31e7-
b0007b416f81
junov@chromium.org [Fri, 10 May 2013 14:39:26 +0000 (14:39 +0000)]
Remove duplicated code in SkPictureRecord::drawRRect
Review URL: https://codereview.chromium.org/
15057005
git-svn-id: http://skia.googlecode.com/svn/trunk@9093
2bbb7eff-a529-9590-31e7-
b0007b416f81
bsalomon@google.com [Fri, 10 May 2013 14:12:08 +0000 (14:12 +0000)]
Make gms use getTopDevice() rather than getDevice().
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/
14885012
git-svn-id: http://skia.googlecode.com/svn/trunk@9091
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Fri, 10 May 2013 14:09:54 +0000 (14:09 +0000)]
Further defer devRect computation in gpu rect drawing
https://codereview.chromium.org/
14798007/
git-svn-id: http://skia.googlecode.com/svn/trunk@9090
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Fri, 10 May 2013 13:16:13 +0000 (13:16 +0000)]
Update shader rect drawing path for r9087 (removal of isIRect "opt")
https://codereview.chromium.org/
14972013/
(SkipBuildbotRuns)
git-svn-id: http://skia.googlecode.com/svn/trunk@9089
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Fri, 10 May 2013 11:05:58 +0000 (11:05 +0000)]
Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering
https://chromiumcodereview.appspot.com/
14890021/
git-svn-id: http://skia.googlecode.com/svn/trunk@9087
2bbb7eff-a529-9590-31e7-
b0007b416f81
skia.committer@gmail.com [Fri, 10 May 2013 07:01:04 +0000 (07:01 +0000)]
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9086
2bbb7eff-a529-9590-31e7-
b0007b416f81
robertphillips@google.com [Thu, 9 May 2013 22:47:33 +0000 (22:47 +0000)]
Reverting 9083 & 9084 due to Android failures
git-svn-id: http://skia.googlecode.com/svn/trunk@9085
2bbb7eff-a529-9590-31e7-
b0007b416f81
reed@google.com [Thu, 9 May 2013 22:02:35 +0000 (22:02 +0000)]
fix warning/error of uninitialized len
BUG=
Review URL: https://codereview.chromium.org/
15001019
git-svn-id: http://skia.googlecode.com/svn/trunk@9084
2bbb7eff-a529-9590-31e7-
b0007b416f81