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