1. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  2. dcbb9d9 Add SkDebugf trace event handler. by Brian Salomon · 7 years ago
  3. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  4. 79e4d1b Fail to make render target context if GrContext is abandoned by Brian Salomon · 7 years ago
  5. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  6. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  7. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  8. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  9. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  10. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
  11. fe50d96 Remove GrSurface-based surfaceContext factories from GrContextPriv by Robert Phillips · 7 years ago
  12. 5480a18 Add method to GrContext to purge unlocked resources. by Derek Sollenberger · 7 years ago
  13. ee47914 Add GrContext API to report the number of purgeable bytes in the cache. by Derek Sollenberger · 7 years ago
  14. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  15. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 8 years ago
  16. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 8 years ago
  17. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 8 years ago
  18. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 8 years ago
  19. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 8 years ago
  20. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 8 years ago
  21. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 8 years ago
  22. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 8 years ago
  23. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 8 years ago
  24. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 8 years ago
  25. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  26. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  27. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  28. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 8 years ago
  29. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 8 years ago
  30. 7b2391b Remove incorrect assert by Brian Osman · 8 years ago
  31. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 8 years ago
  32. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 8 years ago
  33. f41c22f Pass GrSurfaceContext into read/writeSurfacePixels by Robert Phillips · 8 years ago
  34. 409e74f Further refactor read/writeSurfacePixels by Brian Osman · 8 years ago
  35. d2ca59a Further unify logic in readSurfacePixels and writeSurfacePixels by Brian Osman · 8 years ago
  36. fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 8 years ago
  37. 2d2da4f Do sRGB premul/unpremul on the GPU by Brian Osman · 8 years ago
  38. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 8 years ago
  39. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  40. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  41. 60cd57e Factor out common work in readSurfacePixels and writeSurfacePixels by Brian Osman · 8 years ago
  42. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  43. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  44. ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  45. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  46. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  47. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  48. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 8 years ago
  49. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 8 years ago
  50. 31f96a6 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 8 years ago
  51. 3e7cdda Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  52. 9f01e38 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 8 years ago
  53. 3bc9bfe Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  54. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 8 years ago
  55. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 8 years ago
  56. de1a605 Support premul/unpremul of F16 during read/writePixels by Brian Osman · 8 years ago
  57. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 8 years ago
  58. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 8 years ago
  59. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 8 years ago
  60. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  61. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  62. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  63. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  64. c1e3705 Remove more unused ownership arguments by Brian Osman · 8 years ago
  65. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  66. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  67. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 8 years ago
  68. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  69. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  70. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  71. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  72. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 8 years ago
  73. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  74. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  75. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  76. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 8 years ago
  77. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 8 years ago
  78. 46da1cc GrContext option to prevent GPU based YUV -> RGB by Brian Osman · 8 years ago
  79. c7b2908 Refactor pixel conversion: premul and unpremul by Matt Sarett · 8 years ago
  80. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 8 years ago
  81. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 8 years ago
  82. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  83. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  84. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  85. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  86. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  87. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  88. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  89. 78f20e0 Cleanup GrPixelConfig helper functions by Brian Osman · 8 years ago
  90. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  91. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  92. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  93. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  94. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  95. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  96. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  97. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  98. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  99. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  100. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago