1. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 4 years, 10 months ago
  2. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  3. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  4. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  5. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  6. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  7. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  8. 9b7f143 GrTessellator: fix for intersections returning non-finite points. by Stephen White · 5 years ago
  9. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  10. b67b235 GrTessellator: always rewind to edge top when splitting. by Stephen White · 5 years ago
  11. 8a3c059 GrTessellator: fix event creation for dead boundary edges. by Stephen White · 5 years ago
  12. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  13. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  14. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 5 years ago
  15. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  16. c9b7c72 two pass convexity by Cary Clark · 6 years ago
  17. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  18. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  19. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  20. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  21. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  22. d26b4d8 GrTessellator: fix for collinear edge merging. by Stephen White · 6 years ago
  23. 71ed661 GrTessellator: collinear edges during sanitize. by Stephen White · 6 years ago
  24. 1c5fd18 GrTessellator: missing intersection rewind fix. by Stephen White · 6 years ago
  25. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  26. 24289e0 GrTessellator: handle three consecutive collinear edges. by Stephen White · 6 years ago
  27. a898f04 Revert "GrTessellator: handle three consecutive collinear edges." by Mike Klein · 6 years ago
  28. 26bb0e6 GrTessellator: handle three consecutive collinear edges. by Stephen White · 6 years ago
  29. 3de40f8 GrTessellator: handle collinear final vertex. by Stephen White · 6 years ago
  30. 13f3d8d GrTessellator: avoid split with zero primary and out-of-range secondary. by Stephen White · 6 years ago
  31. 89042d5 GrTessellator: catch missing intersections. by Stephen White · 6 years ago
  32. e62999f GrTessellator: yet another out-of-range splitting fix. by Stephen White · 6 years ago
  33. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  34. 53a0298 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  35. bfe9598 Revert "GrTessellator: fix for ping-pong split fuzzer hang." by Ravi Mistry · 6 years ago
  36. bfb2a05 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  37. 7b37694 GrTessellator: fix crash on merging a dead edge. by Stephen White · 6 years ago
  38. ec79c39 GrTessellator: fix for zombie edge fuzzer crash. by Stephen White · 6 years ago
  39. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  40. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  41. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  42. ea49523 GrTessellator: fix for points that become infinite on stroking. by Stephen White · 6 years ago
  43. 20010e8 Reland "GrTessellator: hang fix." by Stephen White · 6 years ago
  44. f259030 Revert "GrTessellator: hang fix." by Mike Klein · 6 years ago
  45. 050c867 GrTessellator: hang fix. by Stephen White · 6 years ago
  46. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  47. f44cb48 Fix unit tests that were causes vulkan unitialized memory warnings in validation by Greg Daniel · 6 years ago
  48. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  49. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  50. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  51. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  52. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  53. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  54. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  55. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  56. e40c361 GrTessellator: set a cap on quadratic linearization. by Stephen White · 7 years ago
  57. f470b7e GrTessellator: fix for assert on bevelling. by Stephen White · 7 years ago
  58. 94b7e54 GrTessellator: fix for points which become non-finite on AA stroking. by Stephen White · 7 years ago
  59. e260c46 GrTessellator: implement straight skeleton, phase 2. by Stephen White · 7 years ago
  60. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  61. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  62. db91c6e Improve heuristics for when to use ccpr by Chris Dalton · 7 years ago
  63. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  64. 73e7f80 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  65. 9d90224 Revert "GrTessellator: when sanitizing contours, remove non-finite points." by Robert Phillips · 7 years ago
  66. 620cc24 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  67. 3f5301b GrTessellator: fix for collinear out-of-range intersections. by Stephen White · 7 years ago
  68. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  69. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  70. e3a0be7 GrTessellator: fix two NaN issues. by Stephen White · 7 years ago
  71. 019f6c0 GrTessellator: fix logging; fix test comment. by Stephen White · 7 years ago
  72. 0cb3167 GrTessellator: fix intersection above the first vertex. by Stephen White · 7 years ago
  73. 6eca90f GrTessellator: fix for three edges becoming collinear after splitting. by Stephen White · 7 years ago
  74. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  75. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  76. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  77. 64dbb89 GrTessellator: fix for vertex coincident with enclosing edge. by Stephen White · 7 years ago
  78. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  79. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  80. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  81. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  82. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  83. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  84. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 7 years ago
  85. cc70083 GrTessellator (AA): null GrGeometryProcessor crash fix. by Stephen White · 7 years ago
  86. 77505da Remove GrTestTarget by Robert Phillips · 8 years ago
  87. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  88. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  89. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  90. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  91. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  92. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  93. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  94. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  95. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  96. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  97. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  98. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  99. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  100. 70f5251 Fix assert caused by floating point error in tessellating path renderer. by senorblanco · 8 years ago