1. 330cfa4 Make GrTriangulator immutable by Chris Dalton · 3 years, 10 months ago
  2. 8a42b09 Update GrInnerFanTriangulator to use an existing SkArenaAlloc by Chris Dalton · 3 years, 10 months ago
  3. e465205 Remove the offthread triangulation from GrPathTessellateOp by Chris Dalton · 3 years, 10 months ago
  4. 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 3 years, 10 months ago
  5. 68b8bd5 Add GrTriangulator::TriangulateInnerPolygons by Chris Dalton · 3 years, 10 months ago
  6. 52130b0 Pass samplingoptions to GrArgs by Mike Reed · 3 years, 11 months ago
  7. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 4 years ago
  8. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years ago
  9. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 1 month ago
  10. 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 4 months ago
  11. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 4 months ago
  12. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
  13. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 4 months ago
  14. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 6 months ago
  15. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 6 months ago
  16. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 6 months ago
  17. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 6 months ago
  18. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 6 months ago
  19. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 6 months ago
  20. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 6 months ago
  21. 449b115 Plumb SkMatrixProvider throughout Ganesh by Brian Osman · 4 years, 7 months ago
  22. 2686d69 Reland "Rename GrShape to GrStyledShape" by Michael Ludwig · 4 years, 7 months ago
  23. 73b86c1 Revert "Rename GrShape to GrStyledShape" by Michael Ludwig · 4 years, 7 months ago
  24. f3f08af Rename GrShape to GrStyledShape by Michael Ludwig · 4 years, 7 months ago
  25. 07e5b8f Rename TessellatingPathRendererTests.cpp -> "Triangulating" by Chris Dalton · 4 years, 8 months ago[Renamed from tests/TessellatingPathRendererTests.cpp]
  26. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 8 months ago
  27. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 10 months ago
  28. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 10 months ago
  29. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 10 months ago
  30. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  31. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  32. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  33. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  34. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  35. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  36. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  37. 9b7f143 GrTessellator: fix for intersections returning non-finite points. by Stephen White · 5 years ago
  38. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  39. b67b235 GrTessellator: always rewind to edge top when splitting. by Stephen White · 5 years ago
  40. 8a3c059 GrTessellator: fix event creation for dead boundary edges. by Stephen White · 5 years ago
  41. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  42. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  43. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 6 years ago
  44. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  45. c9b7c72 two pass convexity by Cary Clark · 6 years ago
  46. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  47. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  48. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  49. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  50. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  51. d26b4d8 GrTessellator: fix for collinear edge merging. by Stephen White · 6 years ago
  52. 71ed661 GrTessellator: collinear edges during sanitize. by Stephen White · 6 years ago
  53. 1c5fd18 GrTessellator: missing intersection rewind fix. by Stephen White · 6 years ago
  54. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  55. 24289e0 GrTessellator: handle three consecutive collinear edges. by Stephen White · 6 years ago
  56. a898f04 Revert "GrTessellator: handle three consecutive collinear edges." by Mike Klein · 6 years ago
  57. 26bb0e6 GrTessellator: handle three consecutive collinear edges. by Stephen White · 6 years ago
  58. 3de40f8 GrTessellator: handle collinear final vertex. by Stephen White · 6 years ago
  59. 13f3d8d GrTessellator: avoid split with zero primary and out-of-range secondary. by Stephen White · 6 years ago
  60. 89042d5 GrTessellator: catch missing intersections. by Stephen White · 6 years ago
  61. e62999f GrTessellator: yet another out-of-range splitting fix. by Stephen White · 6 years ago
  62. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  63. 53a0298 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  64. bfe9598 Revert "GrTessellator: fix for ping-pong split fuzzer hang." by Ravi Mistry · 6 years ago
  65. bfb2a05 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  66. 7b37694 GrTessellator: fix crash on merging a dead edge. by Stephen White · 6 years ago
  67. ec79c39 GrTessellator: fix for zombie edge fuzzer crash. by Stephen White · 6 years ago
  68. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 7 years ago
  69. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 7 years ago
  70. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 7 years ago
  71. ea49523 GrTessellator: fix for points that become infinite on stroking. by Stephen White · 7 years ago
  72. 20010e8 Reland "GrTessellator: hang fix." by Stephen White · 7 years ago
  73. f259030 Revert "GrTessellator: hang fix." by Mike Klein · 7 years ago
  74. 050c867 GrTessellator: hang fix. by Stephen White · 7 years ago
  75. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  76. f44cb48 Fix unit tests that were causes vulkan unitialized memory warnings in validation by Greg Daniel · 7 years ago
  77. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  78. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  79. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  80. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  81. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  82. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  83. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  84. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  85. e40c361 GrTessellator: set a cap on quadratic linearization. by Stephen White · 7 years ago
  86. f470b7e GrTessellator: fix for assert on bevelling. by Stephen White · 7 years ago
  87. 94b7e54 GrTessellator: fix for points which become non-finite on AA stroking. by Stephen White · 7 years ago
  88. e260c46 GrTessellator: implement straight skeleton, phase 2. by Stephen White · 7 years ago
  89. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  90. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  91. db91c6e Improve heuristics for when to use ccpr by Chris Dalton · 7 years ago
  92. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  93. 73e7f80 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  94. 9d90224 Revert "GrTessellator: when sanitizing contours, remove non-finite points." by Robert Phillips · 7 years ago
  95. 620cc24 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  96. 3f5301b GrTessellator: fix for collinear out-of-range intersections. by Stephen White · 7 years ago
  97. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  98. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  99. e3a0be7 GrTessellator: fix two NaN issues. by Stephen White · 7 years ago
  100. 019f6c0 GrTessellator: fix logging; fix test comment. by Stephen White · 7 years ago