aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations/gm
Commit message (Collapse)AuthorAge
...
* Rebaseline one N4 GM we must have missed.Gravatar Mike Klein2014-08-30
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/524103002
* Add baselines for all GMs that are currently labeled "no comparison".Gravatar Derek Sollenberger2014-08-29
| | | | | | R=mtklein@google.com Review URL: https://codereview.chromium.org/519063004
* rebaseline and re-enable all perspective testsGravatar Greg Humphreys2014-08-29
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/518253002
* fix names of suppresssed tests on win7Gravatar Greg Humphreys2014-08-29
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/524643003
* partial rebaseline for image scalingGravatar Greg Humphreys2014-08-29
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/520863002
* Use highp for gpu bezier effectsGravatar egdaniel2014-08-29
| | | | | | | | | BUG=skia:2860 R=bsalomon@google.com Author: egdaniel@google.com Review URL: https://codereview.chromium.org/519473003
* Rebaseline N10 Recipes botGravatar borenet2014-08-29
| | | | | | | | | BUG=skia: R=djsollen@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/522803002
* Add Nexus 5 baselines to Android.Gravatar Derek Sollenberger2014-08-29
| | | | Review URL: https://codereview.chromium.org/519813002
* Massive rebase of Nexus 4 bots.Gravatar Derek Sollenberger2014-08-29
| | | | Review URL: https://codereview.chromium.org/517183003
* suppress one more filterbitmap GMGravatar humper2014-08-29
| | | | | | | | | BUG=skia: TBR=djsollen Author: humper@google.com Review URL: https://codereview.chromium.org/522703002
* more suppressions to handle differences on Win7 botGravatar humper2014-08-29
| | | | | | | | | BUG=skia: TBR=djsollen Author: humper@google.com Review URL: https://codereview.chromium.org/518833002
* Second attempt to land the integral image scaling change.Gravatar humper2014-08-28
| | | | | | | | | | | | | | | | | | Scale all images to the nearest rounded integer, and if there's still any scaling factor left over, pass it on to the subsequent bilerp code. Should avoid artifacts when tiling scaled images. Original CL received an LGTM from reed; new version disabled tiling in the downsamplebitmap GM; I verified that this fixes the issue we were seeing there on non-neon androids. BUG=skia:2888 R=reed@android.com TBR=reed Author: humper@google.com Review URL: https://codereview.chromium.org/514383003
* Rebaseline N10 GPU hairmodes.Gravatar jvanverth2014-08-28
| | | | | | | | | | | This bug appears to be gone. BUG=skia:1655 TBR=bsalomon@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/515303004
* Update FontMgr expectations now the Win7 ANGLE bot is back online.Gravatar Derek Sollenberger2014-08-28
| | | | | | BUG=skia:2829 Review URL: https://codereview.chromium.org/510383004
* Restore text vertex buffer alloc and other optimizations.Gravatar jvanverth2014-08-28
| | | | | | | | | | | | Modifies the fontcache GM to ensure that the font cache is forced to flush. Committed: https://skia.googlesource.com/skia/+/9c3d24b9d1ba3d955094ff0cb1ba2d11e1c1adca R=bsalomon@google.com, robertphillips@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/466363009
* manual revert of bitmap scale change while I investigate failuresGravatar humper2014-08-28
| | | | | | | | | | | on chromeos TBR=reed NOTREECHECKS=True Author: humper@google.com Review URL: https://codereview.chromium.org/516923003
* Update baselines for the fontMgr GMs.Gravatar bungeman2014-08-28
| | | | BUG=skia:2829
* Update expectations for FontMgr that were missed in previous runsGravatar Derek Sollenberger2014-08-27
| | | | | | BUG=skia:2829 Review URL: https://codereview.chromium.org/516533003
* Revert of Restore text alloc optimizations. (patchset #4 of ↵Gravatar djsollen2014-08-27
| | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/466363009/) Reason for revert: GM failures on http://108.170.220.120:10115/builders/Test-Ubuntu12-ShuttleA-GTX660-x86-Release/builds/1867/ Original issue's description: > Restore text vertex buffer alloc and other optimizations. > > Modifies the fontcache GM to ensure that the font cache is forced to flush. > > Committed: https://skia.googlesource.com/skia/+/9c3d24b9d1ba3d955094ff0cb1ba2d11e1c1adca R=bsalomon@google.com, robertphillips@google.com, jvanverth@google.com TBR=bsalomon@google.com, jvanverth@google.com, robertphillips@google.com NOTREECHECKS=true NOTRY=true Author: djsollen@google.com Review URL: https://codereview.chromium.org/510103003
* Update fontMgr expectations for Mac/Linux/WindowsGravatar Derek Sollenberger2014-08-27
| | | | | | BUG=skia:2829 Review URL: https://codereview.chromium.org/514913002
* Restore text vertex buffer alloc and other optimizations.Gravatar jvanverth2014-08-27
| | | | | | | | | | Modifies the fontcache GM to ensure that the font cache is forced to flush. R=bsalomon@google.com, robertphillips@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/466363009
* Update GPU baselines for the fontMgr GMs.Gravatar Derek Sollenberger2014-08-27
| | | | | | BUG=skia:2829 Review URL: https://codereview.chromium.org/511973002
* Update non-GPU baselines for the fontMgr GMs.Gravatar Derek Sollenberger2014-08-27
| | | | | | BUG=skia:2829 Review URL: https://codereview.chromium.org/515473003
* always scale to an integer; compensate for fractional image sizes by leaving ↵Gravatar humper2014-08-27
| | | | | | | | | | | the fractional scale in the matrix BUG=skia: R=reed@google.com Author: humper@google.com Review URL: https://codereview.chromium.org/470233002
* Ignore font_mgr gms until we can rebase themGravatar Derek Sollenberger2014-08-27
| | | | | | | BUG=skia:2829 R=mtklein@google.com Review URL: https://codereview.chromium.org/513813002
* Add text blob gm baselines.Gravatar Florin Malita2014-08-26
| | | | Review URL: https://codereview.chromium.org/504203002
* Rebaselines for a6785ccb540 (Add a working SkFontMgr_fontconfig.)Gravatar bungeman2014-08-25
|
* Rebaselines for a6785ccb540 (Add a working SkFontMgr_fontconfig.)Gravatar bungeman2014-08-25
|
* gradtext also needed rebaselining from the gamma changeGravatar Mike Klein2014-08-25
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/501113002
* Rebaseline 565 precision changes and matrixconvolution.Gravatar Mike Klein2014-08-25
| | | | | | BUG=skia:2797 Review URL: https://codereview.chromium.org/504873002
* suppress matrixconvolutionGravatar Mike Klein2014-08-22
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/476283003
* [SkTextBlob] Merge run font data at draw time.Gravatar fmalita2014-08-22
| | | | | | | | R=bungeman@google.com, reed@google.com Author: fmalita@chromium.org Review URL: https://codereview.chromium.org/496773002
* Some early 565 rebaselines.Gravatar Mike Klein2014-08-22
| | | | | | BUG=skia:2797 Review URL: https://codereview.chromium.org/488453003
* Ignore GMs that will need 565 rebaselines.Gravatar Mike Klein2014-08-22
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/483883004
* add tool generated whitespaceGravatar caryclark2014-08-22
| | | | | | | | | | | | | | | | the rebaseline tool adds whitespace at the end of lines in the json file. While harmless, git flags this as something worth fixing. Fixing it causes the rebaseline tool to generate a new difference with the whitespace. Checking the whitespace back in to avoid future back-and-forth. TBR= NOTRY=true NOTREECHECKS=true Author: caryclark@google.com Review URL: https://codereview.chromium.org/494363002
* fix remaining arm64 expectationsGravatar caryclark2014-08-22
| | | | | | | | | | | | R=halcanary@google.com TBR=halcanary@google.com NOTRY=true NOTREECHECKS=true BUG=skia:2845 Author: caryclark@google.com Review URL: https://codereview.chromium.org/496253004
* update expectations for Nexus 10 DebugGravatar caryclark2014-08-21
| | | | | | | | | | | | NOTREECHECKS=true NOTRY=true R=bsalomon@google.com TBR=bsalomon BUG=skia:2860 Author: caryclark@google.com Review URL: https://codereview.chromium.org/492303003
* temporary rebaseline on arm64Gravatar halcanary2014-08-21
| | | | | | | | | | | | Affects all blur tests. BUG=skia:2845 NOTRY=true R=caryclark@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/495093002
* update gm expectations for Nexus 10Gravatar caryclark2014-08-21
| | | | | | | | | | | | | | the Android version was updated, introducing a new GPU driver NOTREECHECKS=true NOTRY=true R=bsalomon@google.com TBR=bsalomon BUG=skia:2860 Author: caryclark@google.com Review URL: https://codereview.chromium.org/496733002
* ignore flaky failure on androidGravatar caryclark2014-08-20
| | | | | | | | | | | | | this failed to commit the first time NOTREECHECKS=true NOTRY=true R=bsalomon@google.com TBR=bsalomon Author: caryclark@google.com Review URL: https://codereview.chromium.org/488273002
* ignore release as wellGravatar caryclark2014-08-20
| | | | | | | | | | | | | | | This GM is flaky as Brian expected on both Release and Debug, so suppress the Release expectation as well. NOTREECHECKS=true NOTRY=true R=bsalomon@google.com TBR=bsalomon BUG=skia:2826 Author: caryclark@google.com Review URL: https://codereview.chromium.org/489083002
* add patch grid update for 64 bit armGravatar caryclark2014-08-19
| | | | | | | | | | TBR= NOTREECHECKS=true NOTRY=true Author: caryclark@google.com Review URL: https://codereview.chromium.org/463353003
* Copy N10 GM expectations for recipe botGravatar borenet2014-08-18
| | | | | | | | | BUG=skia:761 R=epoger@google.com, rmistry@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/481963002
* Rebaseline astcbitmap and etc1bitmap on Recipes botGravatar borenet2014-08-18
| | | | | | | | | | BUG=skia:761 NOTREECHECKS=true R=robertphillips@google.com, bsalomon@google.com, krajcevski@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/481883003
* Rebaseline and remove tests from ignored-tests.txtGravatar Brian Salomon2014-08-14
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/475013002
* Rebaseline R11 and ASTC bitmap GMsGravatar krajcevski2014-08-14
| | | | | | | | TBR=robertphillips@google.com Author: krajcevski@google.com Review URL: https://codereview.chromium.org/471723002
* Fix typo in ignored-tests.txtGravatar Brian Salomon2014-08-13
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/475583002
* Baseline Android-Reference-Unknown-Arm64Gravatar mtklein2014-08-13
| | | | | | | | | BUG=skia: R=mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/474563002
* git cl land# Enter a description of the change.Gravatar Brian Salomon2014-08-13
| | | | | | | | Even more tests to ignored-tests for gpu rect changes BUG=skia: Review URL: https://codereview.chromium.org/468223003
* Updating expectations for matrix convolutionGravatar joshualitt2014-08-13
| | | | | | | | | R=bsalomon@chromium.org BUG=skia: Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/464913003