1. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  2. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  3. d5808bd add inital gm for colorfilters by reed@google.com · 11 years ago
  4. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  5. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  6. a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 11 years ago
  7. c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 11 years ago
  8. 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
  9. 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
  10. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  11. 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
  12. 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
  13. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  14. 6adf296 disable gm/vertices until I can find/fix all warnings by mike@reedtribe.org · 11 years ago
  15. 0c87ea8 add gm::vertices by mike@reedtribe.org · 11 years ago
  16. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  17. 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
  18. 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
  19. 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
  20. e93e1db 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
  21. 7842c81 Add GM to test bitmap shaders with basic geometry and bitmap masks. by commit-bot@chromium.org · 11 years ago
  22. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  23. 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
  24. 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
  25. 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
  26. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  27. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  28. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  29. 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
  30. 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
  31. 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
  32. 96ac2f6 Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNine is okay by robertphillips@google.com · 11 years ago
  33. 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
  34. ece95c3 [PDF] Add unpremultiply support and a GM (try5) by vandebo@chromium.org · 11 years ago
  35. ccf6b91 Revert "[PDF] Add unpremultiply support and a GM (try4)" by vandebo@chromium.org · 11 years ago
  36. e66d376 [PDF] Add unpremultiply support and a GM (try4) by vandebo@chromium.org · 11 years ago
  37. 1c87672 Revert "[PDF] Add unpremultiply support and a GM (try3)." by vandebo@chromium.org · 11 years ago
  38. 59fd223 [PDF] Add unpremultiply support and a GM (try3). by vandebo@chromium.org · 11 years ago
  39. ce60c1f Revert "[PDF] Add unpremultiply support and a GM." by vandebo@chromium.org · 11 years ago
  40. c4d1771 [PDF] Add unpremultiply support and a GM. by vandebo@chromium.org · 11 years ago
  41. 6397217 detach blur result texture when it is the same texture used to render path mask by commit-bot@chromium.org · 11 years ago
  42. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  43. 338a49f Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  44. 5466b0e Revert "Add new GM to stress test the GPU font cache" by jvanverth@google.com · 11 years ago
  45. 7d14cef Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  46. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  47. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  48. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  49. 4ea2878 Add string art GM and sample. by jvanverth@google.com · 11 years ago
  50. 6def2a2 Add a test for color bitmap fonts. by djsollen@google.com · 11 years ago
  51. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  52. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  53. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  54. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  55. 3aad3b0 add support for high quality image filtering on the GPU by humper@google.com · 11 years ago
  56. 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 11 years ago
  57. 52130e8 Add unpremultiply support and GM by commit-bot@chromium.org · 11 years ago
  58. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
  59. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 11 years ago
  60. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  61. 3c3c462 Bleed cleanup (remove nocolorbleed GM & enable bleed in game bench) by robertphillips@google.com · 11 years ago
  62. 8d3c640 Fix for nested rect drawing bug by robertphillips@google.com · 11 years ago
  63. 12bf9b3 Revert "Unpremultiply SkBitmaps for PDF output" by scroggo@google.com · 11 years ago
  64. 5d18cee Unpremultiply SkBitmaps for PDF output by commit-bot@chromium.org · 11 years ago
  65. d423657 Prevent picture recording from over optimizing the culling of clips. by djsollen@google.com · 11 years ago
  66. 103f2d0 Add new GM to targeted at rect->clear optimization with different xfermodes. by commit-bot@chromium.org · 11 years ago
  67. d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 11 years ago
  68. 8dc8bc5 Add downsample from 8888 to 4444. by scroggo@google.com · 11 years ago
  69. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  70. 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
  71. 17ad2bd Fix quickReject computation for blurs by robertphillips@google.com · 11 years ago
  72. aaa9b29 Added GM to test forthcoming bleed flag by robertphillips@google.com · 11 years ago
  73. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  74. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  75. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  76. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  77. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  78. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago
  79. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  80. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  81. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  82. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  83. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  84. ad4d499 Add a new GM for very thin stroke widths by robertphillips@google.com · 11 years ago
  85. 6fd5317 Turn off conic GM for now by egdaniel@google.com · 11 years ago
  86. def9f6e Add GM to test conic path rendering by egdaniel@google.com · 11 years ago
  87. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  88. 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
  89. 37ab298 reenable colortype gm by reed@google.com · 11 years ago
  90. 4157085 Added megalooper GM by robertphillips@google.com · 11 years ago
  91. ef7d98e Disable colortype GM due to crash by robertphillips@google.com · 11 years ago
  92. 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
  93. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  94. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  95. f2de1e2 add new gm for bicubic filtering by reed@google.com · 11 years ago
  96. 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
  97. 3d3a860 Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the shared parameters for all gradients into a struct. by reed@google.com · 11 years ago
  98. 8c6411a reenable lerpmode in gms, now that I think we fixed the global-initialization by reed@google.com · 11 years ago
  99. e96cf08 disable lerpmode gm until we fix serialization by reed@google.com · 11 years ago
  100. b83cb9b add SkLerpXfermode by reed@google.com · 11 years ago