1. 98eb297 Generate ICC profiles with version 4.3 (not 2.1) by Brian Osman · 3 years ago
  2. 6bc9626 fix deadlock in remote cache logging by Herb Derby · 3 years ago
  3. 4326464 Revert "Remove SkRuntimeShader::makeImage." by John Stiles · 3 years ago
  4. 65967ab Remove SkRuntimeShader::makeImage. by John Stiles · 3 years ago
  5. 397fdfd Implement separate crop filter by Michael Ludwig · 3 years, 1 month ago
  6. fcc0ef1 Remove all clamping to "valid" premultiplied colors by Brian Osman · 3 years, 1 month ago
  7. 8c9c185 Simplify SkAAClip to use SkClipOp, not SkRegion::Op by Michael Ludwig · 3 years, 1 month ago
  8. 3d9c73c Use thread_local on iOS by Ben Wagner · 3 years, 1 month ago
  9. b1559f2 drawPoints with maskfilter fix by Mike Reed · 3 years, 1 month ago
  10. 0c2cca5 Make sure we use device bounds for DrawableOp. by Greg Daniel · 3 years, 1 month ago
  11. 181bb97 Reorganize and hide aa clip impl into .cpp file by Michael Ludwig · 3 years, 1 month ago
  12. c7ffd5e Clip vertical edges outside crop rect during convex edge walk by Michael Ludwig · 3 years, 1 month ago
  13. 201b72a In runtime effects, treat all children as sampled by Brian Osman · 3 years, 1 month ago
  14. f6c564e Move DeviceFlags and CheckAlphaTypeAndGetFlags to skgpu::BaseDevice by Robert Phillips · 3 years, 1 month ago
  15. e588189 Remove overly verbose Usage enum from FilterResult by Michael Ludwig · 3 years, 1 month ago
  16. 7d64a03 Disable UBSAN overflow detection in SkVM. by John Stiles · 3 years, 1 month ago
  17. 826468f Optimize dead-code elimination in SkVM. by John Stiles · 3 years, 1 month ago
  18. c3a0c8e Perform rect+path clip intersection in-place by Michael Ludwig · 3 years, 1 month ago
  19. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years, 1 month ago
  20. 7deee71 Remove recursion from SkVM dead-code elimination. by John Stiles · 3 years, 1 month ago
  21. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 3 years, 1 month ago
  22. aa008bc Avoid integer overflow in area calculation for SkRect::Subtract by Michael Ludwig · 3 years, 1 month ago
  23. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 3 years, 1 month ago
  24. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 3 years, 2 months ago
  25. c26cf6c Guard against width/height overflow in SkIRect::subtract by Michael Ludwig · 3 years, 2 months ago
  26. 3c0c185 Don't assume DecomposeCTM and setDeviceCoordSystem always succeed by Michael Ludwig · 3 years, 2 months ago
  27. 2cede62 Remove staging flag for raster clip aa disabling by Michael Ludwig · 3 years, 2 months ago
  28. a228a48 Silence clang-tidy warnings around SkBlockAllocator by Michael Ludwig · 3 years, 2 months ago
  29. c1ed11d Move GrBlockAllocator and GrTBlockList to src/core/ by Michael Ludwig · 3 years, 2 months ago
  30. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 2 months ago
  31. 8c75b2d Simplify conservative clip tracking for SkNoPixelsDevice by Michael Ludwig · 3 years, 2 months ago
  32. 53009db Reland "Downgrade giant clip ops' AA in SkRasterClipStack" by Michael Ludwig · 3 years, 2 months ago
  33. f248b35 Revert "Downgrade giant clip ops' AA in SkRasterClipStack" by Michael Ludwig · 3 years, 2 months ago
  34. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years, 2 months ago
  35. 3a15110 Downgrade giant clip ops' AA in SkRasterClipStack by Michael Ludwig · 3 years, 2 months ago
  36. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years, 2 months ago
  37. e127304 Fix stringop-overflow in SkString by Ben Wagner · 3 years, 2 months ago
  38. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years, 2 months ago
  39. 95c9734 Reland "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Mike Reed · 3 years, 3 months ago
  40. 57bd619 Return the input-matrix determinant from SkInvertNxNMatrix. by John Stiles · 3 years, 2 months ago
  41. 13c9f66 Fix additional cases of variable shadowing. by John Stiles · 3 years, 2 months ago
  42. 9a6f399 Avoid type shadowing warnings in SkVM. by John Stiles · 3 years, 2 months ago
  43. b1f34bf Fix cases of variable shadowing in /src/. by John Stiles · 3 years, 2 months ago
  44. 72171b7 Fix mipmap validity check. by John Stiles · 3 years, 2 months ago
  45. 364ea35 Make remaining GrOp derived classes be skgpu::v1 only by Robert Phillips · 3 years, 2 months ago
  46. c7829eb Guard against large content bounds for layer mapping calculations by Michael Ludwig · 3 years, 2 months ago
  47. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years, 2 months ago
  48. 423990d Decrease w epsilon to avoid incorrect bounds calculations by Michael Ludwig · 3 years, 2 months ago
  49. 50fe857 Revert "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Brian Osman · 3 years, 2 months ago
  50. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 2 months ago
  51. f0efa1d Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Herb Derby · 3 years, 2 months ago
  52. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years, 2 months ago
  53. 14f8d79 Fix various cases of variable shadowing in Skia. by John Stiles · 3 years, 2 months ago
  54. 879b2f2 In SkCanvas destructor, discard (rather than blit) unbalanced layers by Mike Reed · 3 years, 3 months ago
  55. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 2 months ago
  56. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years, 2 months ago
  57. 68556bc Move canvas helper structs to header by Brian Osman · 3 years, 2 months ago
  58. 4979d2b Simplify device clip restriction impl by Michael Ludwig · 3 years, 2 months ago
  59. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years, 2 months ago
  60. e1d523d Remove SkTLList by Michael Ludwig · 3 years, 2 months ago
  61. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years, 2 months ago
  62. 22cada0 Clean up unflattening paints by Mike Reed · 3 years, 2 months ago
  63. 3c24611 Fix rMoveTo to be relative to the start of a closed path by William Hesse · 3 years, 2 months ago
  64. f76768d Revert "Clean up unflattening paints" by Robert Phillips · 3 years, 2 months ago
  65. 717ef94 Clean up unflattening paints by Mike Reed · 3 years, 2 months ago
  66. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years, 2 months ago
  67. d59d3e1 Reland "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 2 months ago
  68. 09746be Set SkPath.fLastMoveToIndex field from SkPathBuilder by Mike Reed · 3 years, 2 months ago
  69. 462e188 SkScalerContext handle stroke changing path effect by Ben Wagner · 3 years, 2 months ago
  70. 7386dc7 Ensure default SkPaints w/ dither don't get dithered by Robert Phillips · 3 years, 2 months ago
  71. 8ba1e71 Revert "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 2 months ago
  72. 337e484 Revert "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Derek Sollenberger · 3 years, 2 months ago
  73. 35215fb Don't assume extended (check perspective) by Mike Reed · 3 years, 2 months ago
  74. ea17e24 Reland "uniform Ptr (UPtr) is a sub class of Ptr" by Herb Derby · 3 years, 2 months ago
  75. cc04b6f Revert "Reland "Reland "Omit inner join geometry when possible""" by Tyler Denniston · 3 years, 2 months ago
  76. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 2 months ago
  77. 3b39b7f Alias canComputeFastBounds to affectsTransparentBlack by Michael Ludwig · 3 years, 2 months ago
  78. 68587ae Add SkClipStack::replaceClip() separate from deprecated clip op by Michael Ludwig · 3 years, 2 months ago
  79. b00cbc7 Revert "uniform Ptr (UPtr) is a sub class of Ptr" by Derek Sollenberger · 3 years, 2 months ago
  80. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 2 months ago
  81. 40dfc67 Reland "Reland "Omit inner join geometry when possible"" by Tyler Denniston · 3 years, 2 months ago
  82. cef047a uniform Ptr (UPtr) is a sub class of Ptr by Herb Derby · 3 years, 2 months ago
  83. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 2 months ago
  84. 68f5606 Fix cases of variable shadowing in rasterization. by John Stiles · 3 years, 2 months ago
  85. 46eb3ab Make v1/SurfaceDrawContext V1-only by Robert Phillips · 3 years, 2 months ago
  86. 7b401e0 Fix cases of variable shadowing in src/core/. by John Stiles · 3 years, 2 months ago
  87. addccaf Enable narrowing conversions automatically for Runtime Effects. by John Stiles · 3 years, 2 months ago
  88. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 2 months ago
  89. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 2 months ago
  90. 98c2dd3 draw atlas: using skvm by Herb Derby · 3 years, 2 months ago
  91. 82c99d1 Reduce size of ChildPtr object. by John Stiles · 3 years, 2 months ago
  92. ce9a5c9 Allow sampling from SkBlenders. by John Stiles · 3 years, 2 months ago
  93. 04c6122 Convert GrBlendFragmentProcessor into a blend function. by John Stiles · 3 years, 2 months ago
  94. 8adb625 Revert "SkCanvas: switch from SkDeque to std::deque" by Brian Osman · 3 years, 2 months ago
  95. cc9d20f SkCanvas: switch from SkDeque to std::deque by Brian Osman · 3 years, 2 months ago
  96. 3d019dd Support serialization of child effects for Runtime Blenders. by John Stiles · 3 years, 2 months ago
  97. 15e42b3 draw vertices: implement blending the tri-color shader by Herb Derby · 3 years, 3 months ago
  98. 99d7d67 draw vertices: implement triangle vertex color by Herb Derby · 3 years, 3 months ago
  99. 3b6ee00 remove unused uniforms from update by Herb Derby · 3 years, 3 months ago
  100. 7fd83eb Fix SkTLList::popTail by Brian Osman · 3 years, 3 months ago