aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations/gm/ignored-tests.txt
Commit message (Collapse)AuthorAge
...
* rebase and update ignoreGravatar joshualitt2014-12-19
| | | | | | | | TBR= NOTRY=True BUG=skia: Review URL: https://codereview.chromium.org/816963002
* Remove the low hanging fruit with coord change matricesGravatar joshualitt2014-12-18
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/793013003
* rebase blurrectsGravatar joshualitt2014-12-18
| | | | | | | | NOTRY=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/810593004
* quick adding to ignoreGravatar joshualitt2014-12-18
| | | | | | | | NOTRY=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/795943003
* rebase and update ignoresGravatar joshualitt2014-12-18
| | | | | | | | NOTRY=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/816813002
* Revert of enable new gradients + suppress gms for now (patchset #1 id:1 of ↵Gravatar reed2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/807513004/) Reason for revert: crashy Original issue's description: > enable new gradients + suppress gms for now > > BUG=skia: > TBR= > NOTRY=True > > Committed: https://skia.googlesource.com/skia/+/8142a57fa1bf582b66efde276cd43d40c525bc16 TBR= NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/814963002
* enable new gradients + suppress gms for nowGravatar reed2014-12-18
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/807513004
* I could create new GMs if you prefer.Gravatar joshualitt2014-12-18
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/812163002
* adding bleed back to ignoreGravatar joshualitt2014-12-18
| | | | | | | | TBR= NOTRY=True BUG=skia: Review URL: https://codereview.chromium.org/810713003
* rebaseGravatar joshualitt2014-12-18
| | | | | | | | TBR= NOTRY=True BUG=skia: Review URL: https://codereview.chromium.org/812423002
* Change to create device coord coordsetGravatar joshualitt2014-12-18
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/812063002
* rebaseline after fix to cornerpatheffectGravatar reed2014-12-17
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/814523004
* fix end-point and conic bugs in cornerpatheffectGravatar reed2014-12-17
| | | | | | | | fixes bug in GM/patheffect -- will need to be rebaselined BUG=skia: Review URL: https://codereview.chromium.org/803213003
* Massive rebaseline for SkRandom.Gravatar scroggo2014-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of the following GMs have been switched from SkLCGRandom to SkRandom. Update their expectations for the new images. -beziers -circles -convexpaths -complexclip2 -complexclip2_rect_aa -complexclip2_rect_bw -complexclip2_path_aa -complexclip2_path_bw -complexclip2_rrect_aa -complexclip2_rrect_bw -cubicpath -cubicclosepath -degeneratesegments -emptypath -getpostextpath -hittestpath -linepath -lineclosepath -points -polygons -quadpath -quadclosepath -strokerects -strokes_round -strokes_poly BUG=skia:3241 TBR=mtklein Review URL: https://codereview.chromium.org/806263002
* rebase gms and update ignoreGravatar joshualitt2014-12-15
| | | | | | | | NOTRY=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/811433004
* This change will ultimately pull uniform color, and to a much lesser degree ↵Gravatar joshualitt2014-12-15
| | | | | | | | uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. BUG=skia: Review URL: https://codereview.chromium.org/746423007
* Add missed convexpaths.Gravatar scroggo2014-12-15
| | | | | | | | | TBR=reed NOTRY=True NOTREECHECKS=True BUG=skia:3241 Review URL: https://codereview.chromium.org/805043005
* There can be only one (SkRandom)!Gravatar scroggo2014-12-15
| | | | | | | | | | | | | | | | | | | | | Remove SkLCGRandom. We already decided the new one was better, which is why we wrote the new SkRandom. Convert GMs that were using SkLCGRandom to use the improved SkRandom. Motivated by the fact that these GMs draw differently on some runs. We believe this to be a result of using the old SkLCGRandom. Add each of the tests that were using SkLCGRandom to ignore-tests.txt, since we expect they'll draw differently using SkRandom. Move a trimmed down version of SkLCGRandom into SkDiscretePathEffect. In order to preserve the old behavior, trim down SkLCGRandom to only the methods used by SkDiscretePathEffect, and hide it in SkDiscretePathEffect's cpp file. BUG=skia:3241 Review URL: https://codereview.chromium.org/805963002
* Rebaseline after circle normalization change.Gravatar Brian Salomon2014-12-15
| | | | | | TBR=bensong@google.com Review URL: https://codereview.chromium.org/806893002
* Do circle anti-aliasing in normalized space to avoid precision issues with ↵Gravatar bsalomon2014-12-15
| | | | | | half-floats on Adreno. Review URL: https://codereview.chromium.org/761593006
* Remove gms from ignore-tests.Gravatar egdaniel2014-12-12
| | | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/800033002
* rebase and remove ignoresGravatar joshualitt2014-12-11
| | | | | | | | NOTRY=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/788193005
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
| | | | | | | | BUG=skia: Committed: https://skia.googlesource.com/skia/+/c6bc58eded89b0c0a36b8e20e193c200f297a0da Review URL: https://codereview.chromium.org/791743003
* Create xfer processor backend.Gravatar egdaniel2014-12-11
| | | | | | | | | | | | | This includes: -Having an actual XP stage at the end of the gl pipeline. -All Blending work is handled by XP until actually setting GL blend states -GLPrograms test to test XP BUG=skia: Committed: https://skia.googlesource.com/skia/+/4dffc940c430eec66d4707490eace19c9b3f7904 Review URL: https://codereview.chromium.org/764643004
* Poppler rebaseline for clipped-bitmap-shaders-clampGravatar fmalita2014-12-11
| | | | | | | | Follow-up for https://codereview.chromium.org/787043006. TBR=scroggo@google.com Review URL: https://codereview.chromium.org/798533003
* rebase hairlinesGravatar joshualitt2014-12-11
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/795133002
* Revert of Create xfer processor backend. (patchset #6 id:100001 of ↵Gravatar joshualitt2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/764643004/) Reason for revert: CL breaks windows DM Original issue's description: > Create xfer processor backend. > > This includes: > -Having an actual XP stage at the end of the gl pipeline. > -All Blending work is handled by XP until actually setting GL blend states > -GLPrograms test to test XP > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/4dffc940c430eec66d4707490eace19c9b3f7904 TBR=bsalomon@google.com,joshualitt@chromium.org,egdaniel@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/789343002
* Revert of Add more ignore gm's for recent Xfer Processor CL (patchset #1 ↵Gravatar joshualitt2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | id:1 of https://codereview.chromium.org/786083004/) Reason for revert: Preventing revert of cl breaking windows DM Original issue's description: > Add more ignore gm's for recent Xfer Processor CL > > TBR=bsalomon@google.com > NOTRY=true > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/125251133a62a07225b7119ab3ac90153ba4c58a TBR=bsalomon@google.com,egdaniel@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/794883002
* fix for chrome bug with sub pixel hairlinesGravatar joshualitt2014-12-10
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/796573002
* Revert of Remove GP from drawstate, revision of invariant output for GP ↵Gravatar joshualitt2014-12-10
| | | | | | | | | | | | | | | | | | | | | (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) Reason for revert: breaks mac Original issue's description: > Remove GP from drawstate, revision of invariant output for GP > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/c6bc58eded89b0c0a36b8e20e193c200f297a0da TBR=bsalomon@google.com,egdaniel@google.com,joshualitt@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/794843002
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/791743003
* Rebaseline imagefiltersscaled images (and rm from ignored-tests file)Gravatar robertphillips2014-12-10
| | | | | | | | Rebaselines for https://codereview.chromium.org/785893004/ (Fix MatrixImageFilter computeFastBounds) TBR=scroggo@google.com Review URL: https://codereview.chromium.org/794673004
* Suppress clipped-bitmap-shaders-clampGravatar Florin Malita2014-12-10
| | | | | | | | Pending PDF rebaseline after c54d8db4d169 TBR=scroggo@google.com Review URL: https://codereview.chromium.org/788143003
* Add more ignore gm's for recent Xfer Processor CLGravatar egdaniel2014-12-10
| | | | | | | | | TBR=bsalomon@google.com NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/786083004
* Create xfer processor backend.Gravatar egdaniel2014-12-10
| | | | | | | | | | | This includes: -Having an actual XP stage at the end of the gl pipeline. -All Blending work is handled by XP until actually setting GL blend states -GLPrograms test to test XP BUG=skia: Review URL: https://codereview.chromium.org/764643004
* Rebaseline after texture coord precision changes.Gravatar Brian Salomon2014-12-09
| | | | | | TBR=scroggo@google.com Review URL: https://codereview.chromium.org/788903003
* Use texture size to determine precision of texture coord varyings.Gravatar bsalomon2014-12-09
| | | | Review URL: https://codereview.chromium.org/778783002
* Rebaselines for https://codereview.chromium.org/785893004/ (Fix ↵Gravatar robertphillips2014-12-09
| | | | | | | | | | MatrixImageFilter computeFastBounds) The msaa4 image diffs aren't actually due to the named CL TBR=scroggo@google.com Review URL: https://codereview.chromium.org/787093002
* Rebaseline multipicturedraw GMsGravatar robertphillips2014-12-04
| | | | | | | | This is clean up after https://codereview.chromium.org/753253002/ (Use variable length key (rather than accumulated matrix) as save layer hoisting key) TBR=halcanary@google.com Review URL: https://codereview.chromium.org/783523002
* bug fix for cubic low precisionGravatar joshualitt2014-12-03
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/776953002
* Rebaseline verylargebitmapGravatar Mike Klein2014-12-03
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/778693002
* First step to moving vertex attributes to the geometryProcessorGravatar joshualitt2014-12-03
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/761563002
* Adding a PictureResolution option to SkPictureImageFilterGravatar Justin Novosad2014-12-02
| | | | | | | | | | | This change adds an option to SkPictureImageFilter to make it rasterize SkPicture in a resolution that matches the local coordinate space (equivalent to the record-time device space). BUG=skia:3176 R=reed@google.com, senorblanco@chromium.org Review URL: https://codereview.chromium.org/753073010
* use drawRect when drawing a bitmap with anti-aliasing on a non-msaa targetGravatar derekf2014-12-02
| | | | | | | | | | | | If the dest isn't pixel aligned, or if a non 90 degree rotation is present, we need to use drawRect() for drawing anti-aliased bitmaps on non-msaa targets or the edges won't be anti-aliased as intended. Note: If the bitmap size is bigger than max texture size we fall back to drawBitmapCommon. Original-Author: Henry Song <henrysong@samsung.com> Review URL: https://codereview.chromium.org/649313003
* Use variable length key (rather than accumulated matrix) as save layer ↵Gravatar robertphillips2014-12-01
| | | | | | | | | | hoisting key Adding the rendering canvas' CTM to the layer hoisting key (i.e., Add support for hoisting layers in pictures drawn with a matrix - https://codereview.chromium.org/748853002/) has increased the cache miss rate due to accumulated floating point error. This CL fixes part of the issue by using the chain of operation indices leading to each saveLayer as the key. The canvas' CTM must still form part of the key but should be less subject to accumulated error. BUG=skia:2315 Review URL: https://codereview.chromium.org/753253002
* Rebaselines for https://codereview.chromium.org/748853002Gravatar robertphillips2014-11-25
| | | | | | | | | | | | | | Add support for hoisting layers in pictures drawn with a matrix - https://codereview.chromium.org/748853002 changed the following GMs: multipicturedraw_sierpinski_tiled multipicturedraw_rrectclip_tiled multipicturedraw_rectclip_tiled Note that it also, somewhat mysteriously, "fixed" the rendering bugs in some of the S4's multipicturedraw images (see skia:3116). TBR=tomhudson@google.com Review URL: https://codereview.chromium.org/755183003
* Suppress additional multipicturedraw GM for AndroidGravatar robertphillips2014-11-24
| | | | | | | | | | One Android bot is failing on the rect test case. TBR=tomhudson@google.com NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/750203003
* Sigh - remove whitespace from end of suppressions text lineGravatar robertphillips2014-11-24
| | | | | | | | TBR=tomhudson@google.com NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/754783003
* Add suppressions for https://codereview.chromium.org/748853002Gravatar robertphillips2014-11-24
| | | | | | | | TBR=tomhudson@google.com NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/753103005
* ack verylargebitmap diffsGravatar mtklein2014-11-21
| | | | | | | | NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/752693002