1. 2d2f82c Always declare sk_FragColor in GLSL, even if unused by Brian Osman · 4 years, 3 months ago
  2. 838d71d added SkSLNodeArrayWrapper by Ethan Nicholas · 4 years, 3 months ago
  3. b270568 Almost remove GrContext by Adlai Holler · 4 years, 3 months ago
  4. a80a3dc Fix frexp support in Metal. by John Stiles · 4 years, 3 months ago
  5. 51dc285 allow early returns by Mike Klein · 4 years, 3 months ago
  6. 9f8ee0d Remove legacy SkImageGenerator YUV planes interface by Brian Salomon · 4 years, 3 months ago
  7. 2e25ff4 Directly compute call counts, rather than mutating state by Brian Osman · 4 years, 3 months ago
  8. 137068d impl SkTPin with std::{min,max} by Mike Klein · 4 years, 3 months ago
  9. f9c7b28 Add test for old font axis deserialization. by Ben Wagner · 4 years, 3 months ago
  10. 8aa0edf move SkTPin to include/private by Mike Klein · 4 years, 3 months ago
  11. a0c6731 update SkTPin() by Mike Klein · 4 years, 3 months ago
  12. f1f1e7d Hide shrinkToFit -- not needed now that we have pathbuilder by Mike Reed · 4 years, 3 months ago
  13. f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 4 years, 3 months ago
  14. c924a88 SkPath::shrinkToFit() needs to perform copy-on-write by Mike Reed · 4 years, 3 months ago
  15. 3172208 Revert "Remove GrContext" by Robert Phillips · 4 years, 3 months ago
  16. 2edf18d Remove GrContext by Adlai Holler · 4 years, 3 months ago
  17. 30f5f82 Delete SkPEG by Florin Malita · 4 years, 3 months ago
  18. df5739c Fix GrCCPerFlushResources error caused by cache eviction by Jiulong Wang · 4 years, 3 months ago
  19. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 3 months ago
  20. f4c6463 refine SkPath::approximateBytesUsed() by Mike Klein · 4 years, 3 months ago
  21. a221f1c remove skvx::{rsqrt,rcp} by Mike Klein · 4 years, 3 months ago
  22. 4c412bc Revert "Reland "Remove inliner from IR generation stage."" by John Stiles · 4 years, 3 months ago
  23. f1319c3 Add GLSL type aliases for SkRuntimeEffect SkSL by Brian Osman · 4 years, 3 months ago
  24. 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 4 years, 4 months ago
  25. 8dbdf23 Remove two uses of setModifiersHandle by Brian Osman · 4 years, 3 months ago
  26. f58db3c Various optimizations to stroke tessellation shaders by Chris Dalton · 4 years, 3 months ago
  27. 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 4 years, 3 months ago
  28. 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 3 months ago
  29. 5d08a27 Add geometry shader test demonstrating max_vertices/invocations bug by Brian Osman · 4 years, 3 months ago
  30. 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 3 months ago
  31. 01bdceb Rename SkTArray::allocCntForTest to capacity. by John Stiles · 4 years, 3 months ago
  32. 30c9b4c Remove SkSurface::MakeFromBackendTextureAsRenderTarget by Brian Salomon · 4 years, 4 months ago
  33. f972313 Add test for disabling the inliner. by John Stiles · 4 years, 3 months ago
  34. e497a08 Reland "Remove inliner from IR generation stage." by John Stiles · 4 years, 3 months ago
  35. f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 4 years, 3 months ago
  36. 0f37907 Undo call-count fix for intrinsic functions. by John Stiles · 4 years, 3 months ago
  37. 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 4 years, 3 months ago
  38. 07055b5 Parse out the orientation in the SubIFD of EXIF by Matthew Leibowitz · 4 years, 4 months ago
  39. 13fc260 Reject struct vardecls with modifiers. by John Stiles · 4 years, 4 months ago
  40. 60003f7 Use BackendSurfaceFactory in Vk protected unit tests. by Brian Salomon · 4 years, 4 months ago
  41. 6f3015a Reland "Add sk_Caps.builtinDeterminantSupport and use it in cross()." by John Stiles · 4 years, 4 months ago
  42. eaaa71b Add test for sk_Caps.mustGuardDivisionEvenAfterExplicitZeroCheck. by John Stiles · 4 years, 4 months ago
  43. 8f84cee Add test for sk_Caps.inBlendModesFailRandomlyForAllZeroVec. by John Stiles · 4 years, 4 months ago
  44. c0d6915 Reland "Rename GrStencilAttachment class to generic GrAttachment" by Greg Daniel · 4 years, 4 months ago
  45. 2ae1dd9 Revert "Add sk_Caps.builtinDeterminantSupport and use it in cross()." by Jim Van Verth · 4 years, 4 months ago
  46. 99b1a8b Revert "Rename GrStencilAttachment class to generic GrAttachment" by Jim Van Verth · 4 years, 4 months ago
  47. 6bbf026 Add sk_Caps.builtinDeterminantSupport and use it in cross(). by John Stiles · 4 years, 4 months ago
  48. 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 4 years, 4 months ago
  49. f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 4 years, 4 months ago
  50. 6113d50 Rename GrStencilAttachment class to generic GrAttachment by Greg Daniel · 4 years, 4 months ago
  51. e895cdc Dawn: implement mipmap generation. by Stephen White · 4 years, 4 months ago
  52. d464feb Rename GrThreadSafeUniquelyKeyedProxyViewCache by Robert Phillips · 4 years, 4 months ago
  53. 9c0b79a Implement assignment and copy-construction for SkTHashSet/Map. by John Stiles · 4 years, 4 months ago
  54. fde67e4 Add HW-filtered masks to thread-safe cache by Robert Phillips · 4 years, 4 months ago
  55. c021360 Only include one variable per declaration statement by Brian Osman · 4 years, 4 months ago
  56. f41762a Remove accidentally repeated bit-index expression. by John Stiles · 4 years, 4 months ago
  57. b180712 Centralize CreateLazyView helper in GrThreadSafeUniquelyKeyedProxyViewCache by Robert Phillips · 4 years, 4 months ago
  58. 8ffd4d7 Revert "Add a 2d cross product intrinsic to sksl" by Jim Van Verth · 4 years, 4 months ago
  59. 6e17ffe Add customData capability to the thread-safe proxy cache ... by Robert Phillips · 4 years, 4 months ago
  60. 8354e9b Fix data() method and add unit test. by John Stiles · 4 years, 4 months ago
  61. 57c37ad Add a 2d cross product intrinsic to sksl by Chris Dalton · 4 years, 4 months ago
  62. 56a6120 retry³ absl by Mike Klein · 4 years, 9 months ago
  63. 3c70f0b Revert "retry retry absl" by Mike Klein · 4 years, 4 months ago
  64. 33b42e1 retry retry absl by Mike Klein · 4 years, 9 months ago
  65. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years, 4 months ago
  66. 59637dd Add SkTypeface::getPostScriptName. by Ben Wagner · 4 years, 4 months ago
  67. d6cfe72 Add flag to switch op allocation to new by Herb Derby · 4 years, 4 months ago
  68. d30e9ef Use preservesAxisAlignment instead of scaleTranslate for clip simplification by Michael Ludwig · 4 years, 4 months ago
  69. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 4 years, 4 months ago
  70. bf4605f Have SkWuffsCodec use PIXEL_BLEND__SRC_OVER by Nigel Tao · 4 years, 4 months ago
  71. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 4 years, 4 months ago
  72. c1916c3 Remove use of legacy display globals. by Ben Wagner · 4 years, 4 months ago
  73. 09b9ead Rename BlendOverlap to BlendOverlay. by John Stiles · 4 years, 4 months ago
  74. 2d7973a Factor out Inliner candidate list assembly into its own function. by John Stiles · 4 years, 4 months ago
  75. 034f78a Detect non-2D textures in MetalCodeGenerator and fail cleanly by Brian Osman · 4 years, 4 months ago
  76. 326f1d7 Accumulated non-substantive changes by Robert Phillips · 4 years, 4 months ago
  77. a80ce1a remove SkMakeSpan use ctor parameter deduction by Herb Derby · 4 years, 8 months ago
  78. 8e2ef02 Support variables in the intrinsic map, clone them into Programs by Brian Osman · 4 years, 4 months ago
  79. 0eca74c Move bytesPerPixel query off of GrCaps and add bytesPerBlock query. by Greg Daniel · 4 years, 4 months ago
  80. 8e0aa44 Get GrBackendRenderTarget's sample count from MtlTexture. by Brian Salomon · 4 years, 4 months ago
  81. 80ccdbd Inline trivial single-argument constructors directly. by John Stiles · 4 years, 4 months ago
  82. aac5728 Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache (take 2) by Robert Phillips · 4 years, 4 months ago
  83. 20e4b9d Add unit test for inlining trivial arguments. by John Stiles · 4 years, 4 months ago
  84. 44733aa Avoid creating temporary variables for nested trivial cases. by John Stiles · 4 years, 4 months ago
  85. 55b69f5 Revert "Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache" by Brian Osman · 4 years, 4 months ago
  86. f201af8 Allow more types of expressions to be directly inlined. by John Stiles · 4 years, 4 months ago
  87. 4cf00a8 Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache by Robert Phillips · 4 years, 4 months ago
  88. 401a366 Fix swizzle-of-swizzle lvalues in ByteCodeGenerator by Brian Osman · 4 years, 4 months ago
  89. 57fd923 Add sample count to GrVkImageInfo. by Brian Salomon · 4 years, 4 months ago
  90. 80f6e4e air gap SkStrikeServer API from implementation by Herb Derby · 4 years, 4 months ago
  91. 3d921f1 Add unit test to demonstrate lack of SkSL swizzle optimization. by John Stiles · 4 years, 4 months ago
  92. 06febef Add 'tricky' OutParams golden output. by John Stiles · 4 years, 4 months ago
  93. f0b5644 introduce SkGlyphRect specialized for union & intersect by Herb Derby · 4 years, 4 months ago
  94. bc0c29e Fix call counts for intrinsic functions. by John Stiles · 4 years, 4 months ago
  95. e41b4ee Reland "Support out parameters that use a swizzle." by John Stiles · 4 years, 4 months ago
  96. defd223 Add correctness checks to GrThreadSafeViewCache tests by Robert Phillips · 4 years, 4 months ago
  97. 6bfa63f Revert "Support out parameters that use a swizzle." by Brian Osman · 4 years, 4 months ago
  98. 435b482 Support out parameters that use a swizzle. by John Stiles · 4 years, 4 months ago
  99. 7a6935a Update OutParams unit test to demonstrate SkSL failure. by John Stiles · 4 years, 4 months ago
  100. 766eeb2 Return target rect for SkPictureImageFilter forward bounds mapping by Fredrik Söderqvist · 4 years, 4 months ago