1. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  2. ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  3. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  4. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  5. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  6. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  7. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 7 years ago
  8. 31f96a6 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 7 years ago
  9. 3e7cdda Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  10. 9f01e38 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 7 years ago
  11. 3bc9bfe Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  12. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 7 years ago
  13. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 7 years ago
  14. de1a605 Support premul/unpremul of F16 during read/writePixels by Brian Osman · 7 years ago
  15. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  16. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  17. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  18. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  19. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  20. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  21. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  22. c1e3705 Remove more unused ownership arguments by Brian Osman · 7 years ago
  23. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  24. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  25. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 7 years ago
  26. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  27. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 7 years ago
  28. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  29. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 7 years ago
  30. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  31. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  32. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  33. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  34. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 7 years ago
  35. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 7 years ago
  36. 46da1cc GrContext option to prevent GPU based YUV -> RGB by Brian Osman · 7 years ago
  37. c7b2908 Refactor pixel conversion: premul and unpremul by Matt Sarett · 7 years ago
  38. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 7 years ago
  39. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 7 years ago
  40. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 7 years ago
  41. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 7 years ago
  42. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 7 years ago
  43. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 7 years ago
  44. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 7 years ago
  45. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 7 years ago
  46. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 7 years ago
  47. 78f20e0 Cleanup GrPixelConfig helper functions by Brian Osman · 7 years ago
  48. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 7 years ago
  49. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 7 years ago
  50. 986563b Add Gray8 pixel config by Brian Osman · 7 years ago
  51. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 7 years ago
  52. f295645 Add Gray8 pixel config by Brian Osman · 7 years ago
  53. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  54. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  55. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  56. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  57. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  58. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  59. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  60. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago
  61. 31c2608 Demote savePixels to save_pixels by Robert Phillips · 8 years ago
  62. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  63. 65115a1 Remove mutex guards from GrContext::readSurfacePixels by Robert Phillips · 8 years ago
  64. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  65. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  66. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  67. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  68. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  69. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  70. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  71. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  72. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  73. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  74. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  75. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  76. 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
  77. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  78. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  79. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  80. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  81. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  82. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  83. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  84. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  85. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  86. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  87. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  88. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  89. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  90. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  91. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  92. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  93. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  94. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  95. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  96. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  97. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  98. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  99. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  100. 6b2552f Add GrContextOptions flag to disable distance field path renderer. by bsalomon · 8 years ago