1. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  2. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  3. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 3 months ago
  4. ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 3 months ago
  5. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  6. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 4 months ago
  7. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  8. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  9. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 4 months ago
  10. afd8a6c Change intermediate image sizes in GrSurfaceContext::rescale by Brian Salomon · 4 years, 6 months ago
  11. 11ad4cc Reland "Revert "Revert "Fix tile modes in SkGpuBlurUtils.""" by Brian Salomon · 4 years, 6 months ago
  12. 364ed37 Reland "Revert "Fix tile modes in SkGpuBlurUtils."" by Brian Salomon · 4 years, 6 months ago
  13. e5865f6 Revert "Revert "Fix tile modes in SkGpuBlurUtils."" by Brian Salomon · 4 years, 6 months ago
  14. 88d04cb Revert "Fix tile modes in SkGpuBlurUtils." by Brian Salomon · 4 years, 6 months ago
  15. 9c4fa1e Fix tile modes in SkGpuBlurUtils. by Brian Salomon · 4 years, 6 months ago
  16. c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 7 months ago
  17. 573312e Update copy and blitTexture calls to not query origin off of proxies. by Greg Daniel · 4 years, 9 months ago
  18. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
  19. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 9 months ago
  20. 6aa6505 Add fallback for asyncRescaleAndReadPixelsYUV420 without PBOs. by Brian Salomon · 4 years, 9 months ago
  21. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 10 months ago
  22. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 11 months ago
  23. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 11 months ago
  24. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 5 years ago
  25. 16f5c65 Use GrSurfaceProxyView in RenderTasks. by Greg Daniel · 5 years ago
  26. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  27. 901b98e Add SurfaceProxyView support to Surface/TextureContext. by Greg Daniel · 5 years ago
  28. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  29. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  30. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  31. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  32. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  33. 5abfff2 Delete unused GrTextureOpList. by Greg Daniel · 5 years ago
  34. 57f211b SK_API in src/gpu cleanup by Brian Salomon · 5 years ago
  35. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  36. 4d2d6f4 Lift GrRenderTarget::transferFrom to GrSurfaceContext. by Brian Salomon · 5 years ago
  37. e9ad998 Lift GrRenderTargetContext::rescale to GrSufaceContext by Brian Salomon · 5 years ago
  38. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  39. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  40. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  41. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  42. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  43. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  44. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  45. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  46. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  47. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  48. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  49. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  50. 0d075de Clean up GrSurfaceContext's relationship with GrRecordingContext by Robert Phillips · 6 years ago
  51. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 6 years ago
  52. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  53. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  54. 9a0e390 sk_sp: act as if operator bool() not implicit. by Hal Canary · 7 years ago
  55. 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago
  56. a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 8 years ago
  57. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago
  58. 0727f67 Move GrSurfaceContext.h and GrTextureContext.h to src/gpu from include/gpu by Brian Salomon · 8 years ago[Renamed from include/gpu/GrSurfaceContext.h]
  59. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
  60. 4729914 Groundwork for nonlinear blending mode in Ganesh by Brian Osman · 8 years ago
  61. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  62. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  63. 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 8 years ago
  64. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  65. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  66. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  67. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  68. 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 8 years ago
  69. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  70. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  71. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  72. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  73. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago