1. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 7 years ago
  2. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 7 years ago
  3. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 7 years ago
  4. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 7 years ago
  5. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 7 years ago
  6. bcda1f0 Revert "Revert "SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER"" by Ravi Mistry · 7 years ago
  7. 837e743 remove SK_SUPPORT_LEGACY_GETCLIPBOUNDS by Mike Reed · 7 years ago
  8. 156a749 Revert "SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER" by Leon Scroggins · 7 years ago
  9. 68fc549 SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER by Hal Canary · 7 years ago
  10. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 7 years ago
  11. f20a98f remove obsolete flag by Cary Clark · 7 years ago
  12. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 7 years ago
  13. 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 7 years ago
  14. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 7 years ago
  15. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 7 years ago
  16. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 7 years ago
  17. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 7 years ago
  18. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 7 years ago
  19. 5d72f7d Remove SkTDict and calls from SkView. by Herb Derby · 7 years ago
  20. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 7 years ago
  21. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 7 years ago
  22. 42e8c53 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern by Mike Reed · 7 years ago
  23. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 7 years ago
  24. 2a0daee Update SkTDict to use SkArenaAlloc. by Herb Derby · 7 years ago
  25. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 7 years ago
  26. 9adfef8 Remove public APIs that use SkDataTable. by Herb Derby · 7 years ago
  27. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 7 years ago
  28. 288e471 clipstack is now private by Mike Reed · 7 years ago
  29. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 7 years ago
  30. 5be6c95 Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."" by Brian Salomon · 7 years ago
  31. 3329cce Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis." by Brian Salomon · 7 years ago
  32. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 7 years ago
  33. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 7 years ago
  34. 77505da Remove GrTestTarget by Robert Phillips · 7 years ago
  35. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 7 years ago
  36. c37e614 Rename GrContext::getFontAtlas to getFontAtlas_ForTesting by Robert Phillips · 7 years ago
  37. 48f770c Remove unused asACustomShader function from SkShader by Greg Daniel · 7 years ago
  38. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 7 years ago
  39. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 7 years ago
  40. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 7 years ago
  41. 1790f8e Revert "Revert "move device headers to core"" by Mike Reed · 7 years ago
  42. 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 7 years ago
  43. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 7 years ago
  44. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 7 years ago
  45. c5a37f6 Update Skia milestone to 58 by Heather Miller · 7 years ago
  46. 2a83603 remove metadata from device by Mike Reed · 8 years ago
  47. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  48. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  49. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
  50. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  51. d4bdee5 Revert "move device headers to core" by Mike Reed · 8 years ago
  52. 98420d0 move device headers to core by Mike Reed · 8 years ago
  53. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  54. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  55. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  56. 46784be hide getClipStack by Mike Reed · 8 years ago
  57. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  58. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  59. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  60. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  61. 4fa20ce Fix syntax error for adjusting old stdc++ headers. by Herb Derby · 8 years ago
  62. d9b6abb Remove (unused) YUV API from SkPixelRef by Brian Osman · 8 years ago
  63. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  64. d4652ca Remove most modifiers of processors on GrPipelineBuilder by Brian Salomon · 8 years ago
  65. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  66. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  67. 0ed3b64 Revert "Revert "Hide SkCanvas getDevice() & getTopDevice()}"" by Florin Malita · 8 years ago
  68. 70b49fd Minor Ganesh refFoo cleanup by Robert Phillips · 8 years ago
  69. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  70. e050ca7 Revert "Hide SkCanvas getDevice() & getTopDevice()}" by Florin Malita · 8 years ago
  71. 76467a1 Hide SkCanvas getDevice() & getTopDevice()} by Florin Malita · 8 years ago
  72. aeef561 Revert "Reland https://skia-review.googlesource.com/c/6091/" by Yuqian Li · 8 years ago
  73. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  74. b46fff6 Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  75. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  76. 3d97a0e rm -r {include,src}/animator by Hal Canary · 8 years ago
  77. 5aedd6d cleanup after 95e3c05 by Hal Canary · 8 years ago
  78. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  79. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  80. 78f20e0 Cleanup GrPixelConfig helper functions by Brian Osman · 8 years ago
  81. 0c2997b Remove second version of SkImageInfo2GrPixelConfig by Brian Osman · 8 years ago
  82. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  83. f046e15 Fix undefined GrIORef test method on Chrome win bot by Brian Salomon · 8 years ago
  84. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  85. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  86. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
  87. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  88. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  89. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  90. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  91. db52cf3 move SkDraw.h to core by Mike Reed · 8 years ago
  92. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  93. 7243f49 Remove last of SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS by Hal Canary · 8 years ago
  94. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  95. dc11f98 Clean up unused SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS code by Hal Canary · 8 years ago
  96. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  97. 0ab977f Remove SkUseTestFontConfigFile. by Ben Wagner · 8 years ago
  98. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  99. e57194f Move resource ref/io manipulation from GrProgramElement to GrProcessor by Brian Salomon · 8 years ago
  100. f9436b8 Allow constrained and unconstrained picture-images by Matt Sarett · 8 years ago