1. 2211c2c Store whether or not a VkImage is from a swapchain and return it in drawable info. by Greg Daniel · 3 years ago
  2. b10ec0f cleanup back links for support data by Herb Derby · 3 years ago
  3. 6a6a741 move onDrawGlyphRunList to the right scope by Herb Derby · 3 years ago
  4. fe5b133 don't rely on GlyphRunList for position by Herb Derby · 3 years ago
  5. 9aca7f7 Yank GrStrokeTessellationShader out of StrokeTessellators by Chris Dalton · 3 years ago
  6. b339d59 Fold GrStrokeTessellationShader::ShaderFlags into PatchAttribs by Chris Dalton · 3 years ago
  7. c1bbd1f generalize text geometry back pointer by Herb Derby · 3 years ago
  8. 7fab38d Don't check for framebuffer completeness on TSAN builds. by Brian Salomon · 3 years ago
  9. c02dceb Add checks around tessellation buffer allocations by Chris Dalton · 3 years ago
  10. babbec1 On Mali-TXXX driver version <= 1.26 rebind color target after by Brian Salomon · 3 years ago
  11. 6388f0e Don't try to use FanBuffer in PathInnerTriangulateOp if allocation failed. by Greg Daniel · 3 years ago
  12. 799abb7 [canvaskit] Set unsupported WebGL caps to false by Kevin Lubick · 3 years ago
  13. e96b25c Disallow direct readback of compressed textures in Metal by Robert Phillips · 3 years ago
  14. 09ece93 Move breadcrumb and inner-fan triangles out of PathCurveTessellator by Chris Dalton · 3 years ago
  15. 32451cf Fix PatchAttribs issues with explicit curve type by Chris Dalton · 3 years ago
  16. f0f447c Yank GrPathTessellationShader out of PatchTessellators by Chris Dalton · 3 years ago
  17. 08a9711 Reland "Implement batching for convex tessellated paths" by Chris Dalton · 3 years ago
  18. 7e17793 Check FBO status when creating or wrapping renderable texture. by Brian Salomon · 3 years ago
  19. 384ba65 Remove GPU V2 by Brian Salomon · 3 years ago
  20. 954e81a Revert "Implement batching for convex tessellated paths" by Robert Phillips · 3 years ago
  21. 9613060 Implement batching for convex tessellated paths by Chris Dalton · 3 years ago
  22. d7936dc add missing include for SkIsPow2 by Herb Derby · 3 years ago
  23. a583a0f In SkRuntimeEffect, replace ConstIterable with SkSpan by Brian Osman · 3 years ago
  24. bdfe3b6 Remove OverrideInput from MulInputByChildAlpha by Brian Osman · 3 years ago
  25. a756c62 move the GlyphVector into the subruns by Herb Derby · 3 years ago
  26. dd50f0d Better handling of coverage-as-alpha during paint conversion by Brian Osman · 3 years ago
  27. 9481bba Remove alpha modulation from more shader FPs by Brian Osman · 3 years ago
  28. d4edc0e make strikeToSourceScale consistent through the code by Herb Derby · 3 years ago
  29. add2c39 use sk_sp<SkStrike> instead of SkStrikeSpec by Herb Derby · 3 years ago
  30. 58d633b Revert "[MiddleOutPolygonTriangulator] Convert pushVertex(p0) to close()" by Chris Dalton · 3 years ago
  31. 540eb37 Remove unused variable 'heapIndex' by Leon Scroggins III · 3 years ago
  32. 1f8c31b [infra] Add initial Bazel rules and files by Kevin Lubick · 3 years ago
  33. a762343 Improve the fan point for wedges by Chris Dalton · 3 years ago
  34. 21f7a9a remove strikeToSourceRatio from SkStrikeSpec by Herb Derby · 3 years ago
  35. a1705e2 Typo: "then then" -> "then" by Nils · 3 years ago
  36. e05285a Don't use the atlas for MSAA convex paths by Chris Dalton · 3 years ago
  37. 864f71b Remove unused GrFPArgs::fInputColorIsOpaque by Brian Osman · 3 years ago
  38. 529d347 Move alpha modulation into paint conversion (Step 2) by Brian Osman · 3 years, 1 month ago
  39. c94073b change header to include spinlocks instead of mutex by Herb Derby · 3 years ago
  40. f207db2 Rename PathXform to AffineMatrix by Chris Dalton · 3 years ago
  41. 725705f remove SkStrikeSpec from Painter's processSourcePaths by Herb Derby · 3 years ago
  42. 4322c7f Revert "Add ConvertPixels versions of PremulAlphaRoundTrip" by Brian Osman · 3 years ago
  43. 7dff51e Drop support for GL_EXT_multi_draw_indirect by Chris Dalton · 3 years, 1 month ago
  44. 2ed7729 [MiddleOutPolygonTriangulator] Convert pushVertex(p0) to close() by Chris Dalton · 3 years ago
  45. a5409c1 Remove recursive chopping from PathCurveTessellator by Chris Dalton · 3 years ago
  46. 37da672 Remove SkRuntimeEffect from DrawVerticesOp by Brian Salomon · 3 years ago
  47. 37afdbc pathProcessing: switch to explicit strikeToSourceScale by Herb Derby · 3 years, 1 month ago
  48. d533add cleanup SK_GPU_V1 guards by Herb Derby · 3 years ago
  49. 569bf57 [metal] Ensure that we clean up command buffer even on failure. by Jim Van Verth · 3 years ago
  50. a8d3807 Metal: in iOS check to see if we're in background before creating encoder by Jim Van Verth · 3 years ago
  51. b61804e Add ConvertPixels versions of PremulAlphaRoundTrip by Brian Osman · 3 years ago
  52. 380dd45 Fix an accidental float truncation by Chris Dalton · 3 years ago
  53. 233f4d8 Convert MiddleOutPolygonTriangulator to an iterator by Chris Dalton · 3 years ago
  54. dfeced7 Disable tessellation path renderer on Wembley devices. by Greg Daniel · 3 years ago
  55. 3598648 Use larger clip for SW mask unique key by Michael Ludwig · 3 years, 1 month ago
  56. dc7ab73 Add comment explaining unpremul paint color handling by Brian Osman · 3 years ago
  57. 3a9a799 Move sk_memset* from SkUtils to SkOpts by Kevin Lubick · 3 years, 1 month ago
  58. 02b8a09 Restore batching of (varying) paint alpha to shader FP trees by Brian Osman · 3 years, 1 month ago
  59. 5743812 Cleanup: replace helper with SkTAddOffset. by John Stiles · 3 years, 1 month ago
  60. 3b9113f Only include SkJSONWriter when SK_ENABLE_DUMP_GPU defined by Kevin Lubick · 3 years, 1 month ago
  61. 6934766 Rename Uint to UInt. by John Stiles · 3 years, 1 month ago
  62. fea9b27 Add sk_SecondaryFragColor built-in. by John Stiles · 3 years, 1 month ago
  63. b1fdcf3 Revert "Move alpha modulation into paint conversion (Step 2)" by Brian Osman · 3 years, 1 month ago
  64. 784b7b7 Remove recursion from PathWedgeTessellator chopping by Chris Dalton · 3 years, 1 month ago
  65. ccb459d Move alpha modulation into paint conversion (Step 2) by Brian Osman · 3 years, 1 month ago
  66. afa657d Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 3 years, 1 month ago
  67. c807847 hoist Painter out of loop by Herb Derby · 3 years, 1 month ago
  68. ec98e20 cleanup GrStrikeCache by Herb Derby · 3 years, 1 month ago
  69. 9b98059 Reland "Add support for half-precision types in Metal." by John Stiles · 3 years, 1 month ago
  70. 3828b41 Use full floats for premul/unpremul conversion. by John Stiles · 3 years, 1 month ago
  71. 9d24b02 Revert "Add support for half-precision types in Metal." by Brian Osman · 3 years, 1 month ago
  72. 6bb17ab Reland "Lift recursive curve culling out of tessellators" by Chris Dalton · 3 years, 1 month ago
  73. d90e09b Add support for half-precision types in Metal. by John Stiles · 3 years, 1 month ago
  74. 9e682cf Add flag for 16-bit uniform support. by John Stiles · 3 years, 1 month ago
  75. 379957e Reland "Move alpha modulation into paint conversion (Step 1)" by Brian Osman · 3 years, 1 month ago
  76. b3ecd56 Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files" by Greg Daniel · 3 years, 1 month ago
  77. f08e257 Fix type of RTFlip uniform. by John Stiles · 3 years, 1 month ago
  78. 5a13683 GrTextBlob: cleanup and update comments by Herb Derby · 3 years, 1 month ago
  79. 721388e Keep uniform types even in release. by John Stiles · 3 years, 1 month ago
  80. e56c5ba Remove unreferenced struct. by John Stiles · 3 years, 1 month ago
  81. 65a726b Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 3 years, 1 month ago
  82. c41c3d5 Revert "Move alpha modulation into paint conversion (Step 1)" by Brian Osman · 3 years, 1 month ago
  83. ecac4fe Prefer GL_EXT_texture_format_BGRA8888 over the APPLE variant by Brian Osman · 3 years, 1 month ago
  84. 13fd52e Reland "Create a common Tessellation.h header" by Chris Dalton · 3 years, 1 month ago
  85. b421a71 [graphite] Expand shader precompilation placeholder by Robert Phillips · 3 years, 1 month ago
  86. 29187b1 Revert "Create a common Tessellation.h header" by Greg Daniel · 3 years, 1 month ago
  87. 5f13275 Revert "Lift recursive curve culling out of tessellators" by Greg Daniel · 3 years, 1 month ago
  88. 75e1f4c Lift recursive curve culling out of tessellators by Chris Dalton · 3 years, 1 month ago
  89. c77620c Move alpha modulation into paint conversion (Step 1) by Brian Osman · 3 years, 1 month ago
  90. 8a2a020 Create a common Tessellation.h header by Chris Dalton · 3 years, 1 month ago
  91. c75e0ef [graphite] Add IndexWriter and UniformWriter classes. by Greg Daniel · 3 years, 1 month ago
  92. 14c3282 Update Metal type sizes and alignments. by John Stiles · 3 years, 1 month ago
  93. e82c1c1 Add support for vk drm format modifiers. by Greg Daniel · 3 years, 1 month ago
  94. 4427d1e Remove some uses of direct fPtr access in VertexWriter. by Greg Daniel · 3 years, 1 month ago
  95. f6fb3db Remove GrSL byte types. by John Stiles · 3 years, 1 month ago
  96. 52aee23 GrVertexWriter -> skgpu::VertexWriter by Chris Dalton · 3 years, 1 month ago
  97. c00c888 Revert "Disable GL_NV_shader_noperspective_interpolation on PowerVR" by Brian Osman · 3 years, 1 month ago
  98. e26e010 Move GrUniformDataManager setter logic into templates. by John Stiles · 3 years, 1 month ago
  99. 6b90705 Simplify GrVertexWriter::writeQuad by Chris Dalton · 3 years, 1 month ago
  100. 95a8c4f Make all shader caps uniquely-owned by Brian Osman · 3 years, 1 month ago