1. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 7 months ago
  2. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 3 years, 11 months ago
  3. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 11 months ago
  4. 4b10d58 Fix bug in GrClearOp combining and remove some asserts (take 2) by Robert Phillips · 4 years ago
  5. 9443d58 Revert "Fix bug in GrClearOp combining and remove some asserts" by Robert Phillips · 4 years ago
  6. 35f1b20 Fix bug in GrClearOp combining and remove some asserts by Robert Phillips · 4 years ago
  7. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  8. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  9. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 3 months ago
  10. fe4b481 Clean up some uses of GrContext in tests by Robert Phillips · 4 years, 4 months ago
  11. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 4 months ago
  12. 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 5 months ago
  13. 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 5 months ago
  14. 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 6 months ago
  15. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 10 months ago
  16. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 10 months ago
  17. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 10 months ago
  18. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  19. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  20. d344284 More SkAutoPixmapStorage by Robert Phillips · 5 years ago
  21. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  22. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  23. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  24. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  25. 9707a7e IWYU for tests A-D. by Ben Wagner · 6 years ago
  26. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  27. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  28. a21d196 Move clear-as-draw caps into GrCaps by Michael Ludwig · 6 years ago
  29. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  30. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  31. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  32. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  33. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  34. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  35. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  36. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  37. b607a8f IWYU for some test files starting with 'C'. by Ben Wagner · 7 years ago
  38. 501c17c Revert "IWYU for some test files starting with 'C'." by Ben Wagner · 7 years ago
  39. 1a462bd IWYU for some test files starting with 'C'. by Ben Wagner · 7 years ago
  40. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  41. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  42. dbfecd0 Re-land unit test for clear bug (w/ AMD work-arounds) by Robert Phillips · 7 years ago
  43. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  44. bcc8e9b Revert "Add unit test for clear bug" by Robert Phillips · 7 years ago
  45. 2fb81c0 Add unit test for clear bug by Robert Phillips · 7 years ago
  46. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  47. e4d45bf Remove accessRenderTarget call from Clear tests by Robert Phillips · 7 years ago
  48. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  49. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  50. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  51. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  52. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  53. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 8 years ago
  54. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  55. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  56. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  57. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  58. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  59. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  60. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  61. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  62. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  63. 76948d4 Add Gr*Proxy classes by robertphillips · 9 years ago
  64. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 9 years ago
  65. 92605b3 Add Gr*Proxy classes by robertphillips · 9 years ago
  66. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 9 years ago
  67. de5bf0c Add Gr*Proxy classes by robertphillips · 9 years ago
  68. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 9 years ago
  69. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 9 years ago
  70. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 9 years ago
  71. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 9 years ago
  72. 68d9134 Make more unit tests run on Vulkan by bsalomon · 9 years ago
  73. 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
  74. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
  75. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  76. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  77. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  78. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  79. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  80. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  81. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  82. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  83. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  84. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  85. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago