1. b091c93 SkDocument: remove deprecated function by Hal Canary · 7 years ago
  2. 0e616cf comment SK_API and add fix params by Cary Clark · 7 years ago
  3. 3af1af9 Remove ambient and spot mask filters. by Jim Van Verth · 7 years ago
  4. 4b30a96 Revert "Remove GrSurfaceDesc member from GrSurface." by Greg Daniel · 7 years ago
  5. 14d54c2 Hide SkPerlinNoiseShader impl details by Florin Malita · 7 years ago
  6. 8491154 Remove GrSurfaceDesc member from GrSurface. by Brian Salomon · 7 years ago
  7. d1eaf49 Revert "Revert "Remove GrSurface::desc() method."" by Brian Salomon · 7 years ago
  8. 081e0e6 Move MIP color mode from GrSurfaceProxy to GrTextureProxy by Brian Salomon · 7 years ago
  9. c96da1e Revert "Remove GrSurface::desc() method." by Greg Daniel · 7 years ago
  10. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  11. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  12. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  13. 861a90f Delete legacy image generator API flag by Matt Sarett · 7 years ago
  14. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 7 years ago
  15. 4204da2 move shadows to device virtual by Mike Reed · 7 years ago
  16. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  17. 1314918 Revert "add guard for extra includes" by Mike Reed · 7 years ago
  18. a281dd3 remove SK_API from namespaced enum by Mike Reed · 7 years ago
  19. 037d78f add guard for extra includes by Mike Reed · 7 years ago
  20. d5a1691 Add support for webp lossless compression by Matt Sarett · 7 years ago
  21. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  22. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  23. 7d022e0 Always use raster pipeline for SkSweepGradient by Florin Malita · 7 years ago
  24. 74564b4 check for no_paint and remove some drawdrawable special-casing by Mike Reed · 7 years ago
  25. 4c9b893 Allow shadow zParams to be applied to affine transformations by Jim Van Verth · 7 years ago
  26. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  27. e334c59 Attempt to work around iOS varying limit in GLPrograms test by Brian Salomon · 7 years ago
  28. 60751d7 Sort all user-supplied rects before computeFastBounds by Brian Osman · 7 years ago
  29. 304f9d4 add and fix parameter names by Cary Clark · 7 years ago
  30. 8a02f65 Switch ImageStorageAccess over to GrTextureProxies by Robert Phillips · 7 years ago
  31. 175f588 Modify SkEventTracer::SetInstance to fail rather than assert if a tracer has already been installed. by Brian Salomon · 7 years ago
  32. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  33. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  34. 0745422 Cleanup SkImageGenerator, add missing fns to GrBackendTextureImageGenerator by Brian Osman · 7 years ago
  35. b1d3b2e SkEncoder base class needs SK_API by Matt Sarett · 7 years ago
  36. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  37. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  38. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  39. eb7a693 Move SK_API from namespace to function by Matt Sarett · 7 years ago
  40. 6a4dc66 Add SkJpegEncoder and SkWebpEncoder to public API by Matt Sarett · 7 years ago
  41. a9d9ab3 fix SkASSERT for Visual Studio by Cary Clark · 7 years ago
  42. 56269ef Remove comments referencing locked pixels by Leon Scroggins III · 7 years ago
  43. 44d3279 Make SkCreateRasterPipelineBlitter() not fail. by Mike Klein · 7 years ago
  44. 37c5a96 Unify ShadowUtils interface by Jim Van Verth · 7 years ago
  45. 2814d91 clean up SkShader friends by Mike Klein · 7 years ago
  46. 14113bc add flag to hide deprecated clipops by Mike Reed · 7 years ago
  47. 0418a88 add parameter names by Cary Clark · 7 years ago
  48. fdf3103 void SkColorFilter::onAppendStages(...) by Mike Klein · 7 years ago
  49. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  50. 4435311 update dox for dithering by Mike Reed · 7 years ago
  51. 7120b2d move set-text-matrix into private by Mike Reed · 7 years ago
  52. 94fd06f Move SkPngEncoder into public API by Matt Sarett · 7 years ago
  53. 6dfceca Make SkColorFilter::appendStages() not fail. by Mike Klein · 7 years ago
  54. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  55. d2da87d Forward getGrContext in color space xform canvas by Brian Osman · 7 years ago
  56. 7f1d020 remove (possibly slow) call to refEncoded in getDeferredTextureImageData by Mike Reed · 7 years ago
  57. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  58. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  59. e308a12 Remove height functor for shadows and replace with plane equation params by Jim Van Verth · 7 years ago
  60. b37208f Revert "Revert "Re-enable deferred proxies in Chrome"" by Robert Phillips · 7 years ago
  61. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  62. 26368c3 Minimize computeTotalInverse()'s inputs by Florin Malita · 7 years ago
  63. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  64. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  65. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  66. 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
  67. 05814de Revert "Re-enable deferred proxies in Chrome" by Robert Phillips · 7 years ago
  68. 555c49c Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  69. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 7 years ago
  70. 2627b04 SkTypeface: remove old virtual onGetAdvancedMetrics, since https://crrev.com/2860293003 by Hal Canary · 7 years ago
  71. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 7 years ago
  72. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 7 years ago
  73. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 7 years ago
  74. b9641bd force all colorfilters to implement 4f by Mike Reed · 7 years ago
  75. 342a9fa add virtual to support CTFontRef by Mike Reed · 7 years ago
  76. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 7 years ago
  77. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 7 years ago
  78. 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  79. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  80. bc6e5ff Finish removal of SkImageInfo from SkPixelRef by Matt Sarett · 7 years ago
  81. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  82. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  83. 8559183 Delete SkBitmap::copyTo() by Matt Sarett · 7 years ago
  84. a9e241d drawfilter is legacy-guarded, no need for deprecated by Mike Reed · 7 years ago
  85. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  86. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  87. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  88. 343fe49 Remove translateZ and lights from SkCanvas by Jim Van Verth · 7 years ago
  89. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  90. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  91. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  92. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  93. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  94. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  95. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  96. 6a280a5 Expose resetForNextPicture in SkNoDrawCanvas by Adrienne Walker · 7 years ago
  97. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 7 years ago
  98. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 7 years ago
  99. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 7 years ago
  100. 7575bb1 SkFontMgr::matchFamily should not crash on nullptr. by bungeman · 7 years ago