1. 1521c8a SkPDF/Clusterator: expose to the light of a unit test by Hal Canary · 7 years ago
  2. c46e9b7 Fix up .fp files by Robert Phillips · 7 years ago
  3. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 7 years ago
  4. e1fec19 SkAdvancedTypefaceMetrics: distinguish between font names by Hal Canary · 7 years ago
  5. 76e8516 Snap non-scaled emoji to pixel borders by Jim Van Verth · 7 years ago
  6. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
  7. 9c6f6a5 SkPDF: type3: more descriptor values by Hal Canary · 7 years ago
  8. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 7 years ago
  9. c3bc425 SkDynamicMemoryWStream: clean up, asserts, etc. by Hal Canary · 7 years ago
  10. 20010e8 Reland "GrTessellator: hang fix." by Stephen White · 7 years ago
  11. 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 7 years ago
  12. 2346300 fixed type mismatches in SkSL comparison operators by Ethan Nicholas · 7 years ago
  13. 0090ef6 Don't use gl_FragCoord on legacy Tegra hardware by Chris Dalton · 7 years ago
  14. f259030 Revert "GrTessellator: hang fix." by Mike Klein · 7 years ago
  15. 97182cc Add color fonts. by Ben Wagner · 7 years ago
  16. 050c867 GrTessellator: hang fix. by Stephen White · 7 years ago
  17. 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 7 years ago
  18. a567e33 SkPDF: Accept non-monotonic text cluster indices by Hal Canary · 7 years ago
  19. a466228 Delete GPU alpha clip masks by Chris Dalton · 7 years ago
  20. 41964ed Rename SkInsetConvexPolygon to SkOffsetPolygon. by Jim Van Verth · 7 years ago
  21. 3a9710b Add handling for allocation failure in GrTextureOpList by Robert Phillips · 7 years ago
  22. 39e45df Various cleanup to remote_demo by Herb Derby · 7 years ago
  23. 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 7 years ago
  24. 3560b58 Revert "Add color fonts." by Ben Wagner · 7 years ago
  25. d3b933f Add color fonts. by Ben Wagner · 7 years ago
  26. b412f5b cache SkMatrix44 type in makeColorSpin() by Mike Klein · 7 years ago
  27. 8dfc70f ccpr: Various cleanups by Chris Dalton · 7 years ago
  28. 052ef69 Pin color type when a cross-context image is constructed by Brian Osman · 7 years ago
  29. d3b37a1 Fix TSAN race in SkPaintToGrPaintNoShader by Robert Phillips · 7 years ago
  30. 094fba9 Add SkColorSpaceXform_skcms by Brian Osman · 7 years ago
  31. c26be9c Reland "Use DAA for small cubics and non-convex paths that fit into a mask" by Yuqian Li · 7 years ago
  32. 2ef4525 Remove SkAutoGlyphCache by Herb Derby · 7 years ago
  33. b709f27 ccpr: Use Manhattan distance for curve AA by Chris Dalton · 7 years ago
  34. 97be88f Move cache difference code into remote cache files by Herb Derby · 7 years ago
  35. f9e12df Cleanup SkAutoGlyphCache in SkXPSDevice. by Herb Derby · 7 years ago
  36. 21ba551 ccpr: Replace curve corner MSAA with analytic attenuation by Chris Dalton · 7 years ago
  37. 8f7e28f added frexp support to SkSL by Ethan Nicholas · 7 years ago
  38. 19d311b Remove copy of TableColorFilter data when GPU rendering by Robert Phillips · 7 years ago
  39. 68ff92f specialize arm64 allTrue()/anyTrue() by Mike Klein · 7 years ago
  40. b468ddc detect ASIMDHP on ARM64 by Mike Klein · 7 years ago
  41. 107d539 Revert "Use DAA for small cubics and non-convex paths that fit into a mask" by Mike Klein · 7 years ago
  42. 34df0d3 Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig by Brian Salomon · 7 years ago
  43. ae18d07 Revert "Implement Sk2f::Store2" by Chris Dalton · 7 years ago
  44. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  45. a6a3df7 Move GrPixelConfig to GrTypesPriv by Brian Salomon · 7 years ago
  46. 49edccd Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkColorType by Brian Salomon · 7 years ago
  47. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 7 years ago
  48. 1e8501e Get @constructor feature of SKSL working by Robert Phillips · 7 years ago
  49. 8a8a8e9 Implement Sk2f::Store2 by Chris Dalton · 7 years ago
  50. 1875e05 Use DAA for small cubics and non-convex paths that fit into a mask by Yuqian Li · 7 years ago
  51. 12a6842 Disable DDL assert to unblock Chrome by Robert Phillips · 7 years ago
  52. 48ce22b Add error return, upon mask creation failure, in sw_draw_with_mask_filter by Robert Phillips · 7 years ago
  53. af78a94 Revert "Add color fonts." by Jim Van Verth · 7 years ago
  54. a98183a Revert "Remove std::move from GrSimpleTextureEffect" by Robert Phillips · 7 years ago
  55. 7956b59 Remove SkAutoGlyphCache decls that happen to work by Herb Derby · 7 years ago
  56. c912d61 Add color fonts. by Ben Wagner · 7 years ago
  57. 0a4b13c Remove std::move from GrSimpleTextureEffect by Robert Phillips · 7 years ago
  58. 3afdab1 Always validate GrBackendTextures passed to YUV image factories by Brian Salomon · 7 years ago
  59. 0fd1275 GrGLES Interface: GL_OES_vertex_array_object ext by Hal Canary · 7 years ago
  60. 5b3de79 lock before using fCacheKeys in ~SkImageFilter() by Mike Klein · 7 years ago
  61. 1a605cd Remove the last uses of auto glyph cache. by Herb Derby · 7 years ago
  62. ab46ac5 Better decisions about choosing AAA versus DAA by Yuqian Li · 7 years ago
  63. 817e999 Reland "Remove legacy precision boundary" by Yuqian Li · 7 years ago
  64. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 7 years ago
  65. 9eded2c switched SPIR-V vertexid to vertexindex by Ethan Nicholas · 7 years ago
  66. dab15f7 Revert "Remove legacy precision boundary" by Derek Sollenberger · 7 years ago
  67. cec40a9 limit discrete path effect iterations by Cary Clark · 7 years ago
  68. 4d4b3aa small ABI + narrow/wide code updates by Mike Klein · 7 years ago
  69. 42409c2 Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not take SkColorType by Brian Salomon · 7 years ago
  70. a2513c1 Remove legacy precision boundary by Yuqian Li · 7 years ago
  71. 52076d1 ccpr: Use a more stable formula to find quadratic coordinates by Chris Dalton · 7 years ago
  72. ca37f32 change canvas-state to just record clip bounds by Mike Reed · 7 years ago
  73. 1045013 GrGLExtensions: remove unneded unique_ptr by Hal Canary · 7 years ago
  74. 186ff6d Fix version check for vulkan layers by Greg Daniel · 7 years ago
  75. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 7 years ago
  76. 5f3685b Simplify format_rowbyts calculation. by Herb Derby · 7 years ago
  77. 0262ea0 Try to have glyph count go through to allow easier glyphid sets by Herb Derby · 7 years ago
  78. 4e34a01 Remove more uses of SkAutoGlyphCache. by Herb Derby · 7 years ago
  79. 9475aa0 handle extreme dashes by Cary Clark · 7 years ago
  80. d1d5256 fixed attributes of sk_InvocationID by Ethan Nicholas · 7 years ago
  81. 5c4b33b Don't add change listeners to pixelRefs in DDL mode by Robert Phillips · 7 years ago
  82. 8d38a7f ccpr: Update the sample to use proper coverage count buffers by Chris Dalton · 7 years ago
  83. f36b8a3 fix pathop fuzzer by Cary Clark · 7 years ago
  84. bfd2749 Remove deprecated SkImage::MakeFromTexture variants that don't take SkColorType by Brian Salomon · 7 years ago
  85. abadbee Move MakeCrossContextFromPixmap to use lazy version of createTextureProxy by Greg Daniel · 7 years ago
  86. 6357116 Allow only Android to use SkAutoGlyphCacheNoGamma by Herb Derby · 7 years ago
  87. aeb425d Regularize SkGlyphCache creation. by Herb Derby · 7 years ago
  88. d92a739 detect nonfinite cubic points by Mike Reed · 7 years ago
  89. 140ab36 Reland "fix nextContour bug" by Mike Reed · 7 years ago
  90. c10ebe6 More removal of auto glyph cache. by Herb Derby · 7 years ago
  91. bba3ab7 Reland "Check the boundary while cumulating deltas in a mask" by Yuqian Li · 7 years ago
  92. ec46871 Make consistent isRadiusIncreasing decision by Yuqian Li · 7 years ago
  93. 3b68882 remove imageinfo flatten altogether by Cary Clark · 7 years ago
  94. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 7 years ago
  95. 56dc04b Remove deprecated versions of YUV texture SkImage factories by Brian Salomon · 7 years ago
  96. af77002 Allow SkTraceMemoryDump to exclude wrapped objects by Eric Karl · 7 years ago
  97. 5370677 Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType by Brian Salomon · 7 years ago
  98. 371e29c fix switch fallthrough warning by Ethan Nicholas · 7 years ago
  99. 650dd90 Fix concentric 2pt conical gradient in GPU where r1 < r0 by Yuqian Li · 7 years ago
  100. cb88470 Remove SkSurface::MakeFromBackendTextureAsRenderTarget variant that doesn't take SkColorType by Brian Salomon · 7 years ago