- 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
- 3934200 use DEF_GM by reed@google.com · 12 years ago
- 4f62bf4 Fix GM self-test expectations, mkII by borenet@google.com · 12 years ago
- 1df2a5e Fix GM self-test expectations Review URL: https://codereview.appspot.com/7386048 by borenet@google.com · 12 years ago
- a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 12 years ago
- d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- d98df1a Fix compile errors in blur code on Windows. by jvanverth@google.com · 12 years ago
- a99a92c Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there. by humper@google.com · 12 years ago
- d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
- fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
- e460a47 gm self-tests: generate JSON expectations, in addition to image expectations by epoger@google.com · 12 years ago
- 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
- 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
- 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 12 years ago
- 487b560 add width() and height() helpers by reed@google.com · 12 years ago
- ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 12 years ago
- 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 12 years ago
- 4688de1 gm self-tests: add 565 mode testing, in addition to 8888 mode by epoger@google.com · 12 years ago
- 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
- 5ae319c Re-enbling blurrect gm test wich no longer fails with rtree/tileGrid by junov@chromium.org · 12 years ago
- cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 7312a18 Remove a workaround in gm/xfermodes.cpp by scroggo@google.com · 12 years ago
- b6399a7 add (disabled) test for big dashing by reed@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
- 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
- 9ef89ce Roll out r7258 by epoger@google.com · 12 years ago
- 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
- 80d4478 gm self-test: followup to r7284 by epoger@google.com · 12 years ago
- c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
- 407f8da make gm self-test more robust by epoger@google.com · 12 years ago
- 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
- a243b22 Reapply r7198 with Mac/Windows fixes by epoger@google.com · 12 years ago
- 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
- 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 914a2f2 Compiler warning fixes for r7235 by robertphillips@google.com · 12 years ago
- 1c711ca fix int->scalar warnings by reed@google.com · 12 years ago
- 12fa9ba add gm for comparing drawSprite and drawBitmap by reed@google.com · 12 years ago
- 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
- 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
- ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 98204f9 better quick fix for GM self-test: ignore instance-counting lines in Debug output by epoger@google.com · 12 years ago
- 6008e60 quick fix for GM self-test failures after r7206 by epoger@google.com · 12 years ago
- 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
- bc159bd Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=1067 by epoger@google.com · 12 years ago
- 06b8a19 gm: use new Expectations struct instead of comparison bitmaps by epoger@google.com · 12 years ago
- b4a870b Update gm self-test results to expect new runtime config debug message by epoger@google.com · 12 years ago
- 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
- 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@google.com · 12 years ago
- ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
- 95146eb Adding commandline option to gm to make it write image results for tests that fails due to pixel mismatches. by junov@chromium.org · 12 years ago
- 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
- 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago
- 8e910ab gm self-test: update expected dashing2.png images (in inputs/ dir) to reflect new behavior by epoger@google.com · 12 years ago
- 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
- 15655b2 gm: remove --diffPath option and all other pixel diff functionality. by epoger@google.com · 12 years ago
- 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
- 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
- 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
- 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 697c1e1 disable some new tests until we debug an rtree failure by reed@google.com · 12 years ago
- 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
- fb2cd42 add --exclude-config to opt out of 1 or more configs. This always is respected, by reed@google.com · 12 years ago
- 57cf9a6 ran gm/tests/rebaseline.sh 5-6 times to update the self-test after 6984 by reed@google.com · 12 years ago
- 3aa3358 Add more warnings about https://code.google.com/p/skia/issues/detail?id=677 ('make tools/tests/run.sh work cross-platform') by epoger@google.com · 12 years ago
- f6100c8 fix compiler warnings: by mike@reedtribe.org · 12 years ago
- 4427aa6 revert 6938, as running rebaseline.sh did not seem to work. by mike@reedtribe.org · 12 years ago
- 0f3aabe rebaseline self-test images after stroke change by mike@reedtribe.org · 12 years ago
- 9c56a8d Make gm's json results include checksums even if run without --readPath by epoger@google.com · 12 years ago
- d8b2799 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 706ff2f Fixing picture recording scale bug in gm by junov@chromium.org · 12 years ago
- c938c48 Adding tileGrid scaled playback capability to gm. by junov@chromium.org · 12 years ago
- 58be101 Adding gm test steps for rtree and tileGrid by junov@chromium.org · 12 years ago
- ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
- 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5683d42 Fix compiler warning-as-error issue by robertphillips@google.com · 12 years ago
- 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
- 57850b9 we do not correctly handle inner-style in blurmaskfilter w/ the 9patch by reed@google.com · 12 years ago
- 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
- 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
- ec93bf9 add 4th test by reed@google.com · 12 years ago
- 5138638 change delta to 5, to better show the inset trend by mike@reedtribe.org · 12 years ago
- c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
- 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
- a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- de1fc47 use DEF_GM by reed@google.com · 12 years ago
- 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
- 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
- dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
- 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8a6f13a Add script to help rebaseline gm self-tests, and run it right now by epoger@google.com · 12 years ago
- dbbca9a Delete no-longer-expected 4444 output images from gm self-test by epoger@google.com · 12 years ago
- b959a9c Delete no-longer-used 4444 gm-selftest input images by epoger@google.com · 12 years ago
- 3b8f472 add test for adding outer contour first and second by reed@google.com · 12 years ago
- 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
- 8c685c5 Expand dashing3 GM to include additional dashing cases by robertphillips@google.com · 12 years ago
- 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago