1. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 6 months ago
  2. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 6 months ago
  3. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 4 years, 10 months ago
  4. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 4 years, 11 months ago
  5. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  6. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  7. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  8. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  9. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  10. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  11. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  12. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  13. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  14. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  15. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  16. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  17. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  18. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  19. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  20. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  21. d538d3d Handle promise texture image fulfill returning nullptr. by Brian Salomon · 5 years ago
  22. 0cc5754 Revert "Revert "Change promise image contract to for when Release and Done are called."" by Brian Salomon · 5 years ago
  23. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  24. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  25. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 5 years ago
  26. d716d44 Revert "Change promise image contract to for when Release and Done are called." by Brian Salomon · 5 years ago
  27. c5e8e15 Change promise image contract to for when Release and Done are called. by Brian Salomon · 5 years ago
  28. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 5 years ago
  29. 7d88f31 Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo. by Brian Salomon · 5 years ago
  30. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  31. f55e8d5 Add option to skip intermediate release/fulfill calls for promise images. by Brian Salomon · 5 years ago
  32. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 5 years ago
  33. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  34. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  35. 3f4cd77 Make SkPromiseImageTexture ref counted. by Brian Salomon · 6 years ago
  36. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  37. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  38. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  39. f54883c Fix recording multiple DDLs from a single DDL Recorder (take 2) by Robert Phillips · 6 years ago
  40. b67edbd Revert "Fix recording multiple DDLs from a single DDL Recorder" by Robert Phillips · 6 years ago
  41. 99e1709 Fix recording multiple DDLs from a single DDL Recorder by Robert Phillips · 6 years ago
  42. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  43. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  44. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  45. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  46. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 6 years ago
  47. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  48. 7278d68 Add DoneProc to Promise Images by Greg Daniel · 6 years ago
  49. 7f44196 Make CreateBackendFormatFromTexture shared code by Robert Phillips · 6 years ago
  50. cb1bbfe Fix breakage from merge conflict related to deleteTestingOnlyBackendTexture sig. change by Brian Salomon · 6 years ago
  51. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago