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