aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
Commit message (Collapse)AuthorAge
* Finish rebase from df and add baseline images for n10 debugGravatar egdaniel2014-11-07
| | | | | | | | TBR=jvanverth@google.com BUG=skia: Review URL: https://codereview.chromium.org/705353003
* Rebaseline s4 gmsGravatar egdaniel2014-11-07
| | | | | | | | TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/712693002
* One more attempt at rebaseliningGravatar jvanverth2014-11-07
| | | | | | | TBR=egdaniel@google.com NOTREECHECKS=true Review URL: https://codereview.chromium.org/708903006
* Missed some expectationsGravatar jvanverth2014-11-07
| | | | | | TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/705293002
* Rebaseline for https://codereview.chromium.org/703463002/.Gravatar jvanverth2014-11-07
| | | | | | TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/709043002
* Clip in grdrawtargetGravatar joshualitt2014-11-06
| | | | | | | NOTREECHECKS=true BUG=skia: Review URL: https://codereview.chromium.org/685883003
* S4 RebaselinesGravatar bsalomon2014-11-05
| | | | | | TBR= Review URL: https://codereview.chromium.org/706653003
* Add new baselines for remaining dashing5 GM imagesGravatar robertphillips2014-11-05
| | | | | | | | | | This are the baselines for the problem children: The N5 & N10 gpu images related to Issue 3097 The perspective Windows images TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/702143002
* Remove gm from ignore expectation fileGravatar egdaniel2014-11-05
| | | | | | | | | | | No gm's actually changed from my recent change to dashing gm. This was the desired outcome since the added calls were lines of length zero TBR=robertphillips@google.com BUG=skia: Review URL: https://codereview.chromium.org/706633002
* Add baselines for the new dashing5 GMGravatar robertphillips2014-11-05
| | | | | | | | These are all the correct images TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/707513002
* Bug fix for cull_line in SkDashPathEffect.Gravatar egdaniel2014-11-05
| | | | | | | | | | | In cull_line we must also check if both points are the same. Otherwise we fail the assert in the else "SkASSERT(dy && !dx)". This is currently blocking the roll as it fails a webkit test. BUG=skia: Review URL: https://codereview.chromium.org/703783002
* Additional baselines for 4b86bacb0428.Gravatar bungeman2014-11-04
| | | | The Nexus9 lacked a trybot at the time.
* Allow all font weights on Android and respect overrides.Gravatar bungeman2014-11-04
| | | | | | | This removes the code which forces 400 and 700 weights only, and also overrides the font weight with the configured weight. Review URL: https://codereview.chromium.org/694533006
* update baselines and ignores for texture_domainGravatar joshualitt2014-11-03
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/697233003
* Improve quality of distance field renderingGravatar jvanverth2014-11-03
| | | | | | | | | | - Update spacing of LODs to get better results scaling up to 256 - Remove unnecessary "bolding" from dftext - Add debug colors for dftext LODs BUG=skia:2933,skia:2935 Review URL: https://codereview.chromium.org/703463002
* Test factory uses the inorder draw bufferGravatar joshualitt2014-11-03
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/696353002
* rebase and ignore dash cubics winnvprGravatar joshualitt2014-11-03
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/691803005
* release expectations rebaseGravatar joshualitt2014-11-03
| | | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/700613002
* rebase nvpr expectationsGravatar joshualitt2014-11-03
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/688413004
* ignoring degenerat segments across all nvprmGravatar joshualitt2014-11-03
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/696373002
* Rebaselines for new colortype-xfermodes gmGravatar egdaniel2014-11-03
| | | | | | | | TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/695343002
* Always enable layer hoisting in SkiaGravatar robertphillips2014-11-03
| | | | | | This will prevent bit rot of the layer hoisting code and position us better for turning this on in Chromium. Review URL: https://codereview.chromium.org/698493002
* rebaselineGravatar joshualitt2014-10-31
| | | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/696853002
* Beginning to refactor nvpr codeGravatar joshualitt2014-10-31
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/687563008
* Rebaseline GMs for https://codereview.chromium.org/687283002/Gravatar jvanverth2014-10-31
| | | | | | BUG=skia:2935 Review URL: https://codereview.chromium.org/684833003
* Blind GM rebaseline for Galaxy S4Gravatar borenet2014-10-30
| | | | | | BUG=skia:3032 Review URL: https://codereview.chromium.org/694573002
* Add skimage expectations for GalaxyS4.Gravatar scroggo2014-10-30
| | | | | | Fixes build. Review URL: https://codereview.chromium.org/692913003
* Support multiple scales for dfpaths.Gravatar jvanverth2014-10-30
| | | | | | | | | Adds miplevel as part of dfpath key, and scale factor so we know how much to adjust to fit desired scale. BUG=skia:2935 Review URL: https://codereview.chromium.org/687283002
* Fix bounds computation of all 0-input filters.Gravatar senorblanco2014-10-29
| | | | | | | | | | | The SkRectShaderImageFilter had the same bug as previously fixed for SkBitmapSource and SkPictureImageFilter. Rather than copy-and-paste the implementation, this change makes all filters with 0 inputs return their source bounds, instead of returning false. BUG=427251 Review URL: https://codereview.chromium.org/681643003
* Rename GalaxyNexus GM and SkImage expectations for GalaxyS4, remove NexusSGravatar borenet2014-10-29
| | | | | | | | GMs will surely need rebaselining. BUG=skia:3032 Review URL: https://codereview.chromium.org/683853006
* one more test updatedGravatar joshualitt2014-10-28
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/681373003
* rebaselinesGravatar joshualitt2014-10-28
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/682123003
* more ignoresGravatar joshualitt2014-10-28
| | | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/688443002
* Working patch to remove constant attributes. This may cause some gm ↵Gravatar joshualitt2014-10-28
| | | | | | | | | | | | mismatches, I will rebaseline tonight. BUG=skia: Committed: https://skia.googlesource.com/skia/+/84c94c0dfd1e12e97d8a835882dda575f36e41d2 Committed: https://skia.googlesource.com/skia/+/95f5194abce19e8ed875f3495fd16c79a9b931b4 Review URL: https://codereview.chromium.org/678073005
* Revert of Patch to remove constant attributes (patchset #8 id:120002 of ↵Gravatar joshualitt2014-10-28
| | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/678073005/) Reason for revert: I'll checkin tonight when the tree is quieter Original issue's description: > Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/84c94c0dfd1e12e97d8a835882dda575f36e41d2 > > Committed: https://skia.googlesource.com/skia/+/95f5194abce19e8ed875f3495fd16c79a9b931b4 TBR=bsalomon@google.com,egdaniel@google.com,joshualitt@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/683203002
* Working patch to remove constant attributes. This may cause some gm ↵Gravatar joshualitt2014-10-28
| | | | | | | | | | mismatches, I will rebaseline tonight. BUG=skia: Committed: https://skia.googlesource.com/skia/+/84c94c0dfd1e12e97d8a835882dda575f36e41d2 Review URL: https://codereview.chromium.org/678073005
* Revert of Use approximate scratch textures for image filters. (patchset #2 ↵Gravatar hcm2014-10-27
| | | | | | | | | | | | | | | | | | | | id:20001 of https://codereview.chromium.org/679113004/) Reason for revert: Continued GM failures Original issue's description: > Use approximate scratch textures for image filters. > > Committed: https://skia.googlesource.com/skia/+/96c60686eef6fc514feba6136f1b475f71dbf3ec > > Committed: https://skia.googlesource.com/skia/+/50a140563c5960acb2479d2be7c437d146963b3f TBR=senorblanco@google.com,senorblanco@chromium.org,bsalomon@google.com NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/681183002
* Revert of Fix bounds computation of all 0-input filters. (patchset #2 ↵Gravatar hcm2014-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | id:20001 of https://codereview.chromium.org/681643003/) Reason for revert: try again Original issue's description: > Fix bounds computation of all 0-input filters. > > The SkRectShaderImageFilter had the same bug as previously fixed for > SkBitmapSource and SkPictureImageFilter. Rather than copy-and-paste > the implementation, this change makes all filters with 0 inputs return > their source bounds, instead of returning false. > > BUG=427251 > > Committed: https://skia.googlesource.com/skia/+/ba036cc82b5a543a13cafd11a19ba0e3087fca38 TBR=bsalomon@google.com,senorblanco@chromium.org NOTREECHECKS=true NOTRY=true BUG=427251 Review URL: https://codereview.chromium.org/678273002
* Revert of Rebaseline imagemagnifier and dropshadowimagefilter tests. ↵Gravatar hcm2014-10-27
| | | | | | | | | | | | | | | | | | | | | | | (patchset #3 id:40001 of https://codereview.chromium.org/685523002/) Reason for revert: Getting to revert for failures on image filter tests in Skia and Blink Original issue's description: > Rebaseline imagemagnifier and dropshadowimagefilter tests. > > BUG=skia: > TBR=hcm@google.com > NOTRY=true > > Committed: https://skia.googlesource.com/skia/+/0fc71ea432d3895ede198a24080f877e607cd264 TBR=senorblanco@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/678043003
* Revert of Re-add suppressions for magnifier and dropshadow GMs. (patchset #1 ↵Gravatar hcm2014-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | id:1 of https://codereview.chromium.org/686573002/) Reason for revert: Trying to get revert of patchset potentially causing failures on image filter tests Original issue's description: > Re-add suppressions for magnifier and dropshadow GMs. > > Brian's change has invalidated the new baselines, so they'll need > to be rebaselined again once his changed has worked its way through. > > TBR=bsalomon > NOTRY=true > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/fa4689d56384da5bb264a480e636fac126fb93ca TBR=bsalomon@google.com,senorblanco@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/679413002
* Revert of Patch to remove constant attributes (patchset #6 id:100001 of ↵Gravatar joshualitt2014-10-27
| | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/678073005/) Reason for revert: Breaks the K1 Original issue's description: > Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/84c94c0dfd1e12e97d8a835882dda575f36e41d2 TBR=bsalomon@google.com,egdaniel@google.com,joshualitt@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/679363002
* Working patch to remove constant attributes. This may cause some gm ↵Gravatar joshualitt2014-10-27
| | | | | | | | mismatches, I will rebaseline tonight. BUG=skia: Review URL: https://codereview.chromium.org/678073005
* Re-add suppressions for magnifier and dropshadow GMs.Gravatar senorblanco2014-10-27
| | | | | | | | | | | Brian's change has invalidated the new baselines, so they'll need to be rebaselined again once his changed has worked its way through. TBR=bsalomon NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/686573002
* Rebaseline imagemagnifier and dropshadowimagefilter tests.Gravatar senorblanco2014-10-27
| | | | | | | | BUG=skia: TBR=hcm@google.com NOTRY=true Review URL: https://codereview.chromium.org/685523002
* Use approximate scratch textures for image filters.Gravatar bsalomon2014-10-27
| | | | | | Committed: https://skia.googlesource.com/skia/+/96c60686eef6fc514feba6136f1b475f71dbf3ec Review URL: https://codereview.chromium.org/679113004
* Fix bounds computation of all 0-input filters.Gravatar senorblanco2014-10-27
| | | | | | | | | | | The SkRectShaderImageFilter had the same bug as previously fixed for SkBitmapSource and SkPictureImageFilter. Rather than copy-and-paste the implementation, this change makes all filters with 0 inputs return their source bounds, instead of returning false. BUG=427251 Review URL: https://codereview.chromium.org/681643003
* Update perspective GM expectations after disabling some DF pathsGravatar jvanverth2014-10-27
| | | | | | | BUG=skia:3066 TBR=hcm@google.com Review URL: https://codereview.chromium.org/680913003
* Update GM expectations for https://codereview.chromium.org/677463002/Gravatar jvanverth2014-10-24
| | | | | | | BUG=skia:2935 TBR=mtklein@google.com Review URL: https://codereview.chromium.org/677123002
* Ignore simpleaaclip_path on Win7-gpu for now.Gravatar jvanverth2014-10-24
| | | | | | | BUG=skia:3066 TBR=mtklein@google.com Review URL: https://codereview.chromium.org/646523005
* rebaseline for new shaderprocGravatar mtklein2014-10-24
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/674123003