1. 98629ef Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 8 years ago
  2. 4f70623 Restore deferred GPU resources in Chrome by Robert Phillips · 8 years ago
  3. 8d2f90b Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred pipeline creation. by Brian Salomon · 8 years ago
  4. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  5. 3a9a7a3 Remove run count field from SkTextBlob. by Florin Malita · 8 years ago
  6. d54639f Add SkSTArray move assignment operators by Florin Malita · 8 years ago
  7. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 8 years ago
  8. 4d1955c Fix SkFILEStream. by Ben Wagner · 8 years ago
  9. dc9f0db Check for bad bounds in picture cullbounds by Mike Reed · 8 years ago
  10. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  11. 053730d Fix SkTHashTable dangling values by Florin Malita · 8 years ago
  12. 566e53c re-guard against negative dimensions on no-draw canvas by Mike Reed · 8 years ago
  13. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 8 years ago
  14. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  15. c2d5bd0 Fix SkTArray copy construction by Florin Malita · 8 years ago
  16. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
  17. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  18. 4eed4c8 limit addEndMoveSpans loop in pathops by Cary Clark · 8 years ago
  19. 8310f0e Revert "remove SkClipVisitor" by Mike Reed · 8 years ago
  20. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  21. 3139de3 Remove SkChunckAlloc by Herb Derby · 8 years ago
  22. 91b961d remove SkClipVisitor by Mike Reed · 8 years ago
  23. 90b2005 remove SkPictureUtils.h by Mike Reed · 8 years ago
  24. c3cc5fa Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 8 years ago
  25. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  26. c0a4c4f Revert "Move from SkChunkAlloc to SkArenaAlloc for PathOps" by Derek Sollenberger · 8 years ago
  27. f3b16d0 fix RecordOptsTest.cpp on Android framework by Mike Klein · 8 years ago
  28. 05a4296 Turn off savelayer optimization for Android framework by Yuqian Li · 8 years ago
  29. 38c6018 Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 8 years ago
  30. d83545e Add SkColorSpace::isSRGB() by Matt Sarett · 8 years ago
  31. 0bb6f38 Add unit tests for SkImage::colorSpace() by Matt Sarett · 8 years ago
  32. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  33. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  34. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  35. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  36. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  37. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  38. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  39. 3b4c22d update cliptype test to exercise clipstack backend by Mike Reed · 8 years ago
  40. 373b538 Release resources if SkMallocPixelRef::NewWithProc fails. by Ben Wagner · 8 years ago
  41. cd667b6 add unittests for clip-state queries by Mike Reed · 8 years ago
  42. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  43. d7875f5 Refactor SkLiteDL to no longer extend SkDrawable. by Derek Sollenberger · 8 years ago
  44. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  45. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  46. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  47. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  48. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  49. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  50. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  51. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 8 years ago
  52. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  53. 5990680 Remove SkDataTableBuilder. It is not used. by Herb Derby · 8 years ago
  54. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  55. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  56. e556bf7 Fix single leg Compose Shader crash. by Herb Derby · 8 years ago
  57. c746bc1 Add another null check for the Vk NexusPlayer bot by Brian Osman · 8 years ago
  58. af19769 Re-land of skslc switch support by Ethan Nicholas · 8 years ago
  59. 9eac2ea Fixes to shared context test API by Brian Osman · 8 years ago
  60. 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 8 years ago
  61. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 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. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 8 years ago
  65. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  66. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 8 years ago
  67. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  68. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  69. 03e0584 Fix Chrome iOS no GPU build and block includes from src/gpu on our NoGpu bot. by Brian Salomon · 8 years ago
  70. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 8 years ago
  71. 2b1e468 skslc switch support by Ethan Nicholas · 8 years ago
  72. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  73. bcfb8f6 Revert "Revert "Revert[2] "hide deprecated underline and strikethru""" by Mike Reed · 8 years ago
  74. cfd3d9f Revert "Revert[2] "hide deprecated underline and strikethru"" by Mike Reed · 8 years ago
  75. b16e8ac Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContext by Brian Salomon · 8 years ago
  76. aab68c5 Revert[2] "hide deprecated underline and strikethru" by Mike Reed · 8 years ago
  77. 40540a7 Actually test our ref-counting in release builds by Brian Osman · 8 years ago
  78. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  79. 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
  80. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 8 years ago
  81. 58a1ea8 SkRegion: change serialization unit tests, better validation code by Hal Canary · 8 years ago
  82. 60c774d Support shared GL contexts in GrContextFactory by Brian Osman · 8 years ago
  83. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  84. e812d49 Rename GrContextFactory::ContextOptions to ContextOverrides by csmartdalton · 8 years ago
  85. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  86. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 8 years ago
  87. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  88. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  89. 251bf3e SkRegion deserialization more robust by Hal Canary · 8 years ago
  90. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 8 years ago
  91. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  92. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  93. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  94. a01bf9a hide deprecated underline and strikethru by Mike Reed · 8 years ago
  95. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  96. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  97. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 8 years ago
  98. c9f4b8c Disable DFPathRenderTest for now. by Jim Van Verth · 8 years ago
  99. 8729e5b Simplify more: remove SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  100. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago