aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
Commit message (Collapse)AuthorAge
* Update some Galaxy S4 expectations.Gravatar jvanverth2014-12-12
| | | | | | TBR=djsollen@google.com Review URL: https://codereview.chromium.org/804493002
* Ignore some expectations for Nexus 10.Gravatar jvanverth2014-12-12
| | | | | | | BUG=skia:3205 TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/800483004
* adding some flaky gms to ignoreGravatar joshualitt2014-12-11
| | | | | | | | TBR= NOTRY=True BUG=skia: Review URL: https://codereview.chromium.org/789963005
* 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
* one more ignore for hairlinesGravatar joshualitt2014-12-11
| | | | | | | | TBR= NOTRY=True BUG=skia: Review URL: https://codereview.chromium.org/795293002
* 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
* new hairlines gm unstable on hd2000Gravatar joshualitt2014-12-11
| | | | | | | | NOTRY=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/800543002
* hmm one more hairlines 'straggler' might be flipfloppingGravatar joshualitt2014-12-11
| | | | | | | | TBR= NOTRY= BUG=skia: Review URL: https://codereview.chromium.org/798533005
* straggler hairlineGravatar joshualitt2014-12-11
| | | | | | | | NOTRY=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/796893002
* 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 cpu hairlinesGravatar joshualitt2014-12-11
| | | | | | | | | NOTRY=True NOTREECHECKS=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/793393002
* rebase hairlinesGravatar joshualitt2014-12-11
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/795133002
* More rebaselines.Gravatar scroggo2014-12-11
| | | | | | | TBR=robertphillips BUG=skia: Review URL: https://codereview.chromium.org/793353002
* Mark nexus10 images as flaky.Gravatar scroggo2014-12-11
| | | | | | | TBR=robertphillips BUG=skia:3226 Review URL: https://codereview.chromium.org/785323003
* Additional rebaselines for 3490263287e9.Gravatar bungeman2014-12-11
| | | | | | TBR=bungeman1 Review URL: https://codereview.chromium.org/794863004
* Replace use of deprecated CG methods.Gravatar bungeman2014-12-10
| | | | | | | | | | | OSX10.9 and iOS7.0 deprecated CGContextShowGlyphsAtPoint so a new API should be used. OSX10.7 and iOS4.2 replace CGContextShowGlyphsAtPoint with CTFontDrawGlyphs. OSX10.5 and iOS2.0 have CGContextShowGlyphsAtPositions which works similarly to CTFontDrawGlyphs and has not yet been deprecated. This change allows the use of CTFontDrawGlyphs when it is available, falling back to CGContextShowGlyphsAtPositions when it isn't. Review URL: https://codereview.chromium.org/770383002
* 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
* Initial baselines for tall_stretched_bitmaps GMGravatar Brian Salomon2014-12-10
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/789293003
* 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
* More rebaselines.Gravatar scroggo2014-12-10
| | | | | | | TBR=bsalomon BUG=skia: Review URL: https://codereview.chromium.org/790263002
* Rebaseline.Gravatar scroggo2014-12-10
| | | | | | | | | | All these images barely differ. TBR=bsalomon BUG=skia: Review URL: https://codereview.chromium.org/795673002
* 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
* more rebaselinesGravatar Brian Salomon2014-12-10
| | | | Review URL: https://codereview.chromium.org/789263002
* 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
* Add baseline images for new filterfastbounds GMGravatar robertphillips2014-12-10
| | | | | | TBR=scroggo@google.com Review URL: https://codereview.chromium.org/787423002
* 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
* rrrrrrrrrrrreeeeeeeeeeebaseline!Gravatar Brian Salomon2014-12-09
| | | | Review URL: https://codereview.chromium.org/790643004
* More N10 rebaselinesGravatar Brian Salomon2014-12-09
| | | | | | TBR= Review URL: https://codereview.chromium.org/784413002
* 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 GalaxyS4 and Nexus10.Gravatar scroggo2014-12-09
| | | | | | TBR=bsalomon Review URL: https://codereview.chromium.org/757413003
* Massive N10 Rebaseline Part 2Gravatar Brian Salomon2014-12-08
| | | | | | BUG=skia:3205 Review URL: https://codereview.chromium.org/790533002
* Update dftext expectations after https://codereview.chromium.org/772633003/.Gravatar jvanverth2014-12-08
| | | | | | | BUG=skia:3195, skia:3188 TBR=scroggo@google.com Review URL: https://codereview.chromium.org/778043003
* Massive N10 RebaselineGravatar Brian Salomon2014-12-08
| | | | | | BUG=skia:3193 Review URL: https://codereview.chromium.org/783173002
* rebaseline after GM changeGravatar reed2014-12-05
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/784603002
* rebaseline after change to imagefilterscropped gm changeGravatar reed2014-12-05
| | | | | | | | BUG=skia: NOTRY=True TBR= Review URL: https://codereview.chromium.org/779313002
* Ignore failures for n7 and n10 dftext GM.Gravatar jvanverth2014-12-04
| | | | | | | BUG=skia:3188 TBR=halcanary@google.com Review URL: https://codereview.chromium.org/785433002
* rebaseline pdf-nativeGravatar halcanary2014-12-04
| | | | | | | TBR= NOTRY=true Review URL: https://codereview.chromium.org/779073002
* pdf-mac clear to black rebaselineGravatar halcanary2014-12-04
| | | | | | | | NOTRY=true TBR= NOTREECHECKS=true Review URL: https://codereview.chromium.org/783543002
* 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
* Fix PdfViewer BGR byte orderGravatar halcanary2014-12-03
| | | | | | BUG=skia:3184 Review URL: https://codereview.chromium.org/775763003
* rebaseline imagesGravatar Brian Salomon2014-12-03
| | | | | | TBR= Review URL: https://codereview.chromium.org/776983003
* Update color emoji GMs after https://codereview.chromium.org/759613005/.Gravatar jvanverth2014-12-03
| | | | | | TBR=halcanary@google.com Review URL: https://codereview.chromium.org/775163002
* bug fix for cubic low precisionGravatar joshualitt2014-12-03
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/776953002