1. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  2. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  3. 434a58a Make GrAtlasTextOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  4. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 7 years ago
  5. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 7 years ago
  6. 82ddc94 Make ProcessorRefTests op be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  7. e9e91dd Add "findOrMakeStaticBuffer" to GrOnFlushResourceProvider by Chris Dalton · 7 years ago
  8. 477d0ef Make ops in bezier_effects GMs be non-Legacy GrMeshDrawOps by Brian Salomon · 7 years ago
  9. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  10. f99a173 init GrDrawAtlasOp::fColor by Brian Salomon · 7 years ago
  11. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  12. b295573 Move GrAALinearizingConvexPathRenderer off GrLegacyMeshDrawOp by Brian Salomon · 7 years ago
  13. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  14. ee3e0ba Make DefaultPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  15. c2f4254 Make GrDrawVerticesOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  16. 0088f94 Make GrDrawAtlasOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  17. 38a10ad Add trace events for shader generation. by Ryan Macnak · 7 years ago
  18. b4d6106 Give GrSimpleMeshDrawOpHelper a cpp file by Brian Salomon · 7 years ago
  19. 89717fc Fix two issues in DashOp by Brian Salomon · 7 years ago
  20. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  21. 79e4d1b Fail to make render target context if GrContext is abandoned by Brian Salomon · 7 years ago
  22. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  23. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  24. 1cc3b15 Make MSAAPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  25. f036632 Make RegionOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  26. 6b7e0e2 Add arc support to gpu Obj c++ code by Greg Daniel · 7 years ago
  27. 98222ac Revert "Revert "Make DashOp a non-legacy GrMeshDrawOp."" by Brian Salomon · 7 years ago
  28. 0db1b53 Fix assert in lattice op triggered by GLProgramsTest by Brian Salomon · 7 years ago
  29. beae8a9 Revert "Make DashOp a non-legacy GrMeshDrawOp." by Brian Salomon · 7 years ago
  30. ebb3825 Make DashOp a non-legacy GrMeshDrawOp. by Brian Salomon · 7 years ago
  31. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  32. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  33. febbd23 Make SmallPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  34. 0f99277 Address ASAN complaint by Robert Phillips · 7 years ago
  35. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  36. 18df763 Handle invalid lattice case in LatticeOp test factory by Brian Salomon · 7 years ago
  37. f02fa6f Ensure FB sRGB conversion is on during copy-as-draw by Brian Osman · 7 years ago
  38. 9530f7e Revert "Revert "Make TessellatingPathOp be a non-legacy GrMeshDrawOp"" by Brian Salomon · 7 years ago
  39. 012893b Don't pre-allocate GrTextBlobCache space by Florin Malita · 7 years ago
  40. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  41. 815486c Convert NonAALatticeOp to non-legacy GrMeshDrawOp. by Brian Salomon · 7 years ago
  42. 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 7 years ago
  43. 77e9666 Make SkImage_Lazy::onMakeColorSpace return a SkImage_Lazy by Christopher Cameron · 7 years ago
  44. 62ae664 Revert "don't compose with (forced) opaque colors" by Ethan Nicholas · 7 years ago
  45. bca23b8 Remove unused ctor in GrTextureDomain by Robert Phillips · 7 years ago
  46. 8199559 don't compose with (forced) opaque colors by Mike Reed · 7 years ago
  47. 7343c19 Revert "Make TessellatingPathOp be a non-legacy GrMeshDrawOp" by Ethan Nicholas · 7 years ago
  48. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  49. 086ce11 Make TessellatingPathOp be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  50. 33607c6 Add missing checks for geometry shader stages in GrVkUtil.cpp by Chris Dalton · 7 years ago
  51. 8fe2427 Add mock config to tools and run through gms and benchs without crashing. by Brian Salomon · 7 years ago
  52. a531f25 Make AAHairlineOp a non-legacy GrDrawMeshOp by Brian Salomon · 7 years ago
  53. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  54. 98308fb Plumb through need for unpremul/premul by Mike Reed · 7 years ago
  55. 6b65b98 Indicate texel buffer support in Vulkan by Chris Dalton · 7 years ago
  56. cfe910d Revert "Revert "Make mock GrContext unit testable."" by Brian Salomon · 7 years ago
  57. 90e89b3 Add proper aliased support for SDF text by Jim Van Verth · 7 years ago
  58. 71479b7 Fix missing height check found by /analyze by Bruce Dawson · 7 years ago
  59. c867a89 Revert "Make mock GrContext unit testable." by Brian Salomon · 7 years ago
  60. 993e7e2 Make mock GrContext unit testable. by Brian Salomon · 7 years ago
  61. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  62. e5ddff5 Add basic metal build files for backend by Greg Daniel · 7 years ago
  63. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  64. 3a59665 Revert "Indicate texel buffer support in Vulkan" by Chris Dalton · 7 years ago
  65. 2dd2226 Indicate texel buffer support in Vulkan by Chris Dalton · 7 years ago
  66. 466c7d6 header cleanup by Hal Canary · 7 years ago
  67. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  68. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  69. 95581bb Allow caps on hairlines for gpu dashed lines by Greg Daniel · 7 years ago
  70. 5d00f00 Fix to GLProgramTest dashing by Greg Daniel · 7 years ago
  71. 5fb3056 Fix gpu dashing for case when circle dashes are large enough to overlap by Greg Daniel · 7 years ago
  72. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  73. 806be2d Improve handling of clip stack ID by Robert Phillips · 7 years ago
  74. cf3dc29 Draw zero length subpaths in AA hairline path renderer by Brian Osman · 7 years ago
  75. a4f792d Fix for Android batching bug by Robert Phillips · 7 years ago
  76. dbba55d Cache GrTexture in GrAHardwareBufferImageGenerator by Stan Iliev · 7 years ago
  77. e4f195d GrTessellator: nuke SK_DISABLE_SCREENSPACE_TESS_AA_PATH_RENDERER ifdef. by Stephen White · 7 years ago
  78. 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago
  79. 7a86987 Use the NDK headers for AHardwareBuffer. by Derek Sollenberger · 7 years ago
  80. 3921ba2 Enable SDF text when using a perspective matrix. by Jim Van Verth · 7 years ago
  81. b964238 SkDevice::drawBitmap takes x,y, not matrix by Hal Canary · 7 years ago
  82. 7f7b902 Add shading language version to GL dump by Jim Van Verth · 7 years ago
  83. 660cc99 Restrict acceptable bounds for uploading data to mip levels on GPU by Greg Daniel · 7 years ago
  84. a98e399 Exclude AALinearizingConvexPathRenderer from zero size paths by Brian Osman · 7 years ago
  85. d261e10 Re-enable opList dependency tracking by Robert Phillips · 7 years ago
  86. 81dd3e0 Finish a few MDB TODOs by Robert Phillips · 7 years ago
  87. 80ce804 remove SkDebugfs by Mike Klein · 7 years ago
  88. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  89. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  90. 93a2346 Add GL_APPLE_sync support by Brian Osman · 7 years ago
  91. a2cebd8 When flushing a surface with semaphores, have last semaphore op call glFlush by Greg Daniel · 7 years ago
  92. 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  93. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  94. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  95. 3902d40 Simplify PathGeoBuilder by Brian Osman · 7 years ago
  96. 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 7 years ago
  97. f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 7 years ago
  98. 49b7b6f Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  99. 6081ebb Add makeBuffer and caps to GrOnFlushResourceProvider by Chris Dalton · 7 years ago
  100. 78325c1 Restrict max levels for D3D Angle on GLPrograms test as well by Greg Daniel · 7 years ago