1. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  2. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  3. fe53e58 additional skslc vector optimizations by Ethan Nicholas · 7 years ago
  4. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 7 years ago
  5. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  6. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  7. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  8. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  9. b8a1392 Fix uncached getROPixels from GPU images by Brian Osman · 7 years ago
  10. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 7 years ago
  11. c81d22f broke up SkSLConstantFolding test by Ethan Nicholas · 7 years ago
  12. c7be003 remove to_2dot2 and from_2dot2 by Mike Klein · 7 years ago
  13. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  14. 3deaeb2 sksl can now fold constant vector or matrix equality expressions by Ethan Nicholas · 7 years ago
  15. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 7 years ago
  16. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 7 years ago
  17. 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 7 years ago
  18. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  19. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  20. 3e38d82 Remove a print statement I meant to not check in by Leon Scroggins III · 7 years ago
  21. b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 7 years ago
  22. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  23. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 7 years ago
  24. 795c5b1 jumper, implement 2.2 stages with approx_powf by Mike Klein · 7 years ago
  25. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  26. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  27. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  28. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  29. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 7 years ago
  30. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 7 years ago
  31. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 7 years ago
  32. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 7 years ago
  33. d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 7 years ago
  34. 544e0ad remove dead code around SK_SUPPORT_LEGACY_CANVAS_READPIXELS by Mike Reed · 7 years ago
  35. ecc364c Remove SkOpTAllocator by Herb Derby · 7 years ago
  36. 41cf197 Update ProxyTest to skip configs that don't support the requested sample counts by Greg Daniel · 7 years ago
  37. 4437517 jumper, parametric_{r,g,b,a} by Mike Klein · 7 years ago
  38. 8f2911f add unit tests for parametric_* stages by Mike Klein · 7 years ago
  39. 0301308 Fix SkATan2_255 fuzzer crash by Florin Malita · 7 years ago
  40. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  41. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  42. 3f4531d Remove SkVarAlloc by Herb Derby · 7 years ago
  43. 3391029 Fix some bugs with read/writePixels by Brian Osman · 7 years ago
  44. 7ce67db Revert "Split up opLists" by Robert Phillips · 7 years ago
  45. 73e597d keep integral rectangle intersections integral by Cary Clark · 7 years ago
  46. bc8ee52 Split up opLists by Robert Phillips · 7 years ago
  47. 7a17b2f Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  48. f41c22f Pass GrSurfaceContext into read/writeSurfacePixels by Robert Phillips · 7 years ago
  49. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  50. c7d9c0b jumper, table_{r,g,b,a} by Mike Klein · 7 years ago
  51. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  52. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 7 years ago
  53. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  54. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  55. 7d22a33 Add a test for getFrameInfo on truncated data by Leon Scroggins III · 7 years ago
  56. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  57. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  58. bab2dbb Reduce read/write-SurfacePixels call sites (take 2) by Robert Phillips · 7 years ago
  59. dcbe2c8 Remove dangerous constructor from SkArenaAlloc by Herb Derby · 7 years ago
  60. 747636f Revert "Reduce read/write-SurfacePixels call sites" by Robert Phillips · 7 years ago
  61. 74d5a14 Reduce read/write-SurfacePixels call sites by Robert Phillips · 7 years ago
  62. 4343654 Improve accuracy of cubic classification by Chris Dalton · 7 years ago
  63. 389c557 fix pathops_unittest test strings by Cary Clark · 7 years ago
  64. c756c7a make picture-imagegenerator more robust on requested infos by Mike Reed · 7 years ago
  65. 2af5d68 disable this test on NoGPU bots by Mike Klein · 7 years ago
  66. 9866817 make ShadowUtils unit test pass on no-GPU builds by Mike Klein · 7 years ago
  67. e0b7287 fix drawDRRect for fuzzer by Cary Clark · 7 years ago
  68. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 7 years ago
  69. 123b7b8 Disable deferred proxies for Chrome branch by Robert Phillips · 7 years ago
  70. 8f30709 Revert "Revert "remove unused SkBitmap::copyPixelsTo"" by Mike Reed · 7 years ago
  71. a00f347 switch over to no lockPixels in pixelref by Mike Reed · 7 years ago
  72. da96550 Add perspective shadows by Jim Van Verth · 7 years ago
  73. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  74. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago
  75. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 7 years ago
  76. 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 7 years ago
  77. a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 7 years ago
  78. 0f3fdfa remove unused SkBitmap::copyPixelsTo by Mike Reed · 7 years ago
  79. 31f99ce SkCanvas constructor with legacy flag for Android framework by Matt Sarett · 7 years ago
  80. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  81. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  82. 5bd9848 remove kReturnNullForEmpty_FinishFlag feature by Mike Klein · 7 years ago
  83. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 7 years ago
  84. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  85. 1dd161c Fix infinite loop in SkRTree::insert() by Mike Klein · 7 years ago
  86. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  87. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  88. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  89. 149e42e make SkAutoTMalloc self-move safe by Mike Klein · 7 years ago
  90. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  91. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  92. 46a45ba Revert "Manual revert: Add support for writing ICC profiles to webp encoder" by Matt Sarett · 7 years ago
  93. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  94. 42ce38f make copyTo_with_allocator android only by Mike Reed · 7 years ago
  95. 6ff6af9 handle odd-index-count in encode/decode by Mike Reed · 7 years ago
  96. 4293a1e Manual revert: Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  97. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 7 years ago
  98. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  99. 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 7 years ago
  100. 3dbef9f Revert "Revert "Add support for writing ICC profiles to webp encoder"" by Matt Sarett · 7 years ago