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