1. 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  2. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  3. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 4 months ago
  4. 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 3 years, 4 months ago
  5. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 3 years, 8 months ago
  6. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  7. 80bfda8 Remove GrSurfaceContext::flush calls ... by Robert Phillips · 3 years, 9 months ago
  8. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  9. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  10. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  11. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years ago
  12. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 1 month ago
  13. 0c5bb2f Clean up some GrContext in tests by Robert Phillips · 4 years, 1 month ago
  14. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 1 month ago
  15. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  16. e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 4 years, 2 months ago
  17. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 2 months ago
  18. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 3 months ago
  19. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 3 months ago
  20. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 3 months ago
  21. 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 3 months ago
  22. 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 3 months ago
  23. 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 3 months ago
  24. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 8 months ago
  25. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 8 months ago
  26. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 8 months ago
  27. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 9 months ago
  28. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 9 months ago
  29. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 9 months ago
  30. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 9 months ago
  31. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 9 months ago
  32. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 9 months ago
  33. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 9 months ago
  34. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 9 months ago
  35. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  36. 27ae52c Make deferred render target context without config or format by Brian Salomon · 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. 9707a7e IWYU for tests A-D. by Ben Wagner · 5 years ago
  40. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  41. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  42. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  43. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  44. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  45. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  46. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 5 years ago
  47. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  48. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  49. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  50. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  51. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  52. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  53. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  54. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  55. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  56. d90cd3b Revert "Revert "IWYU for tests starting with 'D'."" by Ben Wagner · 6 years ago
  57. edf8449 Revert "IWYU for tests starting with 'D'." by Mike Klein · 6 years ago
  58. b5f2897 IWYU for tests starting with 'D'. by Ben Wagner · 6 years ago
  59. 218c294 Remove the MSAA path renderer by Chris Dalton · 6 years ago
  60. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  61. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  62. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  63. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  64. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 7 years ago
  65. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 7 years ago
  66. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 7 years ago