1. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 6 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  3. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 6 years ago
  4. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  5. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 6 years ago
  6. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  7. be7fc46 Restrict ops that can be executed when we have a wrapped vulkan secondary command buffer. by Greg Daniel · 7 years ago
  8. 427966a Short term fix for SkClipStack unique key issue by Robert Phillips · 7 years ago
  9. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  10. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  11. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  12. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  13. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 7 years ago
  14. eace935 Revert "converted AARectEffect to new FP system" by Ethan Nicholas · 7 years ago
  15. 222e275 converted AARectEffect to new FP system by Ethan Nicholas · 7 years ago
  16. d22a023 Reland "Disable GPU clip masks" by Chris Dalton · 7 years ago
  17. e2da5f9 Revert "Disable GPU clip masks" by Christopher Cameron · 7 years ago
  18. 2272ea2 Disable GPU clip masks by Chris Dalton · 7 years ago
  19. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  20. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  21. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 7 years ago
  22. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 7 years ago
  23. c3833b4 Revert "Add genIDs from all contributing elements to GrReducedClip's mask key." by Brian Salomon · 7 years ago
  24. 1354048 Add genIDs from all contributing elements to GrReducedClip's mask key. by Brian Salomon · 7 years ago
  25. 5491e82 Switch createAlphaClipMask to use kTopLeft by Robert Phillips · 7 years ago
  26. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 7 years ago
  27. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 7 years ago
  28. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 7 years ago
  29. 2a2f675 SkTypes: extract SkTo by Hal Canary · 7 years ago
  30. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  31. 1dec19a ccpr: Remove canMakeClipProcessor by Chris Dalton · 7 years ago
  32. c534808 Revert "Delete GPU alpha clip masks" by Chris Dalton · 7 years ago
  33. a466228 Delete GPU alpha clip masks by Chris Dalton · 7 years ago
  34. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  35. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  36. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  37. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 8 years ago
  38. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 8 years ago
  39. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 8 years ago
  40. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 8 years ago
  41. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 8 years ago
  42. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 8 years ago
  43. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 8 years ago
  44. befff65 Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." by Greg Daniel · 8 years ago
  45. 7cdabed Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs. by Brian Salomon · 8 years ago
  46. 1afd4cd Add GrProxyProvider by Robert Phillips · 8 years ago
  47. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 8 years ago
  48. 1447177 Avoid GrEllipseEffect for small radii on devices without 32 bit float. by Brian Salomon · 8 years ago
  49. 3b51df1 Cleanup yes/no enums in Ganesh by Chris Dalton · 8 years ago
  50. 584a79a Reland "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 8 years ago
  51. 554c1f0 Revert "Fold analytic clip FPs into GrReducedClip" by Brian Osman · 8 years ago
  52. 4355b26 Fold analytic clip FPs into GrReducedClip by Chris Dalton · 8 years ago
  53. 1706f84 switched GrClipEdge to an enum class by Ethan Nicholas · 8 years ago
  54. 0f3c732 renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType by Ethan Nicholas · 8 years ago
  55. bbfd516 Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 8 years ago
  56. 428e568 Revert "Don't use analytic clip FPs when drawing to stencil" by Chris Dalton · 8 years ago
  57. 4c92d4a Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 8 years ago
  58. d8d1593 Revert "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 8 years ago
  59. d29e0da Fold analytic clip FPs into GrReducedClip by Chris Dalton · 8 years ago
  60. a47b575 Revert "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 8 years ago
  61. 1af37b7 Fold analytic clip FPs into GrReducedClip by Chris Dalton · 8 years ago
  62. 6982400 Allow GrAppliedClip to have >1 clip coverage FP by Chris Dalton · 8 years ago
  63. 7947193 Merge clip rects in GrReducedClip by Chris Dalton · 8 years ago
  64. d140fe9 Add MDB comments to recent kNoPendingIO changes by Brian Osman · 8 years ago
  65. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 8 years ago
  66. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 8 years ago
  67. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 8 years ago
  68. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 8 years ago
  69. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 8 years ago
  70. 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 8 years ago
  71. 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 8 years ago
  72. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 8 years ago
  73. cfbbcbe Temporary patch for Mac TSAN bot (with threaded Ganesh mask generation) by Robert Phillips · 8 years ago
  74. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 8 years ago
  75. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 8 years ago
  76. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 8 years ago
  77. db91c6e Improve heuristics for when to use ccpr by Chris Dalton · 8 years ago
  78. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 8 years ago
  79. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 8 years ago
  80. 7407756 Make GrSWMaskHelper take a matrix for each draw by Brian Salomon · 8 years ago
  81. f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 8 years ago
  82. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 8 years ago
  83. 6504813 Remove accessRenderTarget calls in service of binding stencil buffer by Robert Phillips · 8 years ago
  84. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 8 years ago
  85. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 8 years ago
  86. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 8 years ago
  87. 019ff27 Third small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
  88. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
  89. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 8 years ago
  90. 806be2d Improve handling of clip stack ID by Robert Phillips · 8 years ago
  91. a4f792d Fix for Android batching bug by Robert Phillips · 8 years ago
  92. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 8 years ago
  93. e225b56 Force AAType to MSAA if the render target has MSAA and the API doesn't support disabling it. by Brian Salomon · 8 years ago
  94. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 8 years ago
  95. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 8 years ago
  96. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  97. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  98. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  99. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  100. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago