1. 2252636 Fall back to blurs for unsupported DrawShadow cases by Jim Van Verth · 7 years ago
  2. a556684 Remove deprecated drawShadow interfaces by Jim Van Verth · 7 years ago
  3. 242135a move some RRect methods into priv by Mike Reed · 7 years ago
  4. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago
  5. bd8b25a writePixels should notify GPU that pixels have changed by Cary Clark · 7 years ago
  6. 19d7bd6 hide virtual and rename to onMakeComposed by Mike Reed · 7 years ago
  7. dfc0e91 add decal tilemode to shaders by Mike Reed · 7 years ago
  8. 76a076b Generic "directory" viewer slide by Florin Malita · 7 years ago
  9. 5b6fa82 Respect FPArgs local matrix when picking a filtering mode in image shader by Brian Osman · 7 years ago
  10. 1b12545 Add scaled emoji GM. by Jim Van Verth · 7 years ago
  11. 1617899 add helper to know when a colortype is always opaque by Mike Reed · 7 years ago
  12. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
  13. 67f8584 Revert "Revert "Remove SkImage deferred texture image data APIs."" by Brian Salomon · 7 years ago
  14. 54d9c88 Cleanup of large text rendering, take 2. by Jim Van Verth · 7 years ago
  15. b9fc24e fix some clangtidy warnings by Mike Reed · 7 years ago
  16. a3f7026 Switch MDB GrContextOptions over to Enable style by Robert Phillips · 7 years ago
  17. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 7 years ago
  18. 4a657ad Fix the left/right edge swapping in isSmoothEnough by Yuqian Li · 7 years ago
  19. 2179b78 extend savelayer_maskfilter to also have an imagefilter by Mike Reed · 7 years ago
  20. 8e54604 Revert "Re-enable explicit resource allocation in Skia (take 2)" by Robert Phillips · 7 years ago
  21. a4ead65 Add function to GrProxyProvider to lazily upload mip map data by Greg Daniel · 7 years ago
  22. ed858ec Re-enable explicit resource allocation in Skia (take 2) by Robert Phillips · 7 years ago
  23. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
  24. 18f7e0a Fix picture shader handling of outer local matrix by Florin Malita · 7 years ago
  25. be33bab add maskfilter+localmatrix to fix savelayer by Mike Reed · 7 years ago
  26. 89737de Revert "Cleanup of large text rendering." by Jim Van Verth · 7 years ago
  27. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
  28. 2fb7c8a Cleanup of large text rendering. by Jim Van Verth · 7 years ago
  29. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  30. 547c859 gpu impl for compose and combine maskfilters by Mike Reed · 7 years ago
  31. 1d08d72 center frame to make hairline more repo on gpus by Mike Reed · 7 years ago
  32. 27738e0 add new gm for cmoposeshader by Mike Reed · 7 years ago
  33. a0e30b1 switch to double in conic split on infinities by Cary Clark · 7 years ago
  34. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 7 years ago
  35. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  36. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
  37. caaf211 handle conics in text warper by Mike Reed · 7 years ago
  38. 488fbd1 compare textonpath techniques by Mike Reed · 7 years ago
  39. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  40. 1bd556a use coverage modes instead of blend modes by Mike Reed · 7 years ago
  41. fc4f768 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  42. 20dc672 compose and combine maskfilters by Mike Reed · 7 years ago
  43. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  44. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  45. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  46. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  47. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  48. 2826627 drawimage + maskfilter bug fix by Mike Reed · 7 years ago
  49. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  50. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  51. 59a1df2 Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpace by Greg Daniel · 7 years ago
  52. 6e87eee add shadermaskfilter by Mike Reed · 7 years ago
  53. 2e0fadb Add a GM and images to test SkEncodedOrigin by Leon Scroggins III · 7 years ago
  54. 23e0cf2 relax path bounds check by Mike Reed · 7 years ago
  55. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  56. ff25cdf Revert "relax path bounds check so we can draw larger paths" by Mike Reed · 7 years ago
  57. e233026 relax path bounds check so we can draw larger paths by Mike Reed · 7 years ago
  58. 98e38e2 Revert "Revert "fix legacy makeRasterImage()"" by Mike Klein · 7 years ago
  59. ef29e42 Revert "fix legacy makeRasterImage()" by Mike Klein · 7 years ago
  60. 7c4ca04 fix legacy makeRasterImage() by Mike Klein · 7 years ago
  61. d284949 restore intersect methods to use old-style empty-checks on their inputs by Mike Reed · 7 years ago
  62. 99578d2 SkBitmap now *has* a SkPixmap. by Hal Canary · 7 years ago
  63. 579f094 Fix build by Robert Phillips · 7 years ago
  64. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  65. 4c79ecf cubic-map for non-linear t by Mike Reed · 7 years ago
  66. 876c841 Always create a raster (cached) image by Brian Osman · 7 years ago
  67. 46596ae use tool_utils to encapsulate checking for recording canvas and makeSurface by Mike Reed · 7 years ago
  68. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  69. 72f78c3 Make GrShape recognize horizontal/vertical dashed lines with 0 off intervals as rrects. by Brian Salomon · 7 years ago
  70. 9838b49 Revert "Revert "long rect dash fix with guards"" by Greg Daniel · 7 years ago
  71. fa6b6c2 Revert "long rect dash fix with guards" by Greg Daniel · 7 years ago
  72. 93ceab1 long rect dash fix with guards by Cary Clark · 7 years ago
  73. 16a127f Revert "long rect dash with guards" by Cary Clark · 7 years ago
  74. d5f4473 Revert "forgot to turn off dash test" by Cary Clark · 7 years ago
  75. 2b974e4 forgot to turn off dash test by Cary Clark · 7 years ago
  76. 4ad0c59 long rect dash with guards by Cary Clark · 7 years ago
  77. b508696 Add matrix stack to SkAtlasTextTarget. by Brian Salomon · 7 years ago
  78. 5c6ac64 Revert "Revert "move homogenous with stride to matrixpriv"" by Brian Salomon · 7 years ago
  79. 394197d Revert "efficiently dash very large rectangles and very long lines" by Cary Clark · 7 years ago
  80. b0abd85 Revert "disable large rect dash temporarily" by Cary Clark · 7 years ago
  81. 744cbb3 Fix alpha contribution to tonal color. by Jim Van Verth · 7 years ago
  82. 54956e1 disable large rect dash temporarily by Cary Clark · 7 years ago
  83. 1ad8198 efficiently dash very large rectangles and very long lines by Cary Clark · 7 years ago
  84. f226e66 Revert "Transform vertices for distance field glyphs on CPU." by Greg Daniel · 7 years ago
  85. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  86. 4fafedd Make unit test tickle msan bug. by Herb Derby · 7 years ago
  87. a2192a7 point deferredtextureimage GMs at resources/images by Mike Klein · 7 years ago
  88. aae533e Revert "Remove SkImage deferred texture image data APIs." by Eric Karl · 7 years ago
  89. 0215e39 Transform vertices for distance field glyphs on CPU. by Brian Salomon · 7 years ago
  90. 0b1df4b fix zero length dashed lines by Cary Clark · 7 years ago
  91. a088365 SkBitmap::pixmap by Hal Canary · 7 years ago
  92. 81d9f0d Add strip 2pt conical GM by Yuqian Li · 7 years ago
  93. 2c4e56c Revert "Reimplement TwoPointConicalGradient_gpu" by Yuqian Li · 7 years ago
  94. 84f18c4 Reimplement TwoPointConicalGradient_gpu by Yuqian Li · 7 years ago
  95. 15bd924 gm: image-surface: stop looking for nonexistant file by Hal Canary · 7 years ago
  96. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  97. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  98. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  99. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  100. ca8c095 Implement a fast path for solid color lattice rectangle by Stan Iliev · 7 years ago