1. d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 10 years ago
  2. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  3. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  4. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  5. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  6. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  7. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  8. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  9. a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
  10. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  11. b2808cd Send less transform data when drawing text with nvpr by cdalton · 10 years ago
  12. 50d7154 Added classes SkPatch and SkPatchMesh which help encapsulate and generalize this new primitive. The functionality and responsability of each class is better explained in the comments of the files. by dandov · 10 years ago
  13. 24dcac2 YUV to RGB converter by sugoi · 10 years ago
  14. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  15. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  16. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 10 years ago
  17. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 10 years ago
  18. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 10 years ago
  19. 7c5c9da GM/bench for text draws with various parameters and clip rects. by bsalomon · 10 years ago
  20. f449156 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 10 years ago
  21. f3b1eb4 Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 10 years ago
  22. 44f4129 floating point scale factors for images by commit-bot@chromium.org · 10 years ago
  23. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  24. d53b227 New GM for testing circle blur optimization by commit-bot@chromium.org · 10 years ago
  25. 04f03d1 Add GM that exercises SkCanvas::discard() by commit-bot@chromium.org · 10 years ago
  26. c8379d7 Add gpu fast path for two point conical gradients. by commit-bot@chromium.org · 10 years ago
  27. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  28. 8865d09 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 10 years ago
  29. 592b2d1 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  30. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago
  31. 2663263 Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrectly ignored. by commit-bot@chromium.org · 10 years ago
  32. 7b78981 gather GM tests which are disabled on Android by commit-bot@chromium.org · 10 years ago
  33. 7209f93 disable imagefilterscropexpand GM test on Android by commit-bot@chromium.org · 10 years ago
  34. d9cdff6 Fix GPU displacement with expanding crop rects. by senorblanco@chromium.org · 10 years ago
  35. 2ff20ab Suppress imagefilterscropexpand GM temporarily to fix Win Debug failures. by commit-bot@chromium.org · 10 years ago
  36. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  37. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  38. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  39. 641e33b add gm to show bug in stroked-text in drawPosText by commit-bot@chromium.org · 10 years ago
  40. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  41. d4d44f0 Re-enable imageresizetiled, but skip it in tilegrid and rtree. by senorblanco@chromium.org · 11 years ago
  42. 32ffe9c Disable imageresizetiled GM for now due to rtree and tilegrid failures. by senorblanco@chromium.org · 11 years ago
  43. 897b73f Fix CTM application in SkResizeImagefilter; implement bounds traversals. by senorblanco@chromium.org · 11 years ago
  44. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  45. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  46. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  47. d5808bd add inital gm for colorfilters by reed@google.com · 11 years ago
  48. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  49. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  50. a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 11 years ago
  51. c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 11 years ago
  52. 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
  53. 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
  54. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  55. 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
  56. 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
  57. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  58. 6adf296 disable gm/vertices until I can find/fix all warnings by mike@reedtribe.org · 11 years ago
  59. 0c87ea8 add gm::vertices by mike@reedtribe.org · 11 years ago
  60. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  61. 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
  62. 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
  63. 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
  64. 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
  65. 7842c81 Add GM to test bitmap shaders with basic geometry and bitmap masks. by commit-bot@chromium.org · 11 years ago
  66. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  67. 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
  68. 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
  69. 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
  70. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  71. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  72. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  73. 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
  74. 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
  75. 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
  76. 96ac2f6 Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNine is okay by robertphillips@google.com · 11 years ago
  77. 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
  78. ece95c3 [PDF] Add unpremultiply support and a GM (try5) by vandebo@chromium.org · 11 years ago
  79. ccf6b91 Revert "[PDF] Add unpremultiply support and a GM (try4)" by vandebo@chromium.org · 11 years ago
  80. e66d376 [PDF] Add unpremultiply support and a GM (try4) by vandebo@chromium.org · 11 years ago
  81. 1c87672 Revert "[PDF] Add unpremultiply support and a GM (try3)." by vandebo@chromium.org · 11 years ago
  82. 59fd223 [PDF] Add unpremultiply support and a GM (try3). by vandebo@chromium.org · 11 years ago
  83. ce60c1f Revert "[PDF] Add unpremultiply support and a GM." by vandebo@chromium.org · 11 years ago
  84. c4d1771 [PDF] Add unpremultiply support and a GM. by vandebo@chromium.org · 11 years ago
  85. 6397217 detach blur result texture when it is the same texture used to render path mask by commit-bot@chromium.org · 11 years ago
  86. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  87. 338a49f Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  88. 5466b0e Revert "Add new GM to stress test the GPU font cache" by jvanverth@google.com · 11 years ago
  89. 7d14cef Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  90. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  91. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  92. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  93. 4ea2878 Add string art GM and sample. by jvanverth@google.com · 11 years ago
  94. 6def2a2 Add a test for color bitmap fonts. by djsollen@google.com · 11 years ago
  95. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  96. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  97. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  98. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  99. 3aad3b0 add support for high quality image filtering on the GPU by humper@google.com · 11 years ago
  100. 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 11 years ago