1. c002d56 Simplify GrClip::getConservativeBounds() signature by Michael Ludwig · 6 years ago
  2. c5727d8 Fix path mask caching regression by Robert Phillips · 6 years ago
  3. 273f107 Dump out path-mask generation and caching stats by Robert Phillips · 6 years ago
  4. d58a270 Add path bounds to SW path mask key by Robert Phillips · 6 years ago
  5. 2686d69 Reland "Rename GrShape to GrStyledShape" by Michael Ludwig · 6 years ago
  6. 73b86c1 Revert "Rename GrShape to GrStyledShape" by Michael Ludwig · 6 years ago
  7. f3f08af Rename GrShape to GrStyledShape by Michael Ludwig · 6 years ago
  8. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 6 years ago
  9. 99a813c Avoid unbounded listener growth on SkImage_Lazy when textures are purged by Brian Salomon · 6 years ago
  10. 4282d29 Prevent unbounded invalidator growth on SkPathRef from GrSWPathRenderer by Brian Salomon · 6 years ago
  11. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 6 years ago
  12. 9f0dfbd Have various software uploaders in gpu backend use views. by Greg Daniel · 6 years ago
  13. a56a746 Remove GrSurfaceDesc by Brian Salomon · 6 years ago
  14. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 6 years ago
  15. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 6 years ago
  16. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 6 years ago
  17. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 6 years ago
  18. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 6 years ago
  19. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 6 years ago
  20. 44207f3 Remove SkIRect::EmptyIRect by Brian Salomon · 6 years ago
  21. f46d5ca use std::make_unique by Mike Klein · 6 years ago
  22. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 6 years ago
  23. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 6 years ago
  24. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 6 years ago
  25. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 6 years ago
  26. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 6 years ago
  27. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 6 years ago
  28. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 6 years ago
  29. 92b3335 more rect api simplifications by Mike Reed · 6 years ago
  30. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 6 years ago
  31. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 6 years ago
  32. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 6 years ago
  33. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 6 years ago
  34. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 6 years ago
  35. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 6 years ago
  36. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 6 years ago
  37. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 6 years ago
  38. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
  39. 5f39427 Fix trace event categories in src/gpu ("skia"->"skia.gpu") by Brian Salomon · 6 years ago
  40. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 6 years ago
  41. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  42. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 7 years ago
  43. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 7 years ago
  44. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 7 years ago
  45. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 7 years ago
  46. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 7 years ago
  47. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 7 years ago
  48. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 7 years ago
  49. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 7 years ago
  50. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  51. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 7 years ago
  52. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 7 years ago
  53. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  54. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  55. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  56. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  57. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 7 years ago
  58. 869fe56 Revert "Suppress addition of changeListeners during DDL recording" by Robert Phillips · 7 years ago
  59. df65b83 Suppress addition of changeListeners during DDL recording by Robert Phillips · 7 years ago
  60. 20390c3 Pull non-substantive changes out of GrShape mask drawing CL by Robert Phillips · 7 years ago
  61. a442526 Correctly distinguish hairline paths in the SW path renderer's cache by Brian Osman · 7 years ago
  62. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  63. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  64. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 7 years ago
  65. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 7 years ago
  66. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 7 years ago
  67. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 7 years ago
  68. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 8 years ago
  69. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 8 years ago
  70. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 8 years ago
  71. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 8 years ago
  72. 1afd4cd Add GrProxyProvider by Robert Phillips · 8 years ago
  73. ba7cf29 Revert "Revert "Fix int overflow issues with clip and path bounds, take 2."" by Jim Van Verth · 8 years ago
  74. e3a7005 Revert "Fix int overflow issues with clip and path bounds, take 2." by Jim Van Verth · 8 years ago
  75. 430ad1f Fix int overflow issues with clip and path bounds, take 2. by Jim Van Verth · 8 years ago
  76. e26062a Revert "Fix int overflow issues with clip and path bounds." by Mike Klein · 8 years ago
  77. b1fc368 Fix int overflow issues with clip and path bounds. by Jim Van Verth · 8 years ago
  78. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 8 years ago
  79. d140fe9 Add MDB comments to recent kNoPendingIO changes by Brian Osman · 8 years ago
  80. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 8 years ago
  81. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 8 years ago
  82. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 8 years ago
  83. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 8 years ago
  84. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 8 years ago
  85. 1a0ea73 Use wider types to compute bounds area and avoid overflow by Brian Osman · 8 years ago
  86. 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 8 years ago
  87. 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 8 years ago
  88. e9242ca Invalidate textures cached by SW path renderer when paths go away by Brian Osman · 8 years ago
  89. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 8 years ago
  90. cfbbcbe Temporary patch for Mac TSAN bot (with threaded Ganesh mask generation) by Robert Phillips · 8 years ago
  91. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 8 years ago
  92. 33fea05 Skip making a surface context when doing threaded SW paths by Brian Osman · 8 years ago
  93. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 8 years ago
  94. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 8 years ago
  95. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 8 years ago
  96. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 8 years ago
  97. d41dc17 With threaded software paths, free mask memory earlier by Brian Osman · 8 years ago
  98. 7407756 Make GrSWMaskHelper take a matrix for each draw by Brian Salomon · 8 years ago
  99. f981066 Threaded generation of software paths by Brian Osman · 8 years ago
  100. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 8 years ago