1. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 7 years ago
  2. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 7 years ago
  3. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 7 years ago
  4. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 7 years ago
  5. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 7 years ago
  6. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
  7. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  8. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  9. fde6fa0 Fix creation of extra GrContextThreadSafeProxies in DDL world by Robert Phillips · 7 years ago
  10. 1056eb8 Move atlas manager creation to GrContext derived classes (take 2) by Robert Phillips · 7 years ago
  11. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  12. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  13. 0551818 Revert "Move atlas manager creation to GrContext derived classes" by Robert Phillips · 7 years ago
  14. e5b7cee Move atlas manager creation to GrContext derived classes by Robert Phillips · 7 years ago
  15. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  16. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 7 years ago
  17. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  18. 8a83ca4 Add "sharpen" option to SkSL, to LOD bias all textures by Brian Osman · 7 years ago
  19. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  20. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  21. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  22. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  23. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  24. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  25. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  26. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  27. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  28. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  29. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  30. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  31. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  32. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  33. 5127998 Add an (optional) SkTaskGroup to GrContext by Brian Osman · 7 years ago
  34. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  35. fe50d96 Remove GrSurface-based surfaceContext factories from GrContextPriv by Robert Phillips · 7 years ago
  36. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  37. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  38. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  39. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  40. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  41. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  42. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  43. f41c22f Pass GrSurfaceContext into read/writeSurfacePixels by Robert Phillips · 7 years ago
  44. fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 7 years ago
  45. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  46. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 8 years ago
  47. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 8 years ago
  48. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 8 years ago
  49. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  50. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  51. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  52. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  53. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  54. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 8 years ago
  55. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 8 years ago
  56. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  57. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  58. c1e3705 Remove more unused ownership arguments by Brian Osman · 8 years ago
  59. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 8 years ago
  60. 46da1cc GrContext option to prevent GPU based YUV -> RGB by Brian Osman · 8 years ago
  61. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  62. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  63. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  64. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  65. 31c2608 Demote savePixels to save_pixels by Robert Phillips · 8 years ago
  66. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  67. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  68. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  69. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  70. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  71. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  72. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  73. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  74. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  75. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago