1. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  2. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  3. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  4. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  5. 3b4c22d update cliptype test to exercise clipstack backend by Mike Reed · 7 years ago
  6. 373b538 Release resources if SkMallocPixelRef::NewWithProc fails. by Ben Wagner · 7 years ago
  7. cd667b6 add unittests for clip-state queries by Mike Reed · 7 years ago
  8. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  9. d7875f5 Refactor SkLiteDL to no longer extend SkDrawable. by Derek Sollenberger · 7 years ago
  10. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  11. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  12. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 7 years ago
  13. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  14. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  15. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  16. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  17. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 8 years ago
  18. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  19. 5990680 Remove SkDataTableBuilder. It is not used. by Herb Derby · 8 years ago
  20. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  21. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  22. e556bf7 Fix single leg Compose Shader crash. by Herb Derby · 8 years ago
  23. c746bc1 Add another null check for the Vk NexusPlayer bot by Brian Osman · 8 years ago
  24. af19769 Re-land of skslc switch support by Ethan Nicholas · 8 years ago
  25. 9eac2ea Fixes to shared context test API by Brian Osman · 8 years ago
  26. 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 8 years ago
  27. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 8 years ago
  28. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  29. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  30. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 8 years ago
  31. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  32. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 8 years ago
  33. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  34. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  35. 03e0584 Fix Chrome iOS no GPU build and block includes from src/gpu on our NoGpu bot. by Brian Salomon · 8 years ago
  36. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 8 years ago
  37. 2b1e468 skslc switch support by Ethan Nicholas · 8 years ago
  38. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  39. bcfb8f6 Revert "Revert "Revert[2] "hide deprecated underline and strikethru""" by Mike Reed · 8 years ago
  40. cfd3d9f Revert "Revert[2] "hide deprecated underline and strikethru"" by Mike Reed · 8 years ago
  41. b16e8ac Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContext by Brian Salomon · 8 years ago
  42. aab68c5 Revert[2] "hide deprecated underline and strikethru" by Mike Reed · 8 years ago
  43. 40540a7 Actually test our ref-counting in release builds by Brian Osman · 8 years ago
  44. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  45. 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
  46. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 8 years ago
  47. 58a1ea8 SkRegion: change serialization unit tests, better validation code by Hal Canary · 8 years ago
  48. 60c774d Support shared GL contexts in GrContextFactory by Brian Osman · 8 years ago
  49. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  50. e812d49 Rename GrContextFactory::ContextOptions to ContextOverrides by csmartdalton · 8 years ago
  51. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  52. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 8 years ago
  53. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  54. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  55. 251bf3e SkRegion deserialization more robust by Hal Canary · 8 years ago
  56. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 8 years ago
  57. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  58. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  59. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  60. a01bf9a hide deprecated underline and strikethru by Mike Reed · 8 years ago
  61. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  62. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  63. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 8 years ago
  64. c9f4b8c Disable DFPathRenderTest for now. by Jim Van Verth · 8 years ago
  65. 8729e5b Simplify more: remove SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  66. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago
  67. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  68. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  69. cc70083 GrTessellator (AA): null GrGeometryProcessor crash fix. by Stephen White · 8 years ago
  70. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  71. 3f40598 Non linear blending flag for SkColorSpace by Brian Osman · 8 years ago
  72. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 8 years ago
  73. df85c38 stop using SkScalarMul by Mike Reed · 8 years ago
  74. 78c0c4c Remove SkSmallAllocator. by Herb Derby · 8 years ago
  75. 8572d85 Make raster pipeline support all pixel conversions by Matt Sarett · 8 years ago
  76. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  77. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 8 years ago
  78. a12c153 Add preserves premul and modulate optimization to compose fragment processors. by Brian Salomon · 8 years ago
  79. 267be7f Revert "Revert "IWYU"" by Mike Reed · 8 years ago
  80. 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
  81. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  82. d1a8bdf Initialize test textures for ProcessorOptimizationValidationTest. by Brian Salomon · 8 years ago
  83. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  84. 3c727d2 Revert "IWYU" by Robert Phillips · 8 years ago
  85. eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 8 years ago
  86. 2aeae78 IWYU by Mike Reed · 8 years ago
  87. 2e83b13 Remove SkTextureCompressor. by Herb Derby · 8 years ago
  88. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  89. 6b20a55 Make header files self-sufficient by Hal Canary · 8 years ago
  90. d956966 Fix int64 overflow in SkClampRange::init() by Florin Malita · 8 years ago
  91. 3d1a6bc [4fGradient] Relax interval checks for SkGradientShaderBase also by Florin Malita · 8 years ago
  92. 84645e3 re-land of skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  93. 67d6460 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  94. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  95. e659c7f [4fGradient] Relax interval checks by Florin Malita · 8 years ago
  96. 49a36ba Revert "skslc type constructor cleanups" by Ethan Nicholas · 8 years ago
  97. cac5b12 Revert "added support for sk_ClipDistance" by Ethan Nicholas · 8 years ago
  98. 6f22328 skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  99. 8b8c765 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  100. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 8 years ago