1. aa4ba90 SkPDF: images support 32-but-not-N32 colortype by halcanary · 9 years ago
  2. f57ef1c Add outer blur to bleed GM family by bsalomon · 9 years ago
  3. df85a72 change alpha bmp generator in bleed to make more discernable results by bsalomon · 9 years ago
  4. 9c58654 Add bleed GM variants for bmp backed by an oversized texture by bsalomon · 9 years ago
  5. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  6. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  7. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  8. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  9. 950305e fix for teeny strokes by caryclark · 9 years ago
  10. 9003d1e Add more cases to bleed GM and more variants by bsalomon · 9 years ago
  11. 0bccd87 Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://codereview.chromium.org/1403403003/ ) by caryclark · 9 years ago
  12. c84ccb0 Update feSpotLight to match spec by ericrk · 9 years ago
  13. af96fce The SkArithmeticMode_gpu GL filters support clamping to valid by ericrk · 9 years ago
  14. 59dc0d2 change SkImage_Gpu to handle all filters (w/ and w/o gpu support by reed · 9 years ago
  15. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  16. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  17. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  18. 94dd7a5 change back to method for localmatrix imagefilter by reed · 9 years ago
  19. 20311d4 Implement SkLocalMatrixImageFilter. by senorblanco · 9 years ago
  20. c837d8f adjust size of new apply-filter gm by reed · 9 years ago
  21. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  22. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  23. 063675b Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper by fmalita · 9 years ago
  24. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  25. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  26. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  27. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  28. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  29. 8b2bc25 SkPDF: when drawing stroked path, draw using SVG rules for zero-length segments by halcanary · 9 years ago
  30. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  31. c00389e Fix gpu dashing for case where all intervals are 0. by egdaniel · 9 years ago
  32. 7a14b31 SkPDF: Implement drawImage*() properly by halcanary · 9 years ago
  33. 05302f8 Handle inverted rects in SkRRect creation methods by robertphillips · 9 years ago
  34. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  35. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  36. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  37. 287d22d SkPDF Implement colorfilters on bitmaps by halcanary · 9 years ago
  38. 24eb7a8 Make drawbitmaprect GM use Ganesh-backed bitmaps and images by robertphillips · 9 years ago
  39. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  40. 5cd406f GM for http://skbug.com/4374 by halcanary · 9 years ago
  41. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  42. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  43. 496d29f add new gm to test overlapping lcd text by joshualitt · 9 years ago
  44. 33e91f1 Make Ben happy by joshualitt · 9 years ago
  45. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  46. ef6c50a Merge sub-device annotations in SkPDFDevice::drawDevice() by wangxianzhu · 9 years ago
  47. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  48. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  49. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  50. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  51. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  52. 27b6335 On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm. by egdaniel · 9 years ago
  53. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  54. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  55. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  56. cd56f81 SkImageSource by fmalita · 9 years ago
  57. 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 9 years ago
  58. c4a83e2 support colortables in cacherator by reed · 9 years ago
  59. 25507d9 fix leaked picture by reed · 9 years ago
  60. 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 9 years ago
  61. 7628967 add picture-image variant by reed · 9 years ago
  62. 4228c1f switch over to using images by reed · 9 years ago
  63. 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 9 years ago
  64. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  65. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  66. 9260296 Bot fix by msarett · 9 years ago
  67. 58e524c draw 3 moveTos followed by various others [moves, lines, closes] by reed · 9 years ago
  68. c8b350d update gm test size to include new elements by caryclark · 9 years ago
  69. 500ab75 change for issue 562 by caryclark · 9 years ago
  70. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
  71. d705958 Will try composing a linear gradient with a color bitmap as well as an alpha8 bitmap to make sure the paint's color is being used/ignored in the right places. by wangyix · 9 years ago
  72. fac9ceb Add new GM to directly exercise perspective bitmap drawing by robertphillips · 9 years ago
  73. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  74. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  75. 2aec4e9 Add a GM for image filters applied to stroked primitives. by senorblanco · 9 years ago
  76. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  77. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  78. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  79. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  80. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  81. 7b7ecfc Fix clipped lighting image filters. by senorblanco · 9 years ago
  82. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  83. e46cf96 Write a gm to verify append large glyph as path works by joshualitt · 9 years ago
  84. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  85. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  86. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  87. 45398df Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chromium.org/1312243002/ ) by caryclark · 9 years ago
  88. 91298b4 Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview.chromium.org/1311273002/ ) by caryclark · 9 years ago
  89. 7544124 fix zero-length tangent by caryclark · 9 years ago
  90. 21b998b Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ ) by caryclark · 9 years ago
  91. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  92. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  93. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  94. 2f0a728 GMs: change some GMs to use SkImage over SkBitmap by halcanary · 9 years ago
  95. 499abab add gm for image->newShader by reed · 9 years ago
  96. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  97. 02833bf fix override by caryclark · 9 years ago
  98. 05424f7 fix cubic clip in y by caryclark · 9 years ago
  99. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  100. 7d17340 subdivide path when side-clipping fails by caryclark · 9 years ago