aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations/gm
Commit message (Collapse)AuthorAge
* Add suppression for multipicturedraw_biglayer GMGravatar robertphillips2014-10-06
| | | | | | | TBR=reed@google.com NOTRY=true Review URL: https://codereview.chromium.org/631973002
* Update baseline GM imagesGravatar robertphillips2014-10-06
| | | | | | | | | | | | This updates the multipicturedraw_* GM images for: Reduce overdraw in MultiPictureDraw Sierpinski GM - https://codereview.chromium.org/582633003/ Don't turn on dither for saveLayers which have no paint - https://codereview.chromium.org/619363002/ TBR=reed@google.com NOTRY=true Review URL: https://codereview.chromium.org/632703003
* New baselinesGravatar robertphillips2014-10-06
| | | | | | | | | New baseline images for multipicturedraw_biglayer* GMs added in (Add a MultiPictureDraw GM to exercise layer clipping - https://codereview.chromium.org/617723004/). NOTRY=true TBR=reed@google.com Review URL: https://codereview.chromium.org/629293002
* Update fontcache expectationsGravatar jvanverth2014-10-06
| | | | | | TBR=reed@google.com Review URL: https://codereview.chromium.org/634623002
* Add GrAASmallPathRenderer.Gravatar jvanverth2014-10-06
| | | | | | | | | Uses cached signed distance fields to render scaled and rotated versions of small paths. BUG=skia:2935 Review URL: https://codereview.chromium.org/589103004
* Don't turn on dither for saveLayers which have no paintGravatar robertphillips2014-10-03
| | | | | | | | Only the gpu, 565 and msaa configs of GMs in ignored-tests.txt need rebaselining. NOTRY=true Review URL: https://codereview.chromium.org/619363002
* Add blobshader GM baselines.Gravatar fmalita2014-10-02
| | | | | | | TBR=robertphillips@google.com NOTRY=true Review URL: https://codereview.chromium.org/616853003
* remove suppression for gmGravatar reed2014-10-01
| | | | | | | TBR= NOTRY=True Review URL: https://codereview.chromium.org/617193003
* add baseline for clip_strokerectGravatar reed2014-10-01
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/618373002
* baseline new GMsGravatar reed2014-10-01
| | | | | | | TBR= NOTRY=True Review URL: https://codereview.chromium.org/623443004
* Rebaseline Unknown-Arm64 GM flakesGravatar robertphillips2014-10-01
| | | | | | | | | These inconsequential changes appeared after (GrResourceCache2 manages scratch texture - https://codereview.chromium.org/608883003) but persisted even after that CL was reverted. TBR=bsalomon@google.com NOTRY=true Review URL: https://codereview.chromium.org/617103005
* Add pdf-native textblobshader GM baselineGravatar fmalita2014-10-01
| | | | | | | BUG=skia:2983 TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/615853004
* Add buggy GPU baselines for MultiPictureDraw Sierpinski GM (with bug label)Gravatar robertphillips2014-10-01
| | | | | | | | | | | I am checking in these baseline images even though they are afflicted by a bug (skia:2979). NOTRY=true NOTREECHECKS=true BUG=skia:2979 TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/619873003
* New baselines for image=surface gmGravatar Justin Novosad2014-10-01
| | | | | | | TBR=robertphillips@google.com BUG=skia: Review URL: https://codereview.chromium.org/623473002
* Add 8888 & 565 baselines for multipicturedraw Sierpinski GMGravatar robertphillips2014-10-01
| | | | | | | | TBR=jvanverth@google.com NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/614353002
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 ↵Gravatar robertphillips2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | of https://codereview.chromium.org/608883003/) Reason for revert: Turning bots red: Nanobench seems to be uniformly failing on Android (http://108.170.220.21:10117/builders/Perf-Android-Venue8-PowerVR-x86-Release/builds/99/steps/RunNanobench/logs/stdio) Ubuntu GTX660 32bit is failing in both Debug and Release on GM generation (it appears to be out of memory) (http://108.170.220.120:10117/builders/Test-Ubuntu12-ShuttleA-GTX660-x86-Debug/builds/2457/steps/GenerateGMs/logs/stdio) Original issue's description: > GrResourceCache2 manages scratch texture. > > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/3d398c876440deaab39bbf2a9b881c337e6dc8d4 R=bsalomon@google.com TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Author: robertphillips@google.com Review URL: https://codereview.chromium.org/611383003
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
| | | | | | | | | BUG=skia: R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/608883003
* Rebaselining Win7 image failures (textblob, verttext2)Gravatar robertphillips2014-09-29
| | | | | | | | | | | | | Rebaselining these for now and see if they recur. R=borenet@google.com TBR=borenet@google.com BUG=skia:2956 Author: robertphillips@google.com Review URL: https://codereview.chromium.org/600533003
* Adding test suppression for image-surface GMGravatar Justin Novosad2014-09-26
| | | | | | | | Test needs to be rebaselined on gpu TBR=bsalomon Review URL: https://codereview.chromium.org/602203006
* Rebaseline gm expectations after nvpr text changeGravatar cdalton2014-09-22
| | | | | | | | | | BUG=skia:2951 BUG=skia:2954 R=bsalomon@google.com, borenet@google.com Author: cdalton@nvidia.com Review URL: https://codereview.chromium.org/580943003
* Add ignored expectation for https://codereview.chromium.org/563283004.Gravatar jvanverth2014-09-19
| | | | | | | | | | BUG=skia:2951 R=bsalomon@google.com TBR=bsalomon@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/585943002
* Uses a single pre-baked set of paths for drawing nvpr text of a givenGravatar cdalton2014-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | typeface. Loads the paths using the driver's glyph loading routines. Refactors GrPathRange to accept a PathGenerator class that it uses to lazily initialize its paths. The client code is no longer expected to initialize the paths in a GrPathRange; instead it must provide a PathGenerator* instance to createPathRange(). Adds a new createGlyphs() method to GrPathRendering that creates a range of glyph paths, indexed by glyph id. GrPathRendering implements createGlyphs() with a PathGenerator that loads glyph paths using the skia frameworks. GrGLPathRendering uses glMemoryGlyphIndexArrayNV() instead, when possible, to load the glyph paths. Removes all GlyphPathRange logic from GrStencilAndCoverTextContext. It instead uses createGlyphs(). BUG=skia:2939 R=bsalomon@google.com, jvanverth@google.com Author: cdalton@nvidia.com Review URL: https://codereview.chromium.org/563283004
* Rebaseline textblob GM after acb882cGravatar Florin Malita2014-09-17
| | | | | | TBR=stephana@google.com Review URL: https://codereview.chromium.org/575893003
* Ensure blob typeface information survives SkGPipe serialization.Gravatar fmalita2014-09-16
| | | | | | | | | | | | When flattening text blobs to the temp buffer, we need to collect typeface info and ship it across the pipe explicitly. R=mtklein@google.com, reed@google.com, robertphillips@google.com, bungeman@google.com BUG=412445 Author: fmalita@chromium.org Review URL: https://codereview.chromium.org/563783003
* Rebaseline hittestpath and ignore flaky failure on TARUADGravatar Mike Klein2014-09-15
| | | | | | BUG=skia:2937 Review URL: https://codereview.chromium.org/571963002
* Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.Gravatar rileya2014-09-12
| | | | | | | | R=bsalomon@google.com, senorblanco@chromium.org, sugoi@chromium.org, reed@google.com Author: rileya@chromium.org Review URL: https://codereview.chromium.org/516463005
* Expectation file update for bot changes.Gravatar Mike Klein2014-09-10
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/560873002
* correct prev suppressionGravatar reed2014-09-09
| | | | | | | | | TBR= NOTRY=True Author: reed@chromium.org Review URL: https://codereview.chromium.org/543903005
* suppress multipicturedraw_pathclip_tiled_nvprmsaa4 after the ↵Gravatar reed2014-09-09
| | | | | | | | | | | conservative-rasterclip cl TBR= NOTRY=True Author: reed@chromium.org Review URL: https://codereview.chromium.org/555403002
* Rebaselines for 6bc2c94de33 (fontmgr_iter).Gravatar bungeman2014-09-09
| | | | Rebaselines for "Add font fallback support to SkFontMgr_fontconfig."
* rebase a couple oddballsGravatar Mike Klein2014-09-09
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/555193004
* Rebase intel rhb gpu GMs.Gravatar Mike Klein2014-09-09
| | | | | | | | | Looks like I accidentally re-enabled GPU mode in GM for Intel RHB. Rebaseline it so it's green today before we turn it off tomorrow. BUG=skia: Review URL: https://codereview.chromium.org/552413002
* Add font fallback support to SkFontMgr_fontconfig.Gravatar bungeman2014-09-09
| | | | | | | | R=mtklein@google.com, djsollen@google.com Author: bungeman@google.com Review URL: https://codereview.chromium.org/489733005
* Updating expectationsGravatar joshualitt2014-09-04
| | | | | | | | | TBR= BUG=skia: Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/543813003
* Initial change to create GeometryProcessorGravatar joshualitt2014-09-04
| | | | | | | | | BUG=skia: R=bsalomon@google.com, robertphillips@google.com, egdaniel@google.com, jvanverth@google.com Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/509153002
* Finish off some lingering rebaselines.Gravatar Mike Klein2014-09-04
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/538023002
* rebaseline downsamplebitmapsGravatar Mike Klein2014-09-04
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/537913003
* remove unused n4 expectationsGravatar Mike Klein2014-09-03
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/537163002
* fix up GM suppressionsGravatar Mike Klein2014-09-03
| | | | | | BUG=skia:2911 Review URL: https://codereview.chromium.org/538723002
* Turn downsamplebitmap GMs vertical to fit in 2048x2048.Gravatar mtklein2014-09-03
| | | | | | | | | BUG=skia:2911 R=bsalomon@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/536103002
* Update fontcache GM to stress the font atlas.Gravatar jvanverth2014-09-03
| | | | | | | | | | Pulled out of https://codereview.chromium.org/466363009/. R=bsalomon@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/534253003
* Update failing testimagefilter GM with new baseline and bug numberGravatar Derek Sollenberger2014-09-03
| | | | Review URL: https://codereview.chromium.org/535843003
* Rebase NEON image procs based on C++ implementation.Gravatar Derek Sollenberger2014-09-03
| | | | | | BUG=skia:2845 Review URL: https://codereview.chromium.org/532193003
* Update GM baselines for Arm64 bot.Gravatar Derek Sollenberger2014-09-03
| | | | Review URL: https://codereview.chromium.org/530423003
* Rebaseline bezier cubicsGravatar egdaniel2014-09-02
| | | | | | | | | | | TBR=bsalomon@google.com NOTRY=True BUG=skia: Author: egdaniel@google.com Review URL: https://codereview.chromium.org/528033002
* Disable NEON procs for box blur as it produces invalid resultsGravatar djsollen2014-09-02
| | | | | | | | | | R=reed@google.com, mtklein@google.com, senorblanco@google.com TBR=reed@google.com BUG=skia:2845 Author: djsollen@google.com Review URL: https://codereview.chromium.org/527973002
* Revert of Disable NEON procs for box blur as it produces invalid results ↵Gravatar djsollen2014-09-02
| | | | | | | | | | | | | | | | | | | | | | | | (patchset #1 id:1 of https://codereview.chromium.org/520963002/) Reason for revert: failing more GMs than expected. Original issue's description: > Disable NEON procs for box blur as it produces invalid results > > BUG=skia:2845 > > Committed: https://skia.googlesource.com/skia/+/4a1764688c990fb926aaeab538497dad52768d99 R=senorblanco@google.com, mtklein@google.com TBR=mtklein@google.com, senorblanco@google.com NOTREECHECKS=true NOTRY=true BUG=skia:2845 Author: djsollen@google.com Review URL: https://codereview.chromium.org/531023002
* Disable NEON procs for box blur as it produces invalid resultsGravatar djsollen2014-09-02
| | | | | | | | | BUG=skia:2845 R=senorblanco@google.com, mtklein@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/520963002
* 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