1. 8a98bc9 Revert "Revert "Add arcs as a specialized geometry to GrShape."" by Brian Salomon · 6 years ago
  2. 910ca0f Experiment to track coverage in a layer by Mike Reed · 6 years ago
  3. ff134f2 Compile with latest clang 7. by Ben Wagner · 6 years ago
  4. 6cdb7d3 prepare to remove obsolete macros by Cary Clark · 6 years ago
  5. 55d330c Reland "call skcms_OptimizeForSpeed()" by Mike Klein · 6 years ago
  6. af88ec3 Revert "Add arcs as a specialized geometry to GrShape." by Mike Klein · 6 years ago
  7. 1b4ad0d Revert "call skcms_OptimizeForSpeed()" by Mike Klein · 6 years ago
  8. 255bcf5 Add arcs as a specialized geometry to GrShape. by Brian Salomon · 6 years ago
  9. 3b8feb3 call skcms_OptimizeForSpeed() by Mike Klein · 6 years ago
  10. c90b4db Reland "Prevent masked solid-color draws from being turned into clears" by Robert Phillips · 6 years ago
  11. f92bb37 Revert "Prevent masked solid-color draws from being turned into clears" by Robert Phillips · 6 years ago
  12. e9f2bbe Prevent masked solid-color draws from being turned into clears by Robert Phillips · 6 years ago
  13. 3d0e850 Prevent matrix stack from being corrupted if a rotated image filter is clipped out by Robert Phillips · 6 years ago
  14. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  15. dbc59ba path is rect track corners by Cary Clark · 6 years ago
  16. c274f8f Prevent unnecessary/unbounded growth of SkTDynamicHash capacity by Florin Malita · 6 years ago
  17. 9f2dab0 ccpr: Implement conics by Chris Dalton · 6 years ago
  18. 91ab155 Always call endFlush on opLists that might survive a flush by Chris Dalton · 6 years ago
  19. 15a64e7 Convert A8 D32 mask blitters to Sk4px by Florin Malita · 6 years ago
  20. b120e92 fix path is rect flaw exposed by gold by Cary Clark · 6 years ago
  21. eed6128 IWYU for some more test files starting with 'C'. by Ben Wagner · 6 years ago
  22. d2d367d No long require copy as draw for vulkan wrapped resources. by Greg Daniel · 6 years ago
  23. 4eb6f7a path is rect diag test is required by Cary Clark · 6 years ago
  24. 1cd6098 path is rect bug number twelve by Cary Clark · 6 years ago
  25. a765156 yet another path is rect exploit by Cary Clark · 6 years ago
  26. 48c464a a more involved path is rect bug by Cary Clark · 6 years ago
  27. e7fbafe Revert "ccpr: Implement conics" by Chris Dalton · 6 years ago
  28. 98b2415 ccpr: Implement conics by Chris Dalton · 6 years ago
  29. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 6 years ago
  30. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 6 years ago
  31. c8cdad7 Make TestCase class in GrShapeTest heap allocate its GrShapes by Brian Salomon · 6 years ago
  32. 490aa59 rewrite iterator to make msvc happy by Mike Reed · 6 years ago
  33. 1749af2 Revert "add test for degenerate canvas dimension" by Mike Reed · 6 years ago
  34. 715b919 add test for degenerate canvas dimension by Mike Reed · 6 years ago
  35. d422847 path is rect bug number nine by Cary Clark · 6 years ago
  36. 59af19f can't abort looper loop, as saveCount won't be balanced by Mike Reed · 6 years ago
  37. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 6 years ago
  38. 88ba971 son of path is rect bug by Cary Clark · 6 years ago
  39. b809efb workaround for buggy macOS GLSL shader compiler by Ethan Nicholas · 6 years ago
  40. 31608c0 another rect is path fix by Cary Clark · 6 years ago
  41. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  42. 21f6437 Implement Sk2f Load2 by Chris Dalton · 6 years ago
  43. e3fda93 Implement Sk4f min/max by Chris Dalton · 6 years ago
  44. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  45. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 6 years ago
  46. 8540e11 more path is rect bugs by Cary Clark · 6 years ago
  47. 8eaf64a Fix SkTCopyOnFirstWrite copy semantics by Florin Malita · 6 years ago
  48. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  49. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  50. 872da6b Add initial support for simple concave shadows. by Jim Van Verth · 6 years ago
  51. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  52. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  53. 58627cb one more path is rect bug by Cary Clark · 6 years ago
  54. 5c71518 fix path to rect when missing close verb by Cary Clark · 6 years ago
  55. 42f02aa Implement Sk2f::Store2 by Chris Dalton · 6 years ago
  56. 83e0f1b SkPDF: smarter Jpeg when libjpeg-turbo is present by Hal Canary · 6 years ago
  57. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  58. 0cfd547 Remove SK_SUPPORT_LEGACY_BLURMASKFILTER by Brian Osman · 6 years ago
  59. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  60. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 6 years ago
  61. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 6 years ago
  62. c1267c6 Add SkSurfaceCharacterization operator== && != by Robert Phillips · 6 years ago
  63. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 6 years ago
  64. 42f8bc4 Add API for SkTextBlob serialization into caller's memory. by Khushal · 6 years ago
  65. ea49523 GrTessellator: fix for points that become infinite on stroking. by Stephen White · 6 years ago
  66. 4db18ed Add SkOffsetSimplePolygon. by Jim Van Verth · 6 years ago
  67. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 6 years ago
  68. e9e19dd SkPDF/Clusterator: a second test by Hal Canary · 6 years ago
  69. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 6 years ago
  70. c6a19f1 fix for frexp dataflow analysis by Ethan Nicholas · 6 years ago
  71. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 6 years ago
  72. 1521c8a SkPDF/Clusterator: expose to the light of a unit test by Hal Canary · 6 years ago
  73. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 6 years ago
  74. 20010e8 Reland "GrTessellator: hang fix." by Stephen White · 6 years ago
  75. 2346300 fixed type mismatches in SkSL comparison operators by Ethan Nicholas · 6 years ago
  76. f259030 Revert "GrTessellator: hang fix." by Mike Klein · 6 years ago
  77. 050c867 GrTessellator: hang fix. by Stephen White · 6 years ago
  78. 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 6 years ago
  79. 41964ed Rename SkInsetConvexPolygon to SkOffsetPolygon. by Jim Van Verth · 6 years ago
  80. 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 6 years ago
  81. 6ce482a Remove include/svg from public.bzl includes. by Ben Wagner · 6 years ago
  82. 052ef69 Pin color type when a cross-context image is constructed by Brian Osman · 6 years ago
  83. 094fba9 Add SkColorSpaceXform_skcms by Brian Osman · 6 years ago
  84. 68ff92f specialize arm64 allTrue()/anyTrue() by Mike Klein · 6 years ago
  85. ae18d07 Revert "Implement Sk2f::Store2" by Chris Dalton · 6 years ago
  86. 8a8a8e9 Implement Sk2f::Store2 by Chris Dalton · 6 years ago
  87. 99501b7 Fix leak of backend texture in GrContext_maxSurfaceSamplesForColorType test by Brian Salomon · 6 years ago
  88. f7d3f61 tests/ImageTest: fail gracefully by Hal Canary · 6 years ago
  89. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  90. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  91. 4125b61 tests: pass if !skia_enable_pdf by Hal Canary · 6 years ago
  92. 140ab36 Reland "fix nextContour bug" by Mike Reed · 6 years ago
  93. 3b68882 remove imageinfo flatten altogether by Cary Clark · 6 years ago
  94. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  95. af77002 Allow SkTraceMemoryDump to exclude wrapped objects by Eric Karl · 6 years ago
  96. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  97. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  98. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 6 years ago
  99. 0949bee fix op fuzz by Cary Clark · 6 years ago
  100. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago