1. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  2. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  3. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  4. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  5. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  6. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  7. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  8. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  9. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  10. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  11. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  12. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  13. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  14. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  15. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  16. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  17. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  18. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  19. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  20. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  21. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  22. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  23. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  24. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  25. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  26. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  27. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  28. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  29. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  30. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  31. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 6 years ago
  32. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  33. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  34. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  35. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 6 years ago
  36. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 6 years ago
  37. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 6 years ago
  38. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  39. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  40. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago
  41. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 6 years ago
  42. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  43. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  44. ce5209a Make fully lazy proxies possess an origin by Robert Phillips · 7 years ago
  45. 457469c Make non-ddl lazy proxys clean-up and delete their callbacks immediately after instanstation. by Greg Daniel · 7 years ago
  46. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  47. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  48. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  49. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  50. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  51. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  52. 0a375db Have lazy proxies keep their callbacks around and clean up their lambdas in the dtor by Greg Daniel · 7 years ago
  53. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  54. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 7 years ago
  55. 94a6ce8 Add ability for lazy proxy callback to free captured resources by Greg Daniel · 7 years ago
  56. 65fa8ca Updating lazy proxys to support the case where we know a lot more info about the texture. by Greg Daniel · 7 years ago
  57. 274218e move largest apis into private by Mike Reed · 7 years ago
  58. 706a6ff Add "lazy" texture proxies by Chris Dalton · 7 years ago