1. 175f588 Modify SkEventTracer::SetInstance to fail rather than assert if a tracer has already been installed. by Brian Salomon · 7 years ago
  2. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  3. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  4. 0745422 Cleanup SkImageGenerator, add missing fns to GrBackendTextureImageGenerator by Brian Osman · 7 years ago
  5. b1d3b2e SkEncoder base class needs SK_API by Matt Sarett · 7 years ago
  6. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  7. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  8. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  9. eb7a693 Move SK_API from namespace to function by Matt Sarett · 7 years ago
  10. 6a4dc66 Add SkJpegEncoder and SkWebpEncoder to public API by Matt Sarett · 7 years ago
  11. a9d9ab3 fix SkASSERT for Visual Studio by Cary Clark · 7 years ago
  12. 56269ef Remove comments referencing locked pixels by Leon Scroggins III · 7 years ago
  13. 44d3279 Make SkCreateRasterPipelineBlitter() not fail. by Mike Klein · 7 years ago
  14. 37c5a96 Unify ShadowUtils interface by Jim Van Verth · 7 years ago
  15. 2814d91 clean up SkShader friends by Mike Klein · 7 years ago
  16. 14113bc add flag to hide deprecated clipops by Mike Reed · 7 years ago
  17. 0418a88 add parameter names by Cary Clark · 7 years ago
  18. fdf3103 void SkColorFilter::onAppendStages(...) by Mike Klein · 7 years ago
  19. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  20. 4435311 update dox for dithering by Mike Reed · 7 years ago
  21. 7120b2d move set-text-matrix into private by Mike Reed · 7 years ago
  22. 94fd06f Move SkPngEncoder into public API by Matt Sarett · 7 years ago
  23. 6dfceca Make SkColorFilter::appendStages() not fail. by Mike Klein · 7 years ago
  24. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  25. d2da87d Forward getGrContext in color space xform canvas by Brian Osman · 7 years ago
  26. 7f1d020 remove (possibly slow) call to refEncoded in getDeferredTextureImageData by Mike Reed · 7 years ago
  27. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  28. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  29. e308a12 Remove height functor for shadows and replace with plane equation params by Jim Van Verth · 7 years ago
  30. b37208f Revert "Revert "Re-enable deferred proxies in Chrome"" by Robert Phillips · 7 years ago
  31. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  32. 26368c3 Minimize computeTotalInverse()'s inputs by Florin Malita · 7 years ago
  33. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  34. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  35. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  36. 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
  37. 05814de Revert "Re-enable deferred proxies in Chrome" by Robert Phillips · 7 years ago
  38. 555c49c Re-enable deferred proxies in Chrome by Robert Phillips · 8 years ago
  39. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 8 years ago
  40. 2627b04 SkTypeface: remove old virtual onGetAdvancedMetrics, since https://crrev.com/2860293003 by Hal Canary · 8 years ago
  41. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 8 years ago
  42. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 8 years ago
  43. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 8 years ago
  44. b9641bd force all colorfilters to implement 4f by Mike Reed · 8 years ago
  45. 342a9fa add virtual to support CTFontRef by Mike Reed · 8 years ago
  46. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 8 years ago
  47. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 8 years ago
  48. 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 8 years ago
  49. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 8 years ago
  50. bc6e5ff Finish removal of SkImageInfo from SkPixelRef by Matt Sarett · 8 years ago
  51. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 8 years ago
  52. ff92650 Convert GrMesh to a struct by Chris Dalton · 8 years ago
  53. 8559183 Delete SkBitmap::copyTo() by Matt Sarett · 8 years ago
  54. a9e241d drawfilter is legacy-guarded, no need for deprecated by Mike Reed · 8 years ago
  55. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
  56. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 8 years ago
  57. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
  58. 343fe49 Remove translateZ and lights from SkCanvas by Jim Van Verth · 8 years ago
  59. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 8 years ago
  60. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 8 years ago
  61. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 8 years ago
  62. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 8 years ago
  63. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
  64. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
  65. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 8 years ago
  66. 6a280a5 Expose resetForNextPicture in SkNoDrawCanvas by Adrienne Walker · 8 years ago
  67. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 8 years ago
  68. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 8 years ago
  69. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 8 years ago
  70. 7575bb1 SkFontMgr::matchFamily should not crash on nullptr. by bungeman · 8 years ago
  71. d170c0f Only store width and height on SkPixelRef (last part) by Matt Sarett · 8 years ago
  72. 25b3743 Restore legacy SaveLayerRec ctor by Florin Malita · 8 years ago
  73. 8d9201a Remove unnecessary SkFILEStream::getMemoryBase by Leon Scroggins III · 8 years ago
  74. f758311 Only store width and height on SkPixelRef (part 2) by Matt Sarett · 8 years ago
  75. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 8 years ago
  76. 53f77bd Initial clip-mask-layer support by Florin Malita · 8 years ago
  77. 57061ee Optimizations for analytic shadows. by Jim Van Verth · 8 years ago
  78. 135c908 Remove temporary_internal_describeTopLayer by Florin Malita · 8 years ago
  79. 2a475ea add drawString helper to canvas by Cary Clark · 8 years ago
  80. a6e976a Only store width and height on SkPixelRef (part 1) by Matt Sarett · 8 years ago
  81. 736a9cc remove unused yuv methods by Mike Reed · 8 years ago
  82. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 8 years ago
  83. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 8 years ago
  84. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 8 years ago
  85. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 8 years ago
  86. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 8 years ago
  87. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 8 years ago
  88. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 8 years ago
  89. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 8 years ago
  90. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 8 years ago
  91. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 8 years ago
  92. e511255 remove legacy code by Mike Reed · 8 years ago
  93. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 8 years ago
  94. ac0e705 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 8 years ago
  95. 4e92b82 SkColorFilter::makeColorSpace() by Mike Klein · 8 years ago
  96. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 8 years ago
  97. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 8 years ago
  98. 2b6be20 Make SkNoncopyable movable by Chris Blume · 8 years ago
  99. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 8 years ago
  100. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 8 years ago