aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
Commit message (Collapse)AuthorAge
* Revert of rebaseline after clear change -- pdf was not treating clear as ↵Gravatar reed2014-12-02
| | | | | | | | | | | | | | | | | | | | | | | SRC_MODE (patchset #1 id:1 of https://codereview.chromium.org/759303004/) Reason for revert: reverted clear() change Original issue's description: > rebaseline after clear change -- pdf was not treating clear as SRC_MODE > > BUG=skia: > NOTRY=True > TBR= > > Committed: https://skia.googlesource.com/skia/+/2fb352abebc342a322d4a66c054bbff8bd565767 TBR=reed@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/774073002
* baseline colorwheelnativeGravatar halcanary2014-12-02
| | | | | | | TBR=scroggo@google.com NOTRY=true Review URL: https://codereview.chromium.org/777443002
* rebaseline after clear change -- pdf was not treating clear as SRC_MODEGravatar reed2014-12-02
| | | | | | | | BUG=skia: NOTRY=True TBR= Review URL: https://codereview.chromium.org/759303004
* 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
* updated expectations from d476a176b774Gravatar halcanary2014-12-02
| | | | | | | | BUG=skia:3180 TBR=reed@google.com NOTRY=true Review URL: https://codereview.chromium.org/773833002
* 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
* RebaselinesGravatar robertphillips2014-11-25
| | | | | | | | | | | | | | | | | | | | This CL rebaselines: Two GMs from https://codereview.chromium.org/748853002 (Add support for hoisting layers in pictures drawn with a matrix) which are only now showing up: S4 Debug multipicturedraw_invpathclip_tiled_gpu S4 Debug multipicturedraw_pathclip_tiled_gpu Two GMs most likely from https://codereview.chromium.org/747043004 (Use scratch keys for stencil buffers): Win8 Debug dashing2_nvprmsaa4 Win8 Debug glyph_pos_n_b_msaa16 Note that the dashing2 difference fixes an erroneously set pixel in the expected. TBR=bsalomon@google.com, tomhudson@google.com Review URL: https://codereview.chromium.org/758023003
* Marking three GMs ignore-failureGravatar robertphillips2014-11-25
| | | | | | | | These appear to be recurrent flakes TBR=tomhudson@google.com Review URL: https://codereview.chromium.org/750943003
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-25
| | | | | | | | BUG=skia:2889 Committed: https://skia.googlesource.com/skia/+/91175f19664a62851da4ca4e0984a7c7c45b258f Review URL: https://codereview.chromium.org/747043004
* 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
* Revert "Use scratch keys for stencil buffers."Gravatar bsalomon2014-11-24
| | | | | | | | | | | | | | | | This reverts commit 91175f19664a62851da4ca4e0984a7c7c45b258f. Revert "Cleanup res cache bench and split out into a unit test." This reverts commit 4e4303f002c5958c6c958e7ba8e49b24c25f0b22. Revert "rebaselines" This reverts commit 65ba7b57759bfca60b24bc34dc46fc8caaf146f0. TBR=tomhudson@google.com Review URL: https://codereview.chromium.org/752233002
* Revert of More rebaselines (patchset #1 id:1 of ↵Gravatar tomhudson2014-11-24
| | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/754833003/) Reason for revert: Reverted causative patchset (https://codereview.chromium.org/747043004) Original issue's description: > More rebaselines > > TBR= > NOTRY=true > NOTREECHECKS=true > > Committed: https://skia.googlesource.com/skia/+/0ef7ba2a43a41e8e1e49a5187073db6dcca345b4 TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/756633004
* Revert of more rebaselines (patchset #1 id:1 of ↵Gravatar tomhudson2014-11-24
| | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/755653003/) Reason for revert: Reverted causative patch (https://codereview.chromium.org/747043004) Original issue's description: > more rebaselines > > TBR= > NOTRY=true > NOTREECHECKS=true > > Committed: https://skia.googlesource.com/skia/+/f2fdc8b746acac9daa94b21d3849f60a87064fd4 TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/754103002
* 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
* More rebaselinesGravatar bsalomon2014-11-24
| | | | | | | | TBR= NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/754833003
* more rebaselinesGravatar bsalomon2014-11-24
| | | | | | | | TBR= NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/755653003
* rebaselinesGravatar bsalomon2014-11-24
| | | | | | | | NOTRY=true NOTREECHECKS=true TBR= Review URL: https://codereview.chromium.org/753133003
* ack verylargebitmap diffsGravatar mtklein2014-11-21
| | | | | | | | NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/752693002
* Ignore a flaky msaa4 GM and some perma-broken S4 GMsGravatar robertphillips2014-11-21
| | | | | | | | | The Ubuntu12 msaa4 image seems to flake randomly The S4 images are covered by skia:3116 (Galaxy S4 exhibits some saveLayer bugs (both normal and with hoisting)) TBR=humper@google.com Review URL: https://codereview.chromium.org/748773003
* rebasing a bunch of 0% android mismatchesGravatar joshualitt2014-11-20
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/744383002
* Rebaseline textblobshader expectation for nvprGravatar cdalton2014-11-20
| | | | | | | | | | Rebaseline after https://codereview.chromium.org/712223002. The difference is a result of using different bounding boxes to cover gradient fills, which caused a few pixels do differ by a value of one. BUG=skia: Review URL: https://codereview.chromium.org/746603002
* even more stragglers -- hopefully this makes the gtx machine go green?Gravatar Greg Humphreys2014-11-19
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/716243005
* more rebaseline stragglersGravatar Greg Humphreys2014-11-19
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/726373004
* a few straggling rebaselinesGravatar Greg Humphreys2014-11-19
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/742893002
* setting patch_primitive_nvprmsaa4 on K1 to ignoreGravatar joshualitt2014-11-18
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/743563003
* ignore dashcubics test pending skia bug 2049Gravatar Greg Humphreys2014-11-18
| | | | | | BUG=skia:2049 Review URL: https://codereview.chromium.org/741533002
* a few straggling rebaselinesGravatar Greg Humphreys2014-11-18
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/738943003
* more rebaselines for the perspective test serverGravatar Greg Humphreys2014-11-18
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/727063004
* rebaseline new GTX images from drive update on linuxGravatar Greg Humphreys2014-11-18
| | | | | | | | BUG=skia: TBR=borenet NOTRY=true Review URL: https://codereview.chromium.org/735833002
* rebaseline after dont-normalize-matrix clGravatar reed2014-11-18
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/738743003
* rebaseline perspective gm after matrix dont-renormalize-clGravatar reed2014-11-18
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/741433002
* more baselines for blur2rectsGravatar reed2014-11-17
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/715223003
* one more rebase on k1Gravatar joshualitt2014-11-17
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/734243002
* rebase nvpr after ds on stackGravatar joshualitt2014-11-17
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/726103004
* Drawstate on stackGravatar joshualitt2014-11-17
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/732693002
* baselines for blur2rectsGravatar reed2014-11-17
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/733233002
* Rebase GM on win7 after res cache change.Gravatar bsalomon2014-11-17
| | | | | | TBR= Review URL: https://codereview.chromium.org/733133003
* Steal ASAN skimage expectations for UBSAN.Gravatar mtklein2014-11-14
| | | | | | | | NOTRY=true BUG=skia:3096 Review URL: https://codereview.chromium.org/731553002
* Combine similar DrawPaths calls in GrInOrderDrawBufferGravatar cdalton2014-11-13
| | | | | | | | | | | | Combines adjacent DrawPaths commands into one single call when a conservative set of conditions are met. The end result is that whole paragraphs can be drawn with a single call to gliStencilThenCoverFillPathInstancedNV(), rather than one call for each line. BUG=skia: Review URL: https://codereview.chromium.org/712223002
* Rebase gm's for first time that were in no-comparionGravatar egdaniel2014-11-12
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/715363006
* Rebaseline for s4-Debug for 6fee786210bd2.Gravatar bungeman2014-11-12
|
* Rebaseline for s4-Release for 6fee786210bd2.Gravatar bungeman2014-11-12
|
* Rebaseline for Nexus10 for 6fee786210bd2.Gravatar bungeman2014-11-12
|
* rebaseGravatar joshualitt2014-11-12
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/717033002
* modify nothingToDraw to notice filtersGravatar reed2014-11-11
| | | | | | | | This reverts commit c71ffd4e76d1abcd28ac74463349970f60a3350f. TBR= Review URL: https://codereview.chromium.org/683003003
* Remove multipicturedraw GMs from ignored-tests.txtGravatar robertphillips2014-11-11
| | | | | | TBR=jcgregorio@google.com Review URL: https://codereview.chromium.org/718763002
* more gms to ignoreGravatar joshualitt2014-11-11
| | | | | | | TBR= BUG=skia: Review URL: https://codereview.chromium.org/691143006