1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  3. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  4. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  5. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  6. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  7. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  8. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  9. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  10. 729fc0c Revert "Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig" by Brian Salomon · 5 years ago
  11. 384f6e3 Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig by Brian Salomon · 5 years ago
  12. 14c514d srgb texture format cleanup. by Brian Salomon · 5 years ago
  13. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  14. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  15. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  16. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  17. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  18. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  19. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  20. eadfac9 Rework maxRenderTargetSampleCount and isFormatRenderable in GrCaps. by Greg Daniel · 5 years ago
  21. a56b04a Allow to rebind GL texture if AHB content has changed by Stan Iliev · 5 years ago
  22. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  23. 1cd1ed8 Stop using GrBackendSurface's pixel config by Robert Phillips · 5 years ago
  24. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  25. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  26. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  27. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  28. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  29. 3cd5432 Add protected status to SkSurfaceCharacterization by Robert Phillips · 5 years ago
  30. 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
  31. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  32. 2f2caea Make isFormatTexturable take a GrColorType. by Greg Daniel · 5 years ago
  33. 02dc030 Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture by Robert Phillips · 5 years ago
  34. b2adbef Remove GrPixelConfig from SkSurfaceCharacterization by Robert Phillips · 5 years ago
  35. 1e2cb44 Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType by Robert Phillips · 5 years ago
  36. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  37. c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 5 years ago
  38. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  39. 9907e6e Expose SkSurface::isCompatible by Robert Phillips · 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. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  43. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  44. 024bd00 Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420. by Brian Salomon · 5 years ago
  45. aad8315 Reland "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 5 years ago
  46. f73b8db Revert "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 5 years ago
  47. 9456f7a Allow swapping out of GrBackendTexture used by SkSurface by Brian Salomon · 5 years ago
  48. 031b0ba Add GPU implementation of rescaling for SkSurface::asyncRescaleAndRead. by Brian Salomon · 5 years ago
  49. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  50. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  51. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  52. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  53. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 6 years ago
  54. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
  55. c552eaf Avoid making new image snapshot in GPU->GPU SkSurface::draw() by Brian Salomon · 6 years ago
  56. b085fa9 Add ddl support to drawing to wrapped vulkan secondary command buffers. by Greg Daniel · 6 years ago
  57. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
  58. b6c15ba Add API for creating SkImage from AHB while uploading data to it. by Greg Daniel · 6 years ago
  59. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  60. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  61. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
  62. 173464d Add support for importing AHardwareBuffers into SkSurfaces. by Greg Daniel · 6 years ago
  63. 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 6 years ago
  64. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  65. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  66. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  67. fee3f9b Make GrSurfaceProxy::Copy take SkBackingFit. by Brian Salomon · 6 years ago
  68. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  69. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  70. 1e28e5d Revert "add rect-parameter to makeImageSnapshot" by Mike Reed · 6 years ago
  71. e195d1c add rect-parameter to makeImageSnapshot by Mike Reed · 6 years ago
  72. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  73. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  74. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  75. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  76. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  77. 38a62bd Remove obsolete checks about colorType and colorSpace by Brian Osman · 6 years ago
  78. f421685 Revert "Stop using color space xform canvas in picture image generator" by Greg Daniel · 6 years ago
  79. 031ca21 Stop using color space xform canvas in picture image generator by Brian Osman · 6 years ago
  80. 363a3f8 SkCanvas: remove unused SkCanvas::InitFlags by Hal Canary · 6 years ago
  81. 21a99d4 Fix validity check in SkSurface::MakeFromBackendTextureAsRenderTarget by Justin Novosad · 6 years ago
  82. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  83. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  84. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 6 years ago
  85. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  86. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  87. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  88. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  89. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  90. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  91. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 6 years ago
  92. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 7 years ago
  93. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 7 years ago
  94. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  95. 66aebf3 Make sure GrBackendTextures are valid before starting to do things with them by Greg Daniel · 7 years ago
  96. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 7 years ago
  97. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 7 years ago
  98. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 7 years ago
  99. 49edccd Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkColorType by Brian Salomon · 7 years ago
  100. 5370677 Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType by Brian Salomon · 7 years ago