1. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 6 years ago
  2. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 6 years ago
  3. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  4. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 6 years ago
  5. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  6. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  7. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  8. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  9. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  10. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  11. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  12. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  13. 869fe56 Revert "Suppress addition of changeListeners during DDL recording" by Robert Phillips · 6 years ago
  14. df65b83 Suppress addition of changeListeners during DDL recording by Robert Phillips · 6 years ago
  15. 20390c3 Pull non-substantive changes out of GrShape mask drawing CL by Robert Phillips · 6 years ago
  16. a442526 Correctly distinguish hairline paths in the SW path renderer's cache by Brian Osman · 6 years ago
  17. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  18. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  19. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  20. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  21. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  22. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  23. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
  24. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  25. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  26. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  27. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  28. ba7cf29 Revert "Revert "Fix int overflow issues with clip and path bounds, take 2."" by Jim Van Verth · 7 years ago
  29. e3a7005 Revert "Fix int overflow issues with clip and path bounds, take 2." by Jim Van Verth · 7 years ago
  30. 430ad1f Fix int overflow issues with clip and path bounds, take 2. by Jim Van Verth · 7 years ago
  31. e26062a Revert "Fix int overflow issues with clip and path bounds." by Mike Klein · 7 years ago
  32. b1fc368 Fix int overflow issues with clip and path bounds. by Jim Van Verth · 7 years ago
  33. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  34. d140fe9 Add MDB comments to recent kNoPendingIO changes by Brian Osman · 7 years ago
  35. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  36. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
  37. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  38. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  39. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  40. 1a0ea73 Use wider types to compute bounds area and avoid overflow by Brian Osman · 7 years ago
  41. 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  42. 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 7 years ago
  43. e9242ca Invalidate textures cached by SW path renderer when paths go away by Brian Osman · 7 years ago
  44. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  45. cfbbcbe Temporary patch for Mac TSAN bot (with threaded Ganesh mask generation) by Robert Phillips · 7 years ago
  46. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 7 years ago
  47. 33fea05 Skip making a surface context when doing threaded SW paths by Brian Osman · 7 years ago
  48. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  49. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  50. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  51. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  52. d41dc17 With threaded software paths, free mask memory earlier by Brian Osman · 7 years ago
  53. 7407756 Make GrSWMaskHelper take a matrix for each draw by Brian Salomon · 7 years ago
  54. f981066 Threaded generation of software paths by Brian Osman · 7 years ago
  55. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 7 years ago
  56. 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
  57. c7da146 Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer by Brian Osman · 7 years ago
  58. 67cd673 Cache more aggressively in GrSoftwarePathRenderer for Android by Stan Iliev · 7 years ago
  59. b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 7 years ago
  60. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  61. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  62. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  63. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  64. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  65. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  66. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  67. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  68. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  69. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  70. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  71. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  72. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  73. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 8 years ago
  74. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  75. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  76. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  77. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
  78. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  79. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  80. f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 8 years ago
  81. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  82. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  83. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  84. c1c607e GPU: Fix for fuzzer issue for sw-rendered paths with large bounds. by Brian Salomon · 8 years ago
  85. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  86. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  87. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  88. 417b7f4 Replace TextureType with SkBackingFit by Robert Phillips · 8 years ago
  89. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  90. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  91. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  92. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  93. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  94. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  95. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  96. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  97. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  98. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  99. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  100. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago