- e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago
- 7fac718 Fix valgrind suppressions (again) by robertphillips@google.com · 11 years ago
- 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 35d4872 Gyp flag to disable inlining. by commit-bot@chromium.org · 11 years ago
- 536b15f rebaseline_server: create ImagePairSet-- holds a number of ImagePairs to examine by commit-bot@chromium.org · 11 years ago
- c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
- bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
- b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
- 44546f8 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 11 years ago
- dd31ac4 Fix valgrind suppressions by robertphillips@google.com · 11 years ago
- 589bd3d Revert of Add the perceptual difference metric to the rebaseline server (https://codereview.chromium.org/147453003/) by commit-bot@chromium.org · 11 years ago
- af34eb9 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 11 years ago
- 9985ef5 rebaseline_server: add ImagePair class, a step towards new intermediate JSON schema by commit-bot@chromium.org · 11 years ago
- f0b0cda Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f053980 Specialize GrConvexPolyEffect for AA rects, use for AA clip rects. by commit-bot@chromium.org · 11 years ago
- b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 11 years ago
- e6af4fb rebaseline_server: properly handle unexpected GETs by commit-bot@chromium.org · 11 years ago
- 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
- 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
- c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 6f0ba47 rebaseline_server: add "show only"/"show all" buttons to some columns by commit-bot@chromium.org · 11 years ago
- d5808bd add inital gm for colorfilters by reed@google.com · 11 years ago
- 1c188ed rebaseline_server: get "image size" working again by commit-bot@chromium.org · 11 years ago
- 6711780 Fix memory leak in imagefiltersclipped GM (found by valgrind). by senorblanco@chromium.org · 11 years ago
- ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
- ceba079 rebaseline_server: add bgcolor slider for pixelDiff column by commit-bot@chromium.org · 11 years ago
- c69b0d0 gm self-test: stop checking stdout and stderr by commit-bot@chromium.org · 11 years ago
- c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
- 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
- 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 076f078 Add magnifier to rebaseline server. by commit-bot@chromium.org · 11 years ago
- 11db6fa convert gm tool to use surfaces instead of devices by reed@google.com · 11 years ago
- b511be5 Add rect clip to convex_poly_clip GM by commit-bot@chromium.org · 11 years ago
- 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
- a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 11 years ago
- 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- 5fbccb3 Suppress new valgrind complaint by robertphillips@google.com · 11 years ago
- c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 11 years ago
- 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
- 440ddf4 Add NVPR configs to GM by commit-bot@chromium.org · 11 years ago
- eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
- d1630e8 new tool: download all GM images for a given builder, ready for skdiff by commit-bot@chromium.org · 11 years ago
- dd10e0e make GM self-test run gm/rebaseline_server unittests by commit-bot@chromium.org · 11 years ago
- 6dda827 add leaks flag to show unref'd insts by commit-bot@chromium.org · 11 years ago
- 7873333 Remove GetGr() hack. by commit-bot@chromium.org · 11 years ago
- 2bfe36b Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFilter, SkDisplacementMapEffect and SkMorphologyImageFilter. I had resisted this (and may later put in an assert that the CTM contains no rotation, skew or perspective), but it just makes the filters play better with Skia generally. by senorblanco@chromium.org · 11 years ago
- 2ab1ba0 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
- 04747a5 rebaseline_server: ignore TSAN, ASAN, Valgrind bots by commit-bot@chromium.org · 11 years ago
- a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
- 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
- 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
- 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
- 8844f99 Revert "Make leak counters thread-safe and turn them on by default for Debug" by djsollen@google.com · 11 years ago
- 46de153 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
- 3e62ebf make ignored-tests.txt specify full test name, not partial name by commit-bot@chromium.org · 11 years ago
- 8519548 GM: run mode comparisons for all raster configs. by commit-bot@chromium.org · 11 years ago
- c45ece5 NEON fast path for box blur by commit-bot@chromium.org · 11 years ago
- 7cced56 merge multiple blurrect GMs into one GM and add versions by commit-bot@chromium.org · 11 years ago
- 6f0f5b4 Remove references to Skia's SVN repository by borenet@google.com · 11 years ago
- 96ab95f4 Disable optimizations GM for 565 targets. by commit-bot@chromium.org · 11 years ago
- e48ef2a Remove GPU-only flag for vertices GM by commit-bot@chromium.org · 11 years ago
- 711ebb9 fix gm self-test by commit-bot@chromium.org · 11 years ago
- 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
- 7bdc759 suppress on gpu for now by reed@google.com · 11 years ago
- 8f7a108 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 69ac6de rebaseline_server: allow spaces within test/config names by commit-bot@chromium.org · 11 years ago
- a19818a Make imagealphathreshold GM skip replay modes until it is fixed. by bsalomon@google.com · 11 years ago
- 9109e18 Fix build warnings in SkAlphaThresholdFilter by commit-bot@chromium.org · 11 years ago
- 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
- 2a78e82 create gm/rebaseline_server/test_all.py by commit-bot@chromium.org · 11 years ago
- 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
- 758b7a4 rebaseline gm self-tests after https://code.google.com/p/skia/source/detail?r=12850 by commit-bot@chromium.org · 11 years ago
- 0bf919c make results_test.py work better within python unittest framework by commit-bot@chromium.org · 11 years ago
- 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- 725a64c Add default resource path for skia test cases in gm and bench tools. by tfarina@chromium.org · 11 years ago
- 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
- 4c91286 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 5f14dfd really disable replay by mike@reedtribe.org · 11 years ago
- 2c326b7 suppress pictures for vertices for now by mike@reedtribe.org · 11 years ago
- 0c87ea8 add gm::vertices by mike@reedtribe.org · 11 years ago
- 7b06c8e create unittest for gm/rebaseline_server/results.py by commit-bot@chromium.org · 11 years ago
- 5861e52 Adding additional optional parameters to imagediffdb to make calling from Cluster Telemetry possible. by rmistry@google.com · 11 years ago
- a47e7ac rebaseline_server: stop catching KeyboardInterrupt (ctrl-C) by commit-bot@chromium.org · 11 years ago
- a6ecbb8 rebaseline_server: add more timing and progress info to server-side log by commit-bot@chromium.org · 11 years ago
- 6d7296a Accept displacement with no displacement input by commit-bot@chromium.org · 11 years ago
- 4fa237f Yet another round of valgrind suppressions by robertphillips@google.com · 11 years ago
- 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
- 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
- d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- 45e01c3 Suppress questionable gpu errors by robertphillips@google.com · 11 years ago
- 83aaf88 rebaseline_server: write JSON files using Unix line endings, even on Windows by commit-bot@chromium.org · 11 years ago
- 4e8f1e5 [PDF] Fix clipping in xfermode improvement. by commit-bot@chromium.org · 11 years ago
- 50ad8e4 rebaseline_server: return rebaseline results faster, and reload UI page automatically after by commit-bot@chromium.org · 11 years ago
- 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
- 79b7eee Tweaks in how to apply bitmap filter levels in GPU. by commit-bot@chromium.org · 11 years ago
- f012187 Don't run the GM in serialization modes. by senorblanco@chromium.org · 11 years ago
- 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
- 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
- 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago