aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
Commit message (Collapse)AuthorAge
...
* Don't compare coord change matrices to determine effect compatibility when ↵Gravatar bsalomon2014-08-04
| | | | | | | | | | using explicit local coords. R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/438053002
* Rename skimage expectations for renamed bot.Gravatar Mike Klein2014-08-04
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/436253004
* No longer ignore and rebaseline fontmgr gms.Gravatar bungeman2014-08-01
|
* Enabling texture_domain_effectGravatar joshualitt2014-07-30
| | | | | | | | | | BUG=skia: REVIEW=tbr R=rmistry@google.com Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/425253003
* Mark bleed GM images on GPU configs as baselined but associated with bug 2762Gravatar Brian Salomon2014-07-30
| | | | | | BUG=skia:2762 Review URL: https://codereview.chromium.org/431453006
* Rebaseline some images from ignored-tests.txtGravatar Brian Salomon2014-07-30
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/431583004
* Rebaseline currently failing images. All look better or insignificantly ↵Gravatar Brian Salomon2014-07-30
| | | | | | different Review URL: https://codereview.chromium.org/423283005
* Update SKP version to 63Gravatar borenet2014-07-29
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/426183002
* Adding repeat mode to texture domainGravatar joshualitt2014-07-29
| | | | | | | | | BUG=skia: R=bsalomon@chromium.org, senorblanco@chromium.org, bsalomon@google.com, junov@chromium.org Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/422123003
* enable SKP rendering on 2 platforms, 2 configs eachGravatar epoger2014-07-29
| | | | | | | | | | | | | | | The presence of the expectations file (even if empty) causes the bots to render the SKPs and record results. 2 platforms, 2 configs each should be good for exercising rebaselining tools. BUG=skia:1942 NOTRY=true R=rmistry@google.com TBR=rmistry Author: epoger@google.com Review URL: https://codereview.chromium.org/426023002
* Update SKP version to 62Gravatar borenet2014-07-29
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/428733004
* Rebaseline needed nvpr gms after text changeGravatar cdalton2014-07-28
| | | | | | | | | | | | Updates a few nvpr expectations for slight pixel diffs after a change in the math that positions glyphs. BUG=skia: R=jvanverth@google.com, bungeman@google.com Author: cdalton@nvidia.com Review URL: https://codereview.chromium.org/421423002
* Update SKP version to 60Gravatar borenet2014-07-26
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/420133002
* Update SKP version to 59Gravatar borenet2014-07-26
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/422643002
* Send less transform data when drawing text with nvprGravatar cdalton2014-07-25
| | | | | | | | | | | | | | | | | | Before this change, GrStencilAndCoverTextContext would send 6-float affine transforms to drawPaths for every glyph. This updates it to concat the text scale onto the context matrix, and then only send 2-float translates (or 1-float x-translates when possible). Also adds a glyph_pos_align test to gm that exercises the newly added codepaths, and starts ignoring a few gm tests with benign pixel diffs until we can rebaseline. BUG=skia: R=bsalomon@google.com, kkinnunen@nvidia.com, jvanverth@google.com, bungeman@google.com Author: cdalton@nvidia.com Review URL: https://codereview.chromium.org/406523003
* Rebaseline GN & N4 perf trigger flakesGravatar robertphillips2014-07-25
| | | | | | | | | | | R=borenet@google.com TBR=borenet@google.com NOTRY=true NOTREECHECKS=true Author: robertphillips@google.com Review URL: https://codereview.chromium.org/419683005
* Update SKP version to 58Gravatar borenet2014-07-24
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/420693002
* Add initial baselines for varied_text* GMsGravatar Brian Salomon2014-07-24
| | | | Review URL: https://codereview.chromium.org/416983002
* check in empty SKP expectations for a single platformGravatar epoger2014-07-24
| | | | | | | | | | | | | | This should trigger the http://108.170.220.120:10117/builders/Test-Mac10.8-MacMini4.1-GeForce320M-x86_64-Debug to start recording images from the SKPs. BUG=skia:1942 NOTRY=True R=rmistry@google.com TBR=rmistry Author: epoger@google.com Review URL: https://codereview.chromium.org/410423006
* skimage expectations for Android-Reference-UnknownGravatar scroggo2014-07-24
| | | | | | | | | | | Fixes build. NOTRY=true R=borenet@google.com, robertphillips@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/416083002
* Suppress Win8 raster verylargebitmap GM flakesGravatar robertphillips2014-07-24
| | | | | | | | | | | | | BUG=skia:2775 R=bsalomon@google.com TBR=bsalomon@google.com NOTRY=true NOTREECHECKS=true Author: robertphillips@google.com Review URL: https://codereview.chromium.org/418863003
* Fix some flaky perf triggersGravatar robertphillips2014-07-23
| | | | | | | | | | | R=borenet@google.com TBR=borenet@google.com NOTRY=true NOTREECHECKS=true Author: robertphillips@google.com Review URL: https://codereview.chromium.org/416483002
* Revert "Update fontmgr expectations."Gravatar robertphillips2014-07-22
| | | | | | | | | | | | | This reverts commit ff4b56b2d52b0e0042d8b2201fd125a6258dd791. R=bungeman@gmail.com TBR=bungeman@gmail.com NOTRY=true NOTREECHECKS=true Author: robertphillips@google.com Review URL: https://codereview.chromium.org/406323004
* Update fontmgr expectations.Gravatar bungeman2014-07-22
|
* Suppress fontmgr gm changes while Android catches up.Gravatar bungeman2014-07-22
|
* Rebaseline from recent gpu optimization changesGravatar egdaniel2014-07-22
| | | | | | | | | | R=bsalomon@google.com TBR=bsalomon@google.com BUG=skia: Author: egdaniel@google.com Review URL: https://codereview.chromium.org/408203002
* Rebaseline some flaky perf triggersGravatar robertphillips2014-07-22
| | | | | | | | | | | R=borenet@google.com TBR=borenet@google.com NOTRY=true NOTREECHECKS=true Author: robertphillips@google.com Review URL: https://codereview.chromium.org/411513002
* Remove gpu shader optimatization for solid white or trans black colorsGravatar egdaniel2014-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | Running test on the added bench which draws a grid of all white paths, all blue paths, or alternating checkered white/blue paths. With optimization in (ms): White Blue Checkered Linux ~80 ~80 ~160 N7 ~800 ~1100 ~1500 Moto-e ~830 ~1100 ~2500 Without optimization in (ms): White Blue Checkered Linux ~80 ~80 ~80 N7 ~1100 ~1100 ~1100 Moto-e ~1100 ~1100 ~1500 BUG=skia: Committed: https://skia.googlesource.com/skia/+/5f78d2251a440443c9eaa321dad058d7a32bfef7 R=bsalomon@google.com Author: egdaniel@google.com Review URL: https://codereview.chromium.org/375823005
* Move DirectWrite skimage expectations -> GDIGravatar borenet2014-07-21
| | | | | | | | | BUG=skia: R=scroggo@google.com, bungeman@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/407973003
* rebaseline most dw changesGravatar Mike Klein2014-07-16
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/402443002
* manual bench rebase after f459c85, adjusted with ↵Gravatar bensong2014-07-14
| | | | | | | | | | | | | | ed458688e284508f17a0408a093d89a8b5966e32 R=robertphillips@google.com TBR=robertphillips@google.com Bypassing trybots: NOTRY=true Author: bensong@google.com Review URL: https://codereview.chromium.org/394673002
* New Mac 10.6 x86_64 Debug baselines for perlin noise tests.Gravatar senorblanco2014-07-11
| | | | | | | | | | | | R=jcgregorio@google.com TBR=jcgregorio@google.com NOTRY=true NOTREECHECKS=true BUG=skia: Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/384043002
* manual bench rebase after bf0b9ceGravatar bensong2014-07-11
| | | | | | | | | | | | | | R=robertphillips@google.com, jcgregorio@google.com TBR=robertphillips@google.com Bypassing trybots: NOTRY=true NOTREECHECKS=true Author: bensong@google.com Review URL: https://codereview.chromium.org/385073005
* Yet more perlin noise rebaselines.Gravatar senorblanco2014-07-10
| | | | | | | | | | | | R=jcgregorio@google.com TBR=jcgregorio@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/385733003
* You guessed it -- more perlin noise rebaselines.Gravatar senorblanco2014-07-10
| | | | | | | | | | | | R=jcgregorio@google.com TBR=jcgregorio@google.com NOTRY=true NOTREECHECKS=true BUG=skia: Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/386693002
* Ibid.Gravatar senorblanco2014-07-10
| | | | | | | | | | | | R=jcgregorio@google.com TBR=jcgregorio@google.com NOTRY=true NOTREECHECKS=true BUG=skia: Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/381223002
* Yet more perlin noise rebaselines.Gravatar senorblanco2014-07-10
| | | | | | | | | | | | | | (Apparently my rebaseline_server skills leave something to be desired.) R=jcgregorio@google.com TBR=jcgregorio@google.com NOTRY=true NOTREECHECKS=true BUG=skia: Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/384863002
* Some more perlinnoise rebaselines.Gravatar senorblanco2014-07-10
| | | | | | | | | | | | R=jcgregorio@google.com TBR=jcgregorio@google.com NOTRY=true NOTREECHECKS=true BUG=skia: Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/381973002
* New baselines for perlin noise changes.Gravatar senorblanco2014-07-10
| | | | | | | | | | | | | Pixel results affected by ca6a7c29452e13cf63bb4e225972065cbfe6e265 R=jcgregorio@google.com TBR=jcgregorio@google.com NOTRY=true BUG=skia: Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/385643003
* Remove shadows suppressionGravatar robertphillips2014-07-10
| | | | | | | | | | The 'shadows' GM isn't appearing on the "Recent GM Failures" page. It might have been a blip. R=jcgregorio@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/387533002
* Update SKP version to 47Gravatar borenet2014-07-10
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/387433002
* Add suppression for shadows testGravatar robertphillips2014-07-09
| | | | | | | | | R=jvanverth@google.com TBR=jcgregorio@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/377403004
* Update one last expectation from gamma change.Gravatar jvanverth2014-07-09
| | | | | | | | | R=bungeman@google.com TBR=bungeman@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/380823002
* manual bench rebase after d3f3e58, adjusted with ↵Gravatar bensong2014-07-08
| | | | | | | | | | | | | | a26bbb95a64c1507ba81d39b971f079f3f9c5646 R=borenet@google.com TBR=borenet@google.com Bypassing trybots: NOTRY=true Author: bensong@google.com Review URL: https://codereview.chromium.org/377093002
* Update SKP version to 45Gravatar borenet2014-07-07
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/379523002
* Update remaining expectations for https://codereview.chromium.org/337603008.Gravatar jvanverth2014-07-07
| | | | | | | | TBR=bungeman@chromium.org Author: jvanverth@google.com Review URL: https://codereview.chromium.org/371003004
* Rebaseline Angle gms for recent dashing4 rebaselineGravatar egdaniel2014-07-07
| | | | | | | | | | | | | NOTREECHECKS=True NOTRY=True R=bsalomon@google.com TBR=bsalomon@google.com BUG=skia: Author: egdaniel@google.com Review URL: https://codereview.chromium.org/378513004
* Rebaseline for gpu dashing4 now doing circle dashesGravatar egdaniel2014-07-07
| | | | | | | | | | | | | NOTREECHECKS=True NOTRY=True R=bsalomon@google.com TBR=bsalomon@google.com BUG=skia: Author: egdaniel@google.com Review URL: https://codereview.chromium.org/374623003
* Ignore some GM images for https://codereview.chromium.org/337603008.Gravatar jvanverth2014-07-02
| | | | | | | | | R=bungeman@google.com TBR=bungeman@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/361333002
* More expectation updates for https://codereview.chromium.org/337603008.Gravatar jvanverth2014-07-02
| | | | | | | | | R=bungeman@google.com TBR=bungeman@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/368073002