1. 6404981 Fix zero-sized blur with crop rect. by senorblanco · 9 years ago
  2. 395eabe float components in xfermodes by reed · 9 years ago
  3. 70e6d60 add new tests by caryclark · 9 years ago
  4. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  5. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  6. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  7. fbc1e29 starter procs for blending with pm4f by reed · 9 years ago
  8. 727b7d2 Add gpu backend for SkPixelXorXfermode by robertphillips · 9 years ago
  9. eae84c2 Image filters: fix srcOffset handling in asFragmentProcessor() path. by senorblanco · 9 years ago
  10. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  11. 914bd43 Fix memory leak in pixelxorxfermode GM by robertphillips · 9 years ago
  12. 37771c3 Add GM for SkPixelXorXfermode by robertphillips · 9 years ago
  13. fc75253 fix arcto exception handling by caryclark · 9 years ago
  14. 55d4905 Add svg path arcto by caryclark · 9 years ago
  15. d4eaa25 add GM to exercise duplicate color-stops by reed · 9 years ago
  16. 1c2729c Add SK_SUPPORT_LEGACY_DRAWFILTER guard around calls to SkCanvas::(get|set)DrawFilter. by benjaminwagner · 9 years ago
  17. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  18. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  19. f6c7107 Expose API for gx font variation axes. by bungeman · 9 years ago
  20. 0050237 Fix bounds computations for SkDisplacementMapEffect with negative scale. by senorblanco · 9 years ago
  21. 1a7eb26 resolution dependent path measure by caryclark · 9 years ago
  22. dfe3e50 Make colorimagefilter GM not crash when resource path not specified by bsalomon · 9 years ago
  23. 2b39ffc add arc circle gap gm by caryclark · 9 years ago
  24. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  25. 1ea67a3 Fix SkAlphaThresholdFilter bounds handling. by senorblanco · 9 years ago
  26. b6474dd fix circular dashing by caryclark · 9 years ago
  27. 67b09bf use pixmaps in mipmap api by reed · 9 years ago
  28. 32e0b4a use triangle filter for odd dimensions in mip-levels by reed · 9 years ago
  29. 01dc44a add GM to show miplevels for all colortypes by reed · 9 years ago
  30. a40be09 expand gm to exercise miplevels and various scalers by reed · 9 years ago
  31. 06d54ad Fix SkXfermodeImageFilter GPU fast path for differing sizes. by senorblanco · 9 years ago
  32. c2eff2a micro fix for rrects bug using GrDrawContext by joshualitt · 9 years ago
  33. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  34. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  35. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  36. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  37. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  38. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  39. b10fe49 Remove work from constructors to facilitate debugging. by herb · 9 years ago
  40. 57fa241 don't leak test filters and shaders by reed · 9 years ago
  41. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  42. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  43. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  44. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  45. 19aa2b0 Fix crash when ETC1 codec is not supported. by djsollen · 9 years ago
  46. 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
  47. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  48. 6362702 initialize offscreen in StrokeZeroGM by mtklein · 9 years ago
  49. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  50. c53b82e revised strokerect gm by caryclark · 9 years ago
  51. 40b7d3b fix hair fuzz by caryclark · 9 years ago
  52. b39f39f remove unused SkCullPoints by reed · 9 years ago
  53. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  54. fb56218 fix stroked text underline / strikethrough by caryclark · 9 years ago
  55. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  56. d63f60a change all factories to return their base-class by reed · 9 years ago
  57. f97aa74 fix large dashed paths by caryclark · 9 years ago
  58. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  59. 3819d2d Added concave paths to aaxfermodes GM by ethannicholas · 9 years ago
  60. c834ab1 Fix gaussian blur for small sigma. by senorblanco · 9 years ago
  61. 1f17ab5 This brings hairlines into agreement with thick strokes. by caryclark · 9 years ago
  62. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  63. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  64. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  65. aed4d32 SkBitmapProcState rounding bias by fmalita · 9 years ago
  66. cad54b5 New GM: image_scale_aligned by fmalita · 9 years ago
  67. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  68. 96f16e8 Use DEF_GM everywhere by scroggo · 9 years ago
  69. 4e56772 Address precision issue in circle blur effect by robertphillips · 9 years ago
  70. 467ddc0 SkBlurImageFilter returns input when sigma = 0 by xidachen · 9 years ago
  71. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  72. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  73. 4a4f14b Split big rrect aa effect up into separate images by bsalomon · 9 years ago
  74. 57eecc1 Zero length lines may have caps, but do not need joins. by caryclark · 9 years ago
  75. d18b1b5 Add SkTileImageFilter sample to filterfastbounds GM. by senorblanco · 9 years ago
  76. f65fb65 add gm to exercise large sigmas by reed · 9 years ago
  77. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  78. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  79. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  80. 95f53fb clarify diff manually, showing black where they differ by reed · 9 years ago
  81. c326257 add hairline with caps gm by caryclark · 9 years ago
  82. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  83. 0711bdb drawSprite and drawImage+clip should draw the same w/ an imagefilter applied. This gm exercises that invariant. by reed · 9 years ago
  84. b775e91 add more conservative check for wayward divide by caryclark · 9 years ago
  85. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  86. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  87. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  88. 0955303 scaling API on SkPixmap by reed · 9 years ago
  89. de3aac8 use pinned value during lerp for vertical gradients by reed · 9 years ago
  90. 8b78bd6 Tiny linear gradient GM by fmalita · 9 years ago
  91. e55c312 Parametric contour start GM by fmalita · 9 years ago
  92. 76f160c Shift up bottom path in smallpaths GM. by jvanverth · 9 years ago
  93. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  94. 8450cc3 Add small paths GM by jvanverth · 9 years ago
  95. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  96. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  97. 9c08b9d Revert of Parametric contour start GM (patchset #1 id:1 of https://codereview.chromium.org/1457503002/ ) by stephana · 9 years ago
  98. 56847a6 Parametric contour start GM by fmalita · 9 years ago
  99. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  100. 05b48e2 SkPDF: fix large-number bug by halcanary · 9 years ago