Commit Graph

79 Commits

Author SHA1 Message Date
mtklein@google.com
45891b8e37 factory can draw now too
BUG=skia:1564
R=epoger@google.com

Review URL: https://codereview.chromium.org/23607002

git-svn-id: http://skia.googlecode.com/svn/trunk@10935 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-27 16:07:48 +00:00
fmalita@google.com
b9168ed432 Adding SkLumaXfermode GM results.
Review URL: https://codereview.chromium.org/23596004

git-svn-id: http://skia.googlecode.com/svn/trunk@10933 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-27 13:54:36 +00:00
mtklein@google.com
6688e18f8d Four cmykjpeg GMs that weren't done yet yesterday.
This does not fix the other failures yet.

BUG=
R=borenet@google.com

Review URL: https://codereview.chromium.org/23591002

git-svn-id: http://skia.googlecode.com/svn/trunk@10932 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-27 13:03:03 +00:00
mtklein@google.com
6e6dc653fc rebaseline most cmykjpeg from blank to an image
BUG=
R=borenet@google.com

Review URL: https://codereview.chromium.org/23447002

git-svn-id: http://skia.googlecode.com/svn/trunk@10924 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-26 20:40:35 +00:00
bsalomon@google.com
cbe63fe1a8 add bezier effect baselines
git-svn-id: http://skia.googlecode.com/svn/trunk@10898 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-23 20:20:15 +00:00
commit-bot@chromium.org
610a07f44e Rebaselines for PDF image shader fix
R=vandebo@chromium.org, edisonn@google.com

Author: richardlin@chromium.org

Review URL: https://chromiumcodereview.appspot.com/22978022

git-svn-id: http://skia.googlecode.com/svn/trunk@10882 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-22 20:10:02 +00:00
mtklein@google.com
05f85ade78 expectations for radial_gradient2
BUG=

Review URL: https://codereview.chromium.org/23144005

git-svn-id: http://skia.googlecode.com/svn/trunk@10865 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-21 19:18:47 +00:00
vandebo@chromium.org
8fc3766c58 Update expectations for Mac PDF
R=epoger@google.com, vandebo@chromium.org

Review URL: https://codereview.chromium.org/22865029

git-svn-id: http://skia.googlecode.com/svn/trunk@10863 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-21 18:04:09 +00:00
robertphillips@google.com
fef422415b Add new baselines for arcofzorro GM
git-svn-id: http://skia.googlecode.com/svn/trunk@10859 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-21 17:29:37 +00:00
robertphillips@google.com
957236657f Adding new baselines for blurquickreject GM
git-svn-id: http://skia.googlecode.com/svn/trunk@10858 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-21 17:21:16 +00:00
robertphillips@google.com
ab17a4fa1f Add new "bleed" GM baselines
git-svn-id: http://skia.googlecode.com/svn/trunk@10855 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-21 16:53:52 +00:00
robertphillips@google.com
9e02527eee Adding new baseline image for Nexus7 fontscaler GM
git-svn-id: http://skia.googlecode.com/svn/trunk@10846 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-21 14:08:47 +00:00
epoger@google.com
fd040116c5 Remove base-* directories from gm expected/actual paths; just use platform names
BUG=skia:1512

The buildbot master continues to set gm_image_subdir, but the slaves no longer
use that component when building GM paths (they just use builder_name instead).
But gm_image_subdir is still used for SKP storage paths under
gs://chromium-skia-gm/playback/gm-actual , for now...

Immediately before committing this CL, I will copy the actual-results.json files
from their old locations to their new locations (within the skia-autogen repo)
so that both old and new versions of rebaseline.py will be able to retrieve
actual results, like so:

svn cp base-android-galaxy-nexus/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/base-android-galaxy-nexus Test-Android-GalaxyNexus-SGX540-Arm7-Debug
svn cp base-android-galaxy-nexus/Test-Android-GalaxyNexus-SGX540-Arm7-Release/base-android-galaxy-nexus Test-Android-GalaxyNexus-SGX540-Arm7-Release
svn cp base-android-nexus-10/Test-Android-Nexus10-MaliT604-Arm7-Debug/base-android-nexus-10 Test-Android-Nexus10-MaliT604-Arm7-Debug
...
svn cp base-shuttle-win7-intel-float/Test-Win7-ShuttleA-HD2000-x86-Debug/base-shuttle-win7-intel-float Test-Win7-ShuttleA-HD2000-x86-Debug
svn cp base-shuttle-win7-intel-float/Test-Win7-ShuttleA-HD2000-x86-Release/base-shuttle-win7-intel-float Test-Win7-ShuttleA-HD2000-x86-Release


Once we see this CL land successfully, I will delete the actual-results.json
files from their OLD location within skia-autogen, like so:

svn rm base-android-galaxy-nexus
svn rm base-android-nexus-10
...
svn rm base-shuttle-win7-intel-directwrite
svn rm base-shuttle-win7-intel-float

R=borenet@google.com, rmistry@google.com

Review URL: https://codereview.chromium.org/23120002

git-svn-id: http://skia.googlecode.com/svn/trunk@10821 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-20 16:21:55 +00:00
jvanverth@google.com
bee5f97c73 Final rebaselines for r10769.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10812 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-20 14:31:59 +00:00
jvanverth@google.com
b97277271e More rebaselines for r10769.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10782 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-16 17:07:20 +00:00
jvanverth@google.com
66198a7d33 More rebaselines for r10769.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10775 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-16 15:44:52 +00:00
jvanverth@google.com
052d536ddc First set of rebaselines for r10769.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10774 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-16 15:32:23 +00:00
bsalomon@google.com
30e086cdcb more rebaselines of convexpaths
git-svn-id: http://skia.googlecode.com/svn/trunk@10766 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-16 13:16:01 +00:00
bsalomon@google.com
b5f8f41231 Add missing baselines for convexpaths GM
git-svn-id: http://skia.googlecode.com/svn/trunk@10751 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 19:51:53 +00:00
bsalomon@google.com
5b4011aded rebaseline convex paths after test was changed.
git-svn-id: http://skia.googlecode.com/svn/trunk@10750 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 19:49:42 +00:00
jvanverth@google.com
452ed43d50 Rebaseline GMs for Galaxy Nexus: looks like updated fonts and some GMs out of date.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10746 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 18:24:53 +00:00
jvanverth@google.com
aa86fb3237 Rebaseline GMs for Nexus-10: looks like fonts changed due to OS upgrade.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10742 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 18:15:20 +00:00
bsalomon@google.com
8c04944bc2 one more flakly GL_LINES win7/intel/gpu test to ignore
git-svn-id: http://skia.googlecode.com/svn/trunk@10741 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 17:42:33 +00:00
bsalomon@google.com
aa0307eca3 Expect to fail on images with GL_LINES snapping issue on win7/intel/gpu
git-svn-id: http://skia.googlecode.com/svn/trunk@10740 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 17:10:28 +00:00
bsalomon@google.com
11d0e94e07 try one last time for xfermodes3 pdf rebaselines, will delete if this doesn't stick
git-svn-id: http://skia.googlecode.com/svn/trunk@10739 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 15:40:31 +00:00
robertphillips@google.com
a474a1d9d4 Rebaseline Ubuntu after revert of r10705 (in r10729)
git-svn-id: http://skia.googlecode.com/svn/trunk@10731 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 14:16:52 +00:00
bsalomon@google.com
ed41d86a95 more xfermodes3 rebaselines
git-svn-id: http://skia.googlecode.com/svn/trunk@10728 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-15 13:43:01 +00:00
bsalomon@google.com
2865c44570 rebaseline xfermodes3 after change to the test.
git-svn-id: http://skia.googlecode.com/svn/trunk@10722 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-14 21:55:32 +00:00
reed@google.com
0c0e14c14e update expectations after SkLONGLONG change
BUG=

Review URL: https://codereview.chromium.org/23198003

git-svn-id: http://skia.googlecode.com/svn/trunk@10712 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-14 16:22:02 +00:00
jvanverth@google.com
65beb7513e Temporarily disable pathinterior_gpu on Nexus-10.
git-svn-id: http://skia.googlecode.com/svn/trunk@10660 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-09 15:24:01 +00:00
bsalomon@google.com
3f05c91690 Add initial baselines for new GM xfermodes3
git-svn-id: http://skia.googlecode.com/svn/trunk@10658 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-09 14:32:46 +00:00
jvanverth@google.com
482d5a229a Revert rebaselines for r10640.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10648 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-08 22:44:13 +00:00
jvanverth@google.com
6b8573d72d Rebaseline Nexus-S and Nexus-4 GMs for r10640. Disabled complexclip_bw_layer_gpu
for Nexus-S due to glitch.

(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10646 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-08 21:24:41 +00:00
jvanverth@google.com
f682241fd2 More rebaselines for r10640. Unreviewed.
git-svn-id: http://skia.googlecode.com/svn/trunk@10644 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-08 20:42:19 +00:00
jvanverth@google.com
6dbf2e5a13 Rebaseline images for r10640. Unreviewed.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10643 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-08 20:07:12 +00:00
jvanverth@google.com
274aeeff89 Rebaseline images for r10535. Reviewed by djsollen.
(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10641 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-08 18:54:12 +00:00
senorblanco@chromium.org
3484df6ff2 New baselines for imagefiltersbase, after r10626.
TBR=jvanverth@google.com

Review URL: https://codereview.chromium.org/22623004

git-svn-id: http://skia.googlecode.com/svn/trunk@10631 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 21:36:15 +00:00
scroggo@google.com
2fe638ef06 Update GM baselines for 8888->4444 fix.
Review URL: https://codereview.chromium.org/22621002

git-svn-id: http://skia.googlecode.com/svn/trunk@10627 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 20:23:26 +00:00
jvanverth@google.com
0b39619e4b More GM rebaselines
git-svn-id: http://skia.googlecode.com/svn/trunk@10620 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 18:57:24 +00:00
dierk@google.com
619e48044e Rebaselining GM's for gradient GM change.
rebaselining gm's

BUG=

Review URL: https://codereview.chromium.org/22391004

git-svn-id: http://skia.googlecode.com/svn/trunk@10619 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 18:12:46 +00:00
bsalomon@google.com
c6233285be Mark dashing gpu as expected to fail on win7/gpu/intel
R=jvanverth@google.com

Review URL: https://codereview.chromium.org/22407004

git-svn-id: http://skia.googlecode.com/svn/trunk@10616 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 17:43:05 +00:00
jvanverth@google.com
f7f19ac419 Ignore gif_test.gif, take two. Add missing comma.
Unreviewed.


git-svn-id: http://skia.googlecode.com/svn/trunk@10613 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 16:52:05 +00:00
jvanverth@google.com
fbd370572a Try to ignore gif_test.gif in skimage test
git-svn-id: http://skia.googlecode.com/svn/trunk@10610 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 16:07:43 +00:00
bsalomon@google.com
2865676b84 Allow multiple images for flaky dashing GM on intel/win7/gpu
R=epoger@google.com

Review URL: https://codereview.chromium.org/22327004

git-svn-id: http://skia.googlecode.com/svn/trunk@10606 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 15:35:35 +00:00
bsalomon@google.com
a4eb459fd1 Revert "rebaseline gpu dashing on win7"
This reverts commit r10577.

git-svn-id: http://skia.googlecode.com/svn/trunk@10602 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 13:34:26 +00:00
bsalomon@google.com
c911ada8bd Revert "Rebaseline flaky non AA lines on intel/win/gpu"
This reverts commit r10566.

git-svn-id: http://skia.googlecode.com/svn/trunk@10599 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-07 13:34:01 +00:00
scroggo@google.com
84d0bbe125 Remove invalid expectation.
Fixes build.

git-svn-id: http://skia.googlecode.com/svn/trunk@10582 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-06 19:35:48 +00:00
bsalomon@google.com
1aa988e2b7 rebaseline gpu dashing on win7
git-svn-id: http://skia.googlecode.com/svn/trunk@10577 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-06 18:46:56 +00:00
jvanverth@google.com
fedc4f9f43 One last rebaseline to try to get Nexus-10 GMs green.
Unreviewed.

(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10574 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-06 18:28:25 +00:00
jvanverth@google.com
62ec8ba4a1 Fix mime-type on expectations.
Rebaseline one DirectWrite GM.

(SkipBuildbotRuns)


git-svn-id: http://skia.googlecode.com/svn/trunk@10570 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-08-06 17:30:28 +00:00