1. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 6 years ago
  2. eadfac9 Rework maxRenderTargetSampleCount and isFormatRenderable in GrCaps. by Greg Daniel · 6 years ago
  3. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 6 years ago
  4. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 6 years ago
  5. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 6 years ago
  6. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 6 years ago
  7. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 6 years ago
  8. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 6 years ago
  9. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
  10. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
  11. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  12. f91b755 Reland "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 6 years ago
  13. 2185f39 Revert "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 6 years ago
  14. 46d0f9a ccpr: Set atlas proxy size to draw bounds rather than backing size by Chris Dalton · 6 years ago
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  16. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 6 years ago
  17. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 6 years ago
  18. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 6 years ago
  19. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 6 years ago
  20. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 6 years ago
  21. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  22. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 7 years ago
  23. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 7 years ago
  24. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 7 years ago
  25. 0ec1c57 remove sk_atomic_inc by Mike Klein · 7 years ago
  26. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  27. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  28. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  29. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  30. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 7 years ago
  31. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 7 years ago
  32. 8429c79 ccpr: Don't use the GrContext id for the path cache id by Chris Dalton · 7 years ago
  33. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 7 years ago
  34. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 7 years ago
  35. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 7 years ago
  36. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  37. afde18f ccpr: Recycle the stashed atlas's texture explicitly by Chris Dalton · 7 years ago
  38. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 7 years ago
  39. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 7 years ago
  40. 9414c96 ccpr: Generalize GrCCAtlas to work for cached atlases as well by Chris Dalton · 7 years ago
  41. 42c2115 ccpr: Initialize the atlas size more intelligently by Chris Dalton · 7 years ago
  42. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 7 years ago
  43. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 7 years ago
  44. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  45. 2612bae ccpr: Prefer atlas sizes under 4k on ARM by Chris Dalton · 7 years ago
  46. ce5209a Make fully lazy proxies possess an origin by Robert Phillips · 7 years ago
  47. 9ca2784 Extract a GrCCPathParser class that is decoupled from atlas ops by Chris Dalton · 8 years ago
  48. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 8 years ago[Renamed (79%) from src/gpu/ccpr/GrCCPRAtlas.cpp]
  49. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 8 years ago
  50. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 8 years ago
  51. c1e5963 CCPR: Rewrite path parsing by Chris Dalton · 8 years ago
  52. 1a325d2 Coverage counting path renderer by Chris Dalton · 8 years ago