- 899b22a Revert "Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource"." until I can sort out the xfermodeimagefilter and tileimagefilter failures. by senorblanco@chromium.org · 11 years ago
- af35920 Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
- 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
- 62a5ef0 rebaseline_server: add "deep linking" to allow bookmarking of particular views by epoger@google.com · 11 years ago
- 28ea0b2 Update valgrind suppressions for new driver by robertphillips@google.com · 11 years ago
- 2682c90 rebaseline_server: start HTTP server immediately, auto-reload once results are available by epoger@google.com · 11 years ago
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- 7542dc8 [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content. by commit-bot@chromium.org · 11 years ago
- e3bb3bc Add JSON output option to bench. by commit-bot@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 09800bc Fix warning as error on Mac for implicit narrowing conversion from r12413. by bungeman@google.com · 11 years ago
- c09df2c Non-rect polygons are not covered in GM cases, such as triangle, trapezoid, diamond, polygons with lots of edges, concave polygons, etc, especially for stroke-style and stroke-and-fill style painters. So add a GM case to avoid potential rendering errors. by commit-bot@chromium.org · 11 years ago
- d8f82a4 Enhance SkDropShadowImageFilter to support separate X & Y sigmas, and crop rect. This required a new flavour of the constructor. by senorblanco@chromium.org · 11 years ago
- d7255b6 rebaseline_server: make --reload work in git checkout (SkipBuildbotRuns) by epoger@google.com · 11 years ago
- 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
- ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
- 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
- b063e13 rebaseline_server: remove deprecated-expectations-dir option by epoger@google.com · 11 years ago
- d6ca4ac [GPU] Use view matrix + rect to implement subrect for drawBitmap when there is a mask filter and bleed. by commit-bot@chromium.org · 11 years ago
- 214a024 rebaseline_server: improve pixel diff reporting by epoger@google.com · 11 years ago
- cc64e7d rebaseline_server: deprecate --expectations-dir option in advance of git transition by epoger@google.com · 11 years ago
- 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
- 6c4e71a Remove unnamed namespace usage from 'gm'. by commit-bot@chromium.org · 11 years ago
- 591469b rebaseline_server: clean up thread locks by epoger@google.com · 11 years ago
- cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
- 9fc5c68 Fix leak detected in FontMgrMatchGM::onDraw by Valgrind. by bungeman@google.com · 11 years ago
- d6bea60 Silence another valgrind leak by robertphillips@google.com · 11 years ago
- 73a7ea3 Implement DPI for perspective bitmaps in PDF - we save the bitmap at the resolution requested. by edisonn@google.com · 11 years ago
- 6acc8f4 Add another FontConfig suppression to valgrind suppressions by robertphillips@google.com · 11 years ago
- ffd178c Initial draft code to run pdfviewer withg gms by commit-bot@chromium.org · 11 years ago
- 6c1e49a Removed deprecated API calls that have crept in by robertphillips@google.com · 11 years ago
- ed00084 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 5916705 add GM case nonclosedpaths. The 2 bugs below showed some non-closed paths which are easy to get wrong rendering results. So add a GM case for this kind paths to avoid potential bugs to be introduced. by commit-bot@chromium.org · 11 years ago
- 6195290 rebaseline_server: improve thread locks to allow read access during updates by epoger@google.com · 11 years ago
- 9dddf6f rebaseline_server: add pixel diffs, and sorting by diff metrics by epoger@google.com · 11 years ago
- ec39b50 Update bleed GM to use HQ filtering. by commit-bot@chromium.org · 11 years ago
- ab7442c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f3db546 Can't be leaving that crucial newline off the end of a file by robertphillips@google.com · 11 years ago
- 96ac2f6 Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNine is okay by robertphillips@google.com · 11 years ago
- f8afb2b Update gm flags so that it can be run without a pdf rasterizer. by vandebo@chromium.org · 11 years ago
- c2a0ea6 Perlin issue fixed by commit-bot@chromium.org · 11 years ago
- 7e6e80a blurroundrect gm: disable one set of tests in attempt to fix bug by epoger@google.com · 11 years ago
- 4ef88a2 Fix overzealous IntToScalar. by scroggo@google.com · 11 years ago
- 8610d2c Fixes for blurroundrect gm/bench. by scroggo@google.com · 11 years ago
- 1e698af rebaseline_server was not allowing tests to be marked ignore-failure by epoger@google.com · 11 years ago
- 9d3c422 Int to scalar (again) by scroggo@google.com · 11 years ago
- 770269d More IntToScalars by scroggo@google.com · 11 years ago
- 5fdef98 Build fix number 2. by scroggo@google.com · 11 years ago
- 28f43db Fix build. by scroggo@google.com · 11 years ago
- 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
- 045c3d3 rebaseline_server: make default landing page list supported query URLs by epoger@google.com · 11 years ago
- 7b1c2c1 rebaseline_server: right-align "select/clear/toggle all tests" buttons with results table by epoger@google.com · 11 years ago
- 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
- a0fd1b3 add some GM tests for rects by commit-bot@chromium.org · 11 years ago
- 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
- 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
- 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
- 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f5747da Fix int/SkScalar mismatch in gm. by vandebo@chromium.org · 11 years ago
- 3b41621 [PDF] Improve complex xfer mode support. by vandebo@chromium.org · 11 years ago
- 537e26a Exclude verylargebitmap test from replay modes on windows. by commit-bot@chromium.org · 11 years ago
- 35fe737 prototype for kerning api by reed@google.com · 11 years ago
- b08c707 rebaseline_server: report proper URL upon launch by epoger@google.com · 11 years ago
- af94d9a GM is passing the wrong flag to beginRecording() for --rtree. by commit-bot@chromium.org · 11 years ago
- 40258a5 Fix pipe/annotation. by commit-bot@chromium.org · 11 years ago
- 4259ef3 rebaseline_server: replace TODOs section with link to documentation/roadmap by epoger@google.com · 11 years ago
- f4394d5 rebaseline_server: allow substring filtering for builder and test by epoger@google.com · 11 years ago
- 745f248 skip android_paint GM in pipe mode by mtklein@google.com · 11 years ago
- 377ebc5 gm/internal_links test: add kSkipPipe_Flag until we fix bug 1761 by epoger@google.com · 11 years ago
- 92165bc rebaseline_server: tiny fix to un-break UI when ng-repeate (key, value) has duplicate values by epoger@google.com · 11 years ago
- 055e3b5 rebaseline_server: UI improvements + set reviewed-by-human on commit by epoger@google.com · 11 years ago
- b662e0a Revert unwanted change to verttext.cpp. by bungeman@google.com · 11 years ago
- fb1663a Fix non-bmp in generateCharToGlyph on Mac. by bungeman@google.com · 11 years ago
- edf00c7 Reduce bitmap sizes in verylargebitmap GM to not crash on windows by bsalomon@google.com · 11 years ago
- af562b4 Tile large bitmaps that are clipped. by bsalomon@google.com · 11 years ago
- 34a849d Fix drawBitmap() of scratch texture. by senorblanco@chromium.org · 11 years ago
- ad0e552 rebaseline_server: cleanup of HTML/Javascript by epoger@google.com · 11 years ago
- ece95c3 [PDF] Add unpremultiply support and a GM (try5) by vandebo@chromium.org · 11 years ago
- 583b18a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
- e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
- ccf6b91 Revert "[PDF] Add unpremultiply support and a GM (try4)" by vandebo@chromium.org · 11 years ago
- 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
- e66d376 [PDF] Add unpremultiply support and a GM (try4) by vandebo@chromium.org · 11 years ago
- c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
- 759befb use the supplied matrix instead of the texture w/h div for the bicubic GPU effect by commit-bot@chromium.org · 11 years ago
- eb83259 rebaseline_server: add tabs, and ability to submit new baselines to the server by epoger@google.com · 11 years ago
- 5187c43 More work to integrate skimage with rebaseline tools. by scroggo@google.com · 11 years ago
- 00434ec GM: remove deprecated --ignoreTests flag BUG=skia:1730 R=borenet@google.com by epoger@google.com · 11 years ago
- f642f8c Magnifier gpu path fix by commit-bot@chromium.org · 11 years ago
- 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
- 2a4223c Fix for cropped matrix convolution for BottomLeft render targets. by senorblanco@chromium.org · 11 years ago
- 1c87672 Revert "[PDF] Add unpremultiply support and a GM (try3)." by vandebo@chromium.org · 11 years ago
- 59fd223 [PDF] Add unpremultiply support and a GM (try3). by vandebo@chromium.org · 11 years ago
- 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
- cce4e09 Revert r11860, which was supposed to just be a whitespace change (argh) by epoger@google.com · 11 years ago
- 94041c6 Whitespace change to trigger buildbots after https://code.google.com/p/skia/source/detail?r=11859 by epoger@google.com · 11 years ago