1. 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  2. d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  3. 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 3 years ago
  4. 1a82a4e Remove GrResourceProvider.h from all other header files by Robert Phillips · 3 years, 2 months ago
  5. dced31f Change PromiseImage API to take GrContextThreadSafeProxy by Adlai Holler · 3 years, 6 months ago
  6. 725f158 Remove GrGpu::testingOnly_flushGpuAndSync by Brian Salomon · 3 years, 6 months ago
  7. 039f136 filter-quality is deprecated, pass sampling to drawImage by Mike Reed · 3 years, 7 months ago
  8. b612b6c Revert "Revert "Use explicit samplingoptions"" by Mike Reed · 3 years, 9 months ago
  9. fde98cb Revert "Use explicit samplingoptions" by Mike Reed · 3 years, 9 months ago
  10. 8b5f3ac Use explicit samplingoptions by Mike Reed · 3 years, 9 months ago
  11. f143274 Simplify promise image callbacks. by Brian Salomon · 3 years, 10 months ago
  12. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  13. 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 3 years, 10 months ago
  14. 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 3 years, 10 months ago
  15. 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 3 years, 10 months ago
  16. f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 3 years, 10 months ago
  17. 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 3 years, 10 months ago
  18. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 1 month ago
  19. 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 1 month ago
  20. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 1 month ago
  21. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  22. a026e91 Fix d3d PromiseImageTest by Greg Daniel · 4 years, 2 months ago
  23. aed25a9 Disable PromiseImageTextureShutdown test for D3D by Jim Van Verth · 4 years, 2 months ago
  24. b007bb2 Dawn: skip PromiseImageShutdownTest and TextureIdleProcTest. by Stephen White · 4 years, 3 months ago
  25. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 3 months ago
  26. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 4 months ago
  27. c3ce54a Remove color type from promise image proxy callback. by Brian Salomon · 4 years, 5 months ago
  28. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 6 months ago
  29. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 6 months ago
  30. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 6 months ago
  31. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 7 months ago
  32. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 7 months ago
  33. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 7 months ago
  34. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  35. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  36. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  37. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  38. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  39. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  40. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  41. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  42. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  43. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  44. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  45. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  46. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  47. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  48. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  49. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  50. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  51. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  52. d538d3d Handle promise texture image fulfill returning nullptr. by Brian Salomon · 5 years ago
  53. 0cc5754 Revert "Revert "Change promise image contract to for when Release and Done are called."" by Brian Salomon · 5 years ago
  54. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  55. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  56. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 5 years ago
  57. d716d44 Revert "Change promise image contract to for when Release and Done are called." by Brian Salomon · 5 years ago
  58. c5e8e15 Change promise image contract to for when Release and Done are called. by Brian Salomon · 5 years ago
  59. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 5 years ago
  60. 7d88f31 Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo. by Brian Salomon · 5 years ago
  61. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  62. f55e8d5 Add option to skip intermediate release/fulfill calls for promise images. by Brian Salomon · 6 years ago
  63. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 6 years ago
  64. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  65. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  66. 3f4cd77 Make SkPromiseImageTexture ref counted. by Brian Salomon · 6 years ago
  67. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  68. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  69. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  70. f54883c Fix recording multiple DDLs from a single DDL Recorder (take 2) by Robert Phillips · 6 years ago
  71. b67edbd Revert "Fix recording multiple DDLs from a single DDL Recorder" by Robert Phillips · 6 years ago
  72. 99e1709 Fix recording multiple DDLs from a single DDL Recorder by Robert Phillips · 6 years ago
  73. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  74. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  75. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  76. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  77. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 6 years ago
  78. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  79. 7278d68 Add DoneProc to Promise Images by Greg Daniel · 6 years ago
  80. 7f44196 Make CreateBackendFormatFromTexture shared code by Robert Phillips · 6 years ago
  81. cb1bbfe Fix breakage from merge conflict related to deleteTestingOnlyBackendTexture sig. change by Brian Salomon · 6 years ago
  82. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago