1. 383dd9d Remove unused ownership argument to GrSurfaceProxy::MakeWrappedBackend by Brian Osman · 8 years ago
  2. c2d5bd0 Fix SkTArray copy construction by Florin Malita · 8 years ago
  3. b1d800d SkSTArray move ctor by Florin Malita · 8 years ago
  4. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
  5. 4a21c94 move intermediate patheffect classes inside src by Mike Reed · 8 years ago
  6. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  7. 8310f0e Revert "remove SkClipVisitor" by Mike Reed · 8 years ago
  8. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  9. 3139de3 Remove SkChunckAlloc by Herb Derby · 8 years ago
  10. 91b961d remove SkClipVisitor by Mike Reed · 8 years ago
  11. 90b2005 remove SkPictureUtils.h by Mike Reed · 8 years ago
  12. ca49067 optimize intersect, use getType to utilize fast-case in preTranslate by Mike Reed · 8 years ago
  13. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 8 years ago
  14. 4729914 Groundwork for nonlinear blending mode in Ganesh by Brian Osman · 8 years ago
  15. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  16. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  17. 4b19b40 Revert "Fix new IT blocks ARMv8" by Mike Klein · 8 years ago
  18. 90165c2 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 8 years ago
  19. d83545e Add SkColorSpace::isSRGB() by Matt Sarett · 8 years ago
  20. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  21. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  22. 5b4599f Add SkImage::colorSpace() and SkImage::refColorSpace() by Matt Sarett · 8 years ago
  23. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  24. 12da890 Revert "move some of patheffect internals into private" by Mike Reed · 8 years ago
  25. 7067fc6 move some of patheffect internals into private by Mike Reed · 8 years ago
  26. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  27. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  28. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  29. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  30. 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 8 years ago
  31. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  32. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  33. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  34. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  35. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  36. f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 8 years ago
  37. 1429550 Update Skia milestone to 59 by Heather Miller · 8 years ago
  38. afe7a5f Add some thread safety notes. by Mike Klein · 8 years ago
  39. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  40. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  41. bb7dd44 Make SkTypeface::onGetVariationDesignPosition pure virtual. by Ben Wagner · 8 years ago
  42. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  43. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  44. 8a9de3d Add path renderer options to viewer GUI by Brian Osman · 8 years ago
  45. 5ff3a5c Remove stencil related flags from GrInstancedPipelineInfo. by Brian Salomon · 8 years ago
  46. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  47. af9847e Use GrAAType in instanced rendering. by Brian Salomon · 8 years ago
  48. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 8 years ago
  49. c61abee add isolate (init-with-previous) savelayer flag by Mike Reed · 8 years ago
  50. dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 8 years ago
  51. 5990680 Remove SkDataTableBuilder. It is not used. by Herb Derby · 8 years ago
  52. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  53. 6722553 Add SkColorSpace::isNumericalTransferFn() to the public API by Matt Sarett · 8 years ago
  54. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  55. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 8 years ago
  56. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 8 years ago
  57. a07741a begin to hide details of SkPathEffect by Mike Reed · 8 years ago
  58. 541b1b0 Improve comment in SkICC.h by Matt Sarett · 8 years ago
  59. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  60. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  61. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  62. 20de615 headers: forward declare SkDOM, and include SkClipOp by Hal Canary · 8 years ago
  63. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  64. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  65. 804e091 Make shadow_utils GM use its own SkResourceCache by Brian Salomon · 8 years ago
  66. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  67. bcfb8f6 Revert "Revert "Revert[2] "hide deprecated underline and strikethru""" by Mike Reed · 8 years ago
  68. cfd3d9f Revert "Revert[2] "hide deprecated underline and strikethru"" by Mike Reed · 8 years ago
  69. aab68c5 Revert[2] "hide deprecated underline and strikethru" by Mike Reed · 8 years ago
  70. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 8 years ago
  71. 19eec39 Fix SkSemaphore comments. by Mike Klein · 8 years ago
  72. 46b83a4 Update endRecordingAsPicture to finishRecordingAsPicture by Yuqian Li · 8 years ago
  73. 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
  74. bc9956d Attempt to stabilize shadow_utils GM for replay configs by Brian Salomon · 8 years ago
  75. 384b90a SkExecutor by Mike Klein · 8 years ago
  76. 22eb2f1 remove guard for SkImageGenerator api by Mike Reed · 8 years ago
  77. ddbd37e expore flags for text decoration into android-specific reserved bits by Mike Reed · 8 years ago
  78. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 8 years ago
  79. ad2a2be Add GrTFlagsMask<> wrapper for C++11 bitfield enums by csmartdalton · 8 years ago
  80. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  81. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  82. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  83. 251bf3e SkRegion deserialization more robust by Hal Canary · 8 years ago
  84. f67c459 add ViaSVG to dm by Mike Reed · 8 years ago
  85. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 8 years ago
  86. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  87. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  88. a01bf9a hide deprecated underline and strikethru by Mike Reed · 8 years ago
  89. 2e777ea Add a workaround for platforms with broken geo shader invocations by csmartdalton · 8 years ago
  90. d519d48 add device-clipping to gpudevice by Mike Reed · 8 years ago
  91. ea91b11 remove code for TextDecorations by Mike Reed · 8 years ago
  92. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago
  93. 25834ff Use non-linear blending flag in raster pipeline blitter by Matt Sarett · 8 years ago
  94. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  95. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 8 years ago
  96. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  97. c24447d Revert "Revert "make SkClipStack.h private (in src)"" by Mike Reed · 8 years ago
  98. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  99. 1c8e82b Revert "make SkClipStack.h private (in src)" by Mike Reed · 8 years ago
  100. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago