1. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  2. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  3. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  4. 6a280a5 Expose resetForNextPicture in SkNoDrawCanvas by Adrienne Walker · 7 years ago
  5. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 7 years ago
  6. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 7 years ago
  7. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 7 years ago
  8. 7575bb1 SkFontMgr::matchFamily should not crash on nullptr. by bungeman · 7 years ago
  9. d170c0f Only store width and height on SkPixelRef (last part) by Matt Sarett · 7 years ago
  10. 25b3743 Restore legacy SaveLayerRec ctor by Florin Malita · 7 years ago
  11. 8d9201a Remove unnecessary SkFILEStream::getMemoryBase by Leon Scroggins III · 7 years ago
  12. f758311 Only store width and height on SkPixelRef (part 2) by Matt Sarett · 7 years ago
  13. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  14. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  15. 57061ee Optimizations for analytic shadows. by Jim Van Verth · 7 years ago
  16. 135c908 Remove temporary_internal_describeTopLayer by Florin Malita · 7 years ago
  17. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  18. a6e976a Only store width and height on SkPixelRef (part 1) by Matt Sarett · 7 years ago
  19. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago
  20. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  21. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  22. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  23. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 7 years ago
  24. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  25. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  26. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  27. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  28. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  29. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  30. e511255 remove legacy code by Mike Reed · 7 years ago
  31. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 7 years ago
  32. ac0e705 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 7 years ago
  33. 4e92b82 SkColorFilter::makeColorSpace() by Mike Klein · 7 years ago
  34. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  35. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  36. 2b6be20 Make SkNoncopyable movable by Chris Blume · 7 years ago
  37. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  38. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  39. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 7 years ago
  40. 4785897 Remove compressed texture support from cacherator by Brian Osman · 7 years ago
  41. ee7cb5d Delete SkGTypeface and SkGScalerContext by Matt Sarett · 7 years ago
  42. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  43. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  44. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  45. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  46. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  47. 72266ee makeColorSpace() for SkColorFilterShader and SkLightingShader by Matt Sarett · 7 years ago
  48. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  49. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago
  50. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  51. 8f7dc9f Circular shadow fixes for Flutter. by Jim Van Verth · 7 years ago
  52. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  53. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  54. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  55. ad8b5dc remove vestigle code for lockpixels by Mike Reed · 7 years ago
  56. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  57. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 7 years ago
  58. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  59. 544e0ad remove dead code around SK_SUPPORT_LEGACY_CANVAS_READPIXELS by Mike Reed · 7 years ago
  60. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 7 years ago
  61. 5238f99 Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  62. 3a3bc42 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  63. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  64. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  65. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  66. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  67. edbb7d8 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  68. 7ce67db Revert "Split up opLists" by Robert Phillips · 7 years ago
  69. bc8ee52 Split up opLists by Robert Phillips · 7 years ago
  70. 7a17b2f Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  71. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  72. c1b879f SkColorSpaceXformer: Handle compose color filters by Matt Sarett · 7 years ago
  73. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  74. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 7 years ago
  75. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  76. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  77. 0cf45f6 Split SkCrossContextImageData into Image and BackendTexture subclasses by Greg Daniel · 7 years ago
  78. 409e74f Further refactor read/writeSurfacePixels by Brian Osman · 7 years ago
  79. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  80. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  81. c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 7 years ago
  82. 745337a remove unused mutex from pixelref by Mike Reed · 7 years ago
  83. e22a6a2 SkPictureImageFilter::onMakeColorSpace() by Matt Sarett · 7 years ago
  84. b712089 remove lock tracking in bitmaps -- they are always locked by Mike Reed · 7 years ago
  85. 479366c Let region decoders query the type and color space by Matt Sarett · 7 years ago
  86. 00055df Update Skia milestone to 60 by Heather Miller · 7 years ago
  87. 818580d remove code directly involved in lock/unlock in SkPixelRef by Mike Reed · 7 years ago
  88. 1335a05 remove dead code around replayClips by Mike Reed · 7 years ago
  89. fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 7 years ago
  90. 96d5b9a remove unused fURI from pixelref by Mike Reed · 7 years ago
  91. 9fa7403 locking methods should only be virtual in legacy mode by Mike Reed · 7 years ago
  92. 4ccd862 android-only api to reset the fields of a pixelref by Mike Reed · 7 years ago
  93. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 7 years ago
  94. 123b7b8 Disable deferred proxies for Chrome branch by Robert Phillips · 7 years ago
  95. 8f30709 Revert "Revert "remove unused SkBitmap::copyPixelsTo"" by Mike Reed · 7 years ago
  96. a00f347 switch over to no lockPixels in pixelref by Mike Reed · 7 years ago
  97. 921ebe5 clean ups in SkPixelRef by Mike Reed · 7 years ago
  98. da96550 Add perspective shadows by Jim Van Verth · 7 years ago
  99. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  100. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago