aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skqp
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-01-26 17:02:04 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-26 22:07:44 +0000
commit323df5720ce076f94709d20215e92e150ce60f6c (patch)
tree89386ad42be41a809bc7d73a145b797bd50faad4 /tools/skqp
parent210b629b32cfa67b5bb8ed7a5435380e2c2bfe36 (diff)
SkQP: more slack
NOTRY=true Change-Id: Ibc4efe070cb6e1e69f57f34808b277bf0257ce06 Reviewed-on: https://skia-review.googlesource.com/100421 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'tools/skqp')
-rw-r--r--tools/skqp/make_gmkb.go108
1 files changed, 102 insertions, 6 deletions
diff --git a/tools/skqp/make_gmkb.go b/tools/skqp/make_gmkb.go
index e5dd06ca67..fae954a94a 100644
--- a/tools/skqp/make_gmkb.go
+++ b/tools/skqp/make_gmkb.go
@@ -32,12 +32,108 @@ const (
// `slack` is an amount to add to the max and subtract from the minimim channel
// value for each pixel for the given test. By default, slack is 0.
var slack = map[string]int{
- "imagemagnifier": 1,
- "xfermodes": 1,
- "xfermodes2": 1,
- "xfermodes3": 1,
- "dashcircle": 1,
- "encode-srgb-jpg": 1,
+ "animated-image-blurs": 1,
+ "anisotropic_hq": 1,
+ "bitmapfilters": 1,
+ "bleed": 1,
+ "bleed_alpha_bmp": 1,
+ "bleed_alpha_bmp_shader": 1,
+ "bleed_alpha_image": 1,
+ "bleed_alpha_image_shader": 1,
+ "bleed_image": 1,
+ "blur2rectsnonninepatch": 1,
+ "blur_ignore_xform_rect": 1,
+ "blur_ignore_xform_rrect": 1,
+ "blurcircles2": 1,
+ "blurimagevmask": 1,
+ "blurs": 1,
+ "circular_arcs_stroke_butt": 1,
+ "circular_arcs_stroke_square": 1,
+ "cliperror": 1,
+ "complexclip_aa_invert": 1,
+ "complexclip_aa_layer_invert": 1,
+ "concavepaths": 1,
+ "const_color_processor": 1,
+ "convex-polygon-inset": 1,
+ "dash_line_zero_off_interval": 1,
+ "dashcircle": 1,
+ "dashing5_aa": 1,
+ "downsamplebitmap_checkerboard_high_512_256": 1,
+ "downsamplebitmap_checkerboard_low_512_256": 1,
+ "downsamplebitmap_checkerboard_medium_512_256": 1,
+ "downsamplebitmap_image_high": 1,
+ "downsamplebitmap_image_low": 1,
+ "downsamplebitmap_image_medium": 1,
+ "downsamplebitmap_text_high_72.00pt": 1,
+ "downsamplebitmap_text_low_72.00pt": 1,
+ "downsamplebitmap_text_medium_72.00pt": 1,
+ "drawregionmodes": 1,
+ "dstreadshuffle": 1,
+ "encode-srgb-jpg": 1,
+ "extractalpha": 1,
+ "fillcircle": 1,
+ "filterbitmap_checkerboard_32_2": 1,
+ "filterbitmap_checkerboard_32_32": 1,
+ "filterbitmap_checkerboard_32_32_g8": 1,
+ "filterbitmap_checkerboard_32_8": 1,
+ "filterbitmap_checkerboard_4_4": 1,
+ "filterbitmap_image_mandrill_32.png": 1,
+ "filterbitmap_image_mandrill_64.png_g8": 1,
+ "filterbitmap_text_10.00pt": 1,
+ "filterbitmap_text_3.00pt": 1,
+ "filterbitmap_text_7.00pt": 1,
+ "fontmgr_bounds": 1,
+ "fontmgr_bounds_1_-0.25": 1,
+ "glyph_pos_h_s": 1,
+ "gradients": 1,
+ "gradients4f": 1,
+ "gradients_2pt_conical_edge": 1,
+ "gradients_many": 1,
+ "gradients_no_texture": 1,
+ "gradients_no_texture_nodither": 1,
+ "imageblur": 1,
+ "imageblurclampmode": 1,
+ "imageblurrepeatmode": 1,
+ "imagefiltersbase": 1,
+ "imagefiltersclipped": 1,
+ "imagefilterscropexpand": 1,
+ "imagefilterscropped": 1,
+ "imagefiltersscaled": 1,
+ "imagefiltersstroked": 1,
+ "imagemagnifier": 1,
+ "largeglyphblur": 1,
+ "manycircles": 1,
+ "nested_aa": 1,
+ "nested_flipY_aa": 1,
+ "ninepatch-stretch": 1,
+ "nonclosedpaths": 1,
+ "occludedrrectblur": 1,
+ "parsedpaths": 1,
+ "patheffect": 1,
+ "pathfill": 1,
+ "polygons": 1,
+ "rects": 1,
+ "savelayer_with_backdrop": 1,
+ "scaled_tilemodes_npot": 1,
+ "shadertext3": 1,
+ "shadow_utils_occl": 1,
+ "smallpaths": 1,
+ "spritebitmap": 1,
+ "stroke-fill": 1,
+ "stroke_rect_shader": 1,
+ "strokecircle": 1,
+ "strokerects": 1,
+ "strokes_round": 1,
+ "tall_stretched_bitmaps": 1,
+ "thinconcavepaths": 1,
+ "tilemodes_npot": 1,
+ "varied_text_clipped_no_lcd": 1,
+ "varied_text_ignorable_clip_no_lcd": 1,
+ "xfermodes": 1,
+ "xfermodes2": 1,
+ "xfermodes3": 1,
+ "yuv_to_rgb_effect": 1,
+ "zeroPath": 1,
}
type ExportTestRecordArray []search.ExportTestRecord