1. 70131b9 Fix SkTArray operator= to work with self assignment by Greg Daniel · 7 years ago
  2. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  3. 44c1b11 path hang by Cary Clark · 7 years ago
  4. d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  5. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  6. 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 7 years ago
  7. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  8. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  9. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  10. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  11. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  12. 27ecd86 SkImageSource::Make() returns nullptr when srcrect is empty. by Hal Canary · 7 years ago
  13. 28da283 fix fuzz by Cary Clark · 7 years ago
  14. 90960eb Exclude Vulkan from running PreFlushCallbackTest by Robert Phillips · 7 years ago
  15. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  16. 107524c Attempt to fix AMD ANGLE bots. by Brian Salomon · 7 years ago
  17. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  18. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
  19. 0e032be Add support for writing ICC profiles in png encodes by Matt Sarett · 8 years ago
  20. ed182d7 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  21. dcf0ab0 Switch 16 sample gpu configs to 8 samples BUG=skia: by Brian Salomon · 8 years ago
  22. 1a3c4b8 Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. by Herb Derby · 8 years ago
  23. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 8 years ago
  24. 6405e71 Remove gpu configs that don't have explicit API. by Brian Salomon · 8 years ago
  25. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 8 years ago
  26. 50f66d8 Be explicit on test and perf bots about GL vs GLES by Brian Salomon · 8 years ago
  27. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 8 years ago
  28. c35a2d4 Add nondeterministic seed option for ProcessorOptimization test by Brian Osman · 8 years ago
  29. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  30. aa9e332 Revert[4] "store vertices arrays inline with object"""" by Mike Reed · 8 years ago
  31. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  32. 0c492cf Revert[3] "store vertices arrays inline with object""" by Mike Reed · 8 years ago
  33. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 8 years ago
  34. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 8 years ago
  35. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 8 years ago
  36. 69225d0 Make SkTArray not allocate unless reserve or initial count > 0 by Brian Salomon · 8 years ago
  37. 0b83319 SkDynamicMemoryWStream::detachAsStream() returns unique_ptr by Hal Canary · 8 years ago
  38. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  39. 7d9f9e3 Revert[2] "store vertices arrays inline with object"" by Mike Reed · 8 years ago
  40. cd9ada5 must check for zero-length in reader32::read() before calling memcpy by Mike Reed · 8 years ago
  41. 2f3865b Fix formatting error in test output by Brian Osman · 8 years ago
  42. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  43. 9e62df6 Revert "store vertices arrays inline with object" by Mike Reed · 8 years ago
  44. eaaebb1 store vertices arrays inline with object by Mike Reed · 8 years ago
  45. bd1f76f Emit dumpInfo string when processor opt test fails by Brian Osman · 8 years ago
  46. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  47. dabe8ac SkDynamicMemoryWStream::detachAsData more memory efficent by Hal Canary · 8 years ago
  48. 9a8065d add uniqueID by Mike Reed · 8 years ago
  49. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  50. 97180af Compute clipped draw bounds outside GrAppliedClip. by Brian Salomon · 8 years ago
  51. 6de1310 Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 8 years ago
  52. bdce9c2 vertices to/from data by Mike Reed · 8 years ago
  53. 8f7d9b9 Revert "Begin implementation of SkImage_Base::makeColorSpace" by Mike Reed · 8 years ago
  54. 98629ef Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 8 years ago
  55. 4f70623 Restore deferred GPU resources in Chrome by Robert Phillips · 8 years ago
  56. 8d2f90b Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred pipeline creation. by Brian Salomon · 8 years ago
  57. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  58. 3a9a7a3 Remove run count field from SkTextBlob. by Florin Malita · 8 years ago
  59. d54639f Add SkSTArray move assignment operators by Florin Malita · 8 years ago
  60. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 8 years ago
  61. 4d1955c Fix SkFILEStream. by Ben Wagner · 8 years ago
  62. dc9f0db Check for bad bounds in picture cullbounds by Mike Reed · 8 years ago
  63. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  64. 053730d Fix SkTHashTable dangling values by Florin Malita · 8 years ago
  65. 566e53c re-guard against negative dimensions on no-draw canvas by Mike Reed · 8 years ago
  66. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 8 years ago
  67. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  68. c2d5bd0 Fix SkTArray copy construction by Florin Malita · 8 years ago
  69. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
  70. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  71. 4eed4c8 limit addEndMoveSpans loop in pathops by Cary Clark · 8 years ago
  72. 8310f0e Revert "remove SkClipVisitor" by Mike Reed · 8 years ago
  73. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  74. 3139de3 Remove SkChunckAlloc by Herb Derby · 8 years ago
  75. 91b961d remove SkClipVisitor by Mike Reed · 8 years ago
  76. 90b2005 remove SkPictureUtils.h by Mike Reed · 8 years ago
  77. c3cc5fa Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 8 years ago
  78. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  79. c0a4c4f Revert "Move from SkChunkAlloc to SkArenaAlloc for PathOps" by Derek Sollenberger · 8 years ago
  80. f3b16d0 fix RecordOptsTest.cpp on Android framework by Mike Klein · 8 years ago
  81. 05a4296 Turn off savelayer optimization for Android framework by Yuqian Li · 8 years ago
  82. 38c6018 Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 8 years ago
  83. d83545e Add SkColorSpace::isSRGB() by Matt Sarett · 8 years ago
  84. 0bb6f38 Add unit tests for SkImage::colorSpace() by Matt Sarett · 8 years ago
  85. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  86. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  87. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  88. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  89. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  90. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  91. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  92. 3b4c22d update cliptype test to exercise clipstack backend by Mike Reed · 8 years ago
  93. 373b538 Release resources if SkMallocPixelRef::NewWithProc fails. by Ben Wagner · 8 years ago
  94. cd667b6 add unittests for clip-state queries by Mike Reed · 8 years ago
  95. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  96. d7875f5 Refactor SkLiteDL to no longer extend SkDrawable. by Derek Sollenberger · 8 years ago
  97. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  98. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  99. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  100. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago