1. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  2. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  3. 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
  4. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  5. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  6. 6980c4e Remove isConfigCopyable from GrCaps. by Greg Daniel · 5 years ago
  7. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  8. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  9. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  10. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  11. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  12. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  13. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  14. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  15. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  16. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  17. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  18. 1e03b6b1 simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses. by Brian Salomon · 5 years ago
  19. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  20. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  21. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  22. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  23. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  24. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  25. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  26. d1e9c33 Remove deprecated discard method and GrCaps support by Jim Van Verth · 5 years ago
  27. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  28. 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
  29. a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
  30. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  31. 2f2caea Make isFormatTexturable take a GrColorType. by Greg Daniel · 5 years ago
  32. 1e2cb44 Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType by Robert Phillips · 5 years ago
  33. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  34. dc0710f Make GrCaps::surfaceSupportsReadPixels return distinct values rather than flags. by Brian Salomon · 5 years ago
  35. c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 5 years ago
  36. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  37. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  38. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  39. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  40. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  41. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  42. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  43. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  44. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  45. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  46. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  47. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  48. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  49. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  50. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  51. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  52. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  53. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  54. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  55. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 5 years ago
  56. f0313ee Rename createTestingOnlyBackendTexture to createBackendTexture by Robert Phillips · 5 years ago
  57. eb4a827 Add GrCaps call to get swizzle from BackendFormat and ColorType. by Greg Daniel · 5 years ago
  58. f0ced62 Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS (take 2) by Robert Phillips · 5 years ago
  59. 8ad0cbd Revert "Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS" by Michael Ludwig · 5 years ago
  60. 50a4e6e Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS by Robert Phillips · 5 years ago
  61. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  62. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  63. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  64. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  65. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  66. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  67. b0d8b76 Make finish flush procs work with GL. by Brian Salomon · 5 years ago
  68. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  69. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  70. 8c4cafd Don't flush pipeline state when querying sample locations in GL by Chris Dalton · 5 years ago
  71. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  72. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  73. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  74. e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 5 years ago
  75. d2ca312 Convert GrPorterDuff test from NullGL to Mock context by Brian Osman · 5 years ago
  76. d7291ba Restore support for multisample locations by Chris Dalton · 6 years ago
  77. 1c1c666 Default implementation of onSetRelease() on GrSurface by Brian Salomon · 6 years ago
  78. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 6 years ago
  79. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  80. 8cabb32 Make it safe to enter the cache from a GrTexture idle proc. by Brian Salomon · 6 years ago
  81. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  82. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  83. 2d35a1c Move texture release proc to GrSurface so that render targets can also have releases. by Greg Daniel · 6 years ago
  84. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  85. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  86. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  87. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  88. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  89. c6444d2 Enable wide color support in CCPR by Brian Osman · 6 years ago
  90. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  91. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  92. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 6 years ago
  93. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  94. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  95. 858e12c Remove unused GrSignalSemaphoreOp and forced flushed on semaphore insertion. by Greg Daniel · 6 years ago
  96. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  97. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  98. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  99. de2244c remove sk_atomic_dec by Mike Klein · 6 years ago
  100. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago