1. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 3 months ago
  2. f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 4 years, 3 months ago
  3. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years, 3 months ago
  4. 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 5 months ago
  5. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 6 months ago
  6. effd13f Convert more tests to GrRecordingContext/GrDirectContext by Robert Phillips · 4 years, 6 months ago
  7. b27b38b Miscellaneous removal of GrContext usages by Robert Phillips · 4 years, 6 months ago
  8. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 6 months ago
  9. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 7 months ago
  10. af6cf63 Revert my recent change to WritePixelsNonTexture_Gpu. by Stephen White · 4 years, 7 months ago
  11. 9f7485b Dawn: fix unsupported writePixels mode and test. by Stephen White · 4 years, 7 months ago
  12. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 8 months ago
  13. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 8 months ago
  14. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 10 months ago
  15. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 5 years ago
  16. a56a746 Remove GrSurfaceDesc by Brian Salomon · 5 years ago
  17. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 5 years ago
  18. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 5 years ago
  19. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  20. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  21. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  22. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  23. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  24. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
  25. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
  26. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 6 years ago
  27. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
  28. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 6 years ago
  29. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
  30. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 6 years ago
  31. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 6 years ago
  32. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 6 years ago
  33. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  34. b27667a Remove ToolUtils::write_pixels by Brian Osman · 6 years ago
  35. 7eeb74f Add checks that the GrResourceAllocator is operating as expected by Robert Phillips · 6 years ago
  36. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  37. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  38. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  39. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  40. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  41. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  42. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  43. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  44. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  45. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 7 years ago
  46. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 7 years ago
  47. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
  48. 9d28974 Reenable write pixels tests by Brian Salomon · 7 years ago
  49. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  50. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 7 years ago
  51. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 7 years ago
  52. 4c790bd add writePixels to SkSurface --> so we can remove it from canvas by Mike Reed · 7 years ago
  53. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  54. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  55. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  56. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  57. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  58. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  59. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  60. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  61. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  62. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  63. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  64. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  65. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  66. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  67. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  68. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  69. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  70. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  71. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  72. 7bbbf62 Fix GrContext::writePixels bug by Robert Phillips · 7 years ago
  73. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  74. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  75. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  76. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  77. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  78. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  79. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  80. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  81. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  82. f194219 don't rely on canvas->readPixels by Mike Reed · 7 years ago
  83. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  84. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  85. 3391029 Fix some bugs with read/writePixels by Brian Osman · 8 years ago
  86. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  87. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 8 years ago
  88. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  89. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  90. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  91. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  92. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
  93. 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
  94. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  95. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  96. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  97. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  98. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  99. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  100. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago