1. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 1 month ago
  2. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 1 month ago
  3. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 1 month ago
  4. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 1 month ago
  5. 1a2e7de Update tests for a V1-only skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  6. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  7. 5392c94 GrConvertPixels takes pixmaps by Brian Salomon · 3 years, 5 months ago
  8. 982127b Make render task targets be just a proxy. by Brian Salomon · 3 years, 7 months ago
  9. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 3 years, 8 months ago
  10. 590f567 Add GrSurfaceFillContext by Brian Salomon · 3 years, 8 months ago
  11. 0263bff Revert "Add GrSurfaceFillContext" by Brian Salomon · 3 years, 8 months ago
  12. b339bbe Add GrSurfaceFillContext by Brian Salomon · 3 years, 8 months ago
  13. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  14. 14f99fc Make GrSurfaceContext take GrColorInfo rather than its components. by Brian Salomon · 3 years, 9 months ago
  15. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  16. 652124c sk_gpu_test::MakeTextureProxyFromData -> MakeTextureProxyViewFromData by Brian Salomon · 4 years ago
  17. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  18. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  19. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years ago
  20. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 1 month ago
  21. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  22. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years, 2 months ago
  23. c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 5 months ago
  24. 573312e Update copy and blitTexture calls to not query origin off of proxies. by Greg Daniel · 4 years, 7 months ago
  25. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 7 months ago
  26. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 8 months ago
  27. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 9 months ago
  28. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 9 months ago
  29. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 9 months ago
  30. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 9 months ago
  31. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 9 months ago
  32. 4eda710 Simplify sk_gpu_test::MakeTextureProxyFromData. by Brian Salomon · 4 years, 10 months ago
  33. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 10 months ago
  34. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  35. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  36. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  37. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  38. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  39. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  40. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  41. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  42. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  43. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  44. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  45. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  46. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  47. 9707a7e IWYU for tests A-D. by Ben Wagner · 5 years ago
  48. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  49. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  50. deba212 fixed check for BGRA -> RGBA in CopySurfaceTest by Timothy Liang · 6 years ago
  51. e30739a implemented copy surface as draw for metal gpu backend by Timothy Liang · 6 years ago
  52. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  53. eed6128 IWYU for some more test files starting with 'C'. by Ben Wagner · 6 years ago
  54. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  55. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  56. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  57. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  58. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  59. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  60. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  61. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  62. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  63. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 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. 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. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  72. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  73. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  74. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  75. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  76. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  77. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  78. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  79. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  80. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  81. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago