1. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  2. c8e924c remove unused lockPixelsAreWritable by Mike Reed · 7 years ago
  3. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 7 years ago
  4. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  5. 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 7 years ago
  6. 9dab18f Fix GrGLSync definition by Brian Salomon · 7 years ago
  7. 44320dd remove obsolete SK_SUPPORT_LEGACY_SCALARMUL code by Mike Reed · 7 years ago
  8. 868d52b Make SkColorSetA() a constexpr function. by Lei Zhang · 7 years ago
  9. 149e42e make SkAutoTMalloc self-move safe by Mike Klein · 7 years ago
  10. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 7 years ago
  11. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  12. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  13. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  14. 42ce38f make copyTo_with_allocator android only by Mike Reed · 7 years ago
  15. 60cd57e Factor out common work in readSurfacePixels and writeSurfacePixels by Brian Osman · 7 years ago
  16. 9d9172f remove legacy vertices flag and code by Mike Reed · 7 years ago
  17. dc57b5d remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code by Mike Reed · 7 years ago
  18. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 7 years ago
  19. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  20. 4f783f8 restore old api for android to unblock roll by Mike Reed · 7 years ago
  21. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  22. 1987366 Delete SkPixelRef::readPixels() by Matt Sarett · 7 years ago
  23. 45a00ce remove android legacy flags by Mike Reed · 7 years ago
  24. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  25. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  26. cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 7 years ago
  27. 740092e Delete SkPixelRefFactory by Matt Sarett · 7 years ago
  28. 33aa2c7 Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 7 years ago
  29. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  30. 1cfcf2b remove SK_SUPPORT_LEGACY_PAINT_TEXTDECORATION by Mike Reed · 7 years ago
  31. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  32. 8653e97 remove legacy canvas helpers by Mike Reed · 7 years ago
  33. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  34. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  35. 5869ea9 Fully remove coord transform precision code by Brian Osman · 7 years ago
  36. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  37. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 7 years ago
  38. 8576014 Convert all coord transforms to high precision by Brian Osman · 7 years ago
  39. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  40. dffe982 Revert "Revert "Revert "Allow FPs to elevate default precision for the entire fragment program""" by Brian Osman · 7 years ago
  41. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  42. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  43. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  44. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  45. ec53c63 Revert "Revert "Allow FPs to elevate default precision for the entire fragment program"" by Brian Osman · 7 years ago
  46. 903c3f7 Revert "Allow FPs to elevate default precision for the entire fragment program" by Brian Osman · 7 years ago
  47. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  48. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  49. 92d7cca Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 7 years ago
  50. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  51. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  52. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  53. 609e7cc Add glPolygonMode support. by Jim Van Verth · 7 years ago
  54. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 7 years ago
  55. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  56. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 7 years ago
  57. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  58. 1ec1faa Remove GrSurface::flushWrites by Robert Phillips · 7 years ago
  59. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 7 years ago
  60. 56ea77a Implement SkBlurDrawLooper with SkLayerDrawLooper by Matt Sarett · 7 years ago
  61. a2cedff Fix gaussianedge GM by Robert Phillips · 7 years ago
  62. d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 7 years ago
  63. b436655 Add height function to shadow tessellators. by Jim Van Verth · 7 years ago
  64. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  65. ec715e8 quick-fix to surface dox by Mike Reed · 7 years ago
  66. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  67. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  68. f160ad4 SkBlurDrawLooper: Start by deleting flags by Matt Sarett · 7 years ago
  69. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 7 years ago
  70. 3849b64 Only perform SkSafeRef race detection if on android framework by Derek Sollenberger · 7 years ago
  71. 6dd8814 Make reference counted assignment check for races. by Derek Sollenberger · 7 years ago
  72. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 7 years ago
  73. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 7 years ago
  74. 70131b9 Fix SkTArray operator= to work with self assignment by Greg Daniel · 7 years ago
  75. de1a605 Support premul/unpremul of F16 during read/writePixels by Brian Osman · 7 years ago
  76. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  77. 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 7 years ago
  78. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  79. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  80. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  81. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  82. 7322b52 C API: document sk_matrix_t by Hal Canary · 8 years ago
  83. 271d495 check-headers-self-sufficient: update by Hal Canary · 8 years ago
  84. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  85. 4c55027 Add support for F32 sources to SkColorSpaceXform by Matt Sarett · 7 years ago
  86. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  87. 3130fbb remove SK_SUPPORT_LEGACY_DRAWVERTICES_VIRTUAL flag by Mike Reed · 7 years ago
  88. 18ea65a Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch"" by Mike Reed · 7 years ago
  89. b1168a7 Improvements to readpixels GM by Brian Osman · 7 years ago
  90. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  91. ed182d7 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 7 years ago
  92. 09de753 Move SkOSFile.h to src/core by Ben Wagner · 7 years ago
  93. 006c8da Revert "remove unused SkMeshUtils and SkBoundaryPatch" by Stephan Altmueller · 7 years ago
  94. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 7 years ago
  95. 5e21e09 remove unused SkMeshUtils and SkBoundaryPatch by Mike Reed · 7 years ago
  96. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 7 years ago
  97. 6ab59ba remove unused params by Mike Reed · 7 years ago
  98. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 7 years ago
  99. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 7 years ago
  100. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago