1. 0363f05 Add experimental prints for conic max error to Wedge sample by Chris Dalton · 3 years, 10 months ago
  2. bbaad02 Simplify bitmapprocstate to just store bool for bilerp by Mike Reed · 3 years, 10 months ago
  3. 95ab83f On QComm to vulkan partial clears as draws. by Greg Daniel · 3 years, 10 months ago
  4. 9ba7a24 Reland "SkSL: Test/implement "geometric" intrinsics" by Brian Osman · 3 years, 10 months ago
  5. 748db70 Make sure maxIntrinsicWidth is always no less than minIntrinsicWidth by Julia Lavrova · 3 years, 10 months ago
  6. 46787d5 SkSL: Add test for scalar versions of geometric intrinsics by Brian Osman · 3 years, 10 months ago
  7. 8636e13 Revert "Move conservative bounds tracking from SkCanvas to SkNoPixelsDevice" by Michael Ludwig · 3 years, 10 months ago
  8. ee792d6 Fix hazard in vulkan from resetting fActiveCommandPools. by Greg Daniel · 3 years, 10 months ago
  9. 4867834 move SkottieAnimation out of SkottieRunner to top level by Jorge Betancourt · 3 years, 10 months ago
  10. 641ff3b Hardcode offsets to zero in GrMockOpTarget by Chris Dalton · 3 years, 10 months ago
  11. bc75ebb Fix crash with boolean vectors in is_constant<T>. by John Stiles · 3 years, 10 months ago
  12. 7512507 Add "putBack" analogs to the DrawIndirect buffer pool by Chris Dalton · 3 years, 10 months ago
  13. a6e0d83 Remove a slop term from the stroke tessellation shader by Chris Dalton · 3 years, 10 months ago
  14. 246fcc3 rely on clients to guard old api by Mike Reed · 3 years, 10 months ago
  15. cb76565 Fix a bug with miters in the stroke tessellation shader by Chris Dalton · 3 years, 10 months ago
  16. 6c5e78d Bump bl from 4.0.2 to 4.0.3 in /tools/perf-canvaskit-puppeteer by dependabot[bot] · 3 years, 10 months ago
  17. a084ef4 Add supporting function for finding image use in layers by Nathaniel Nifong · 3 years, 10 months ago
  18. 11a3947 Move conservative bounds tracking from SkCanvas to SkNoPixelsDevice by Michael Ludwig · 3 years, 10 months ago
  19. 98c3aea Add cusp detection to GrPathUtils::findCubicConvex180Chops by Chris Dalton · 3 years, 10 months ago
  20. 1cf4bc7 Remove unused parameter in vk bindDescriptorSets. by Greg Daniel · 3 years, 10 months ago
  21. dbc19ea implement a whole slew of arm64 ops by Mike Klein · 3 years, 10 months ago
  22. 4dfa977 Add 'isBoolean' method to SkSL::Type. by John Stiles · 3 years, 10 months ago
  23. feada47 Reland "Simplify _blend_set_color_saturation, removing an instruction." by John Stiles · 3 years, 10 months ago
  24. 2aa3b8d fix test to use new api by Mike Reed · 3 years, 10 months ago
  25. 68ac3b9 Revert "Move GL's SkSL::Compiler to the GPU (like all other backends)" by Brian Osman · 3 years, 10 months ago
  26. 3df7196 Roll Dawn from 546a7c98c897 to 03badec5d73a (3 revisions) by skia-autoroll · 3 years, 10 months ago
  27. 7078f08 Roll ANGLE from ebf890fcf9f3 to 1b413197a6d7 (13 revisions) by skia-autoroll · 3 years, 10 months ago
  28. af88a65 Roll SwiftShader from 6d612051c083 to 43bb60e1fa11 (6 revisions) by skia-autoroll · 3 years, 10 months ago
  29. 4c1fb1c Return the contour's final point from SkPath::RangeIter in kClose by Chris Dalton · 3 years, 10 months ago
  30. 65fb101 Reland "Always tweak matrix for consistent opt" by Mike Reed · 3 years, 10 months ago
  31. 0a07e9b Revert "Always tweak matrix for consistent opt" by Mike Reed · 3 years, 10 months ago
  32. ce0c876 hide legacy scalePixels and makeShader by Mike Reed · 3 years, 10 months ago
  33. 26e1073 Always tweak matrix for consistent opt by Mike Reed · 3 years, 10 months ago
  34. d461f6e Add support for strided loads to GrVx by Chris Dalton · 3 years, 10 months ago
  35. cd74dea macro hygiene in SkVx.h by Mike Klein · 3 years, 10 months ago
  36. 9b9415e Avoid inlining functions that are called repeatedly. by John Stiles · 3 years, 10 months ago
  37. f5c1d04 Flatten out constructors nested inside constructors. by John Stiles · 3 years, 10 months ago
  38. 92072a3 Fix SPIR-V golden output file extensions. by John Stiles · 3 years, 10 months ago
  39. cddfce2 Move GL's SkSL::Compiler to the GPU (like all other backends) by Brian Osman · 3 years, 10 months ago
  40. 3d58d5a Incremental removal of internal dependence on SkFilterQuality by Mike Reed · 3 years, 10 months ago
  41. 931da26 Add unit test demonstrating output from Gaussian blur. by John Stiles · 3 years, 10 months ago
  42. 95b5fb9 Revert "Share code handling legacy SkFilterQuality" by Mike Reed · 3 years, 10 months ago
  43. f9334e9 Reland "Simplify layer bounds syncing and no-device error handling in SkCanvas::internalSaveLayer" by Michael Ludwig · 3 years, 10 months ago
  44. b27f39c Add conic fill support to the tessellator by Chris Dalton · 3 years, 10 months ago
  45. ee9c4c7 remove legacy SkFilterOptions by Mike Reed · 3 years, 10 months ago
  46. e81fb87 Revert "Simplify _blend_set_color_saturation, removing an instruction." by John Stiles · 3 years, 10 months ago
  47. 8b3b159 Remove operators &&= ||= ^^= from SkSL. by John Stiles · 3 years, 10 months ago
  48. 21a59d6 Fix double-negation of constant-value construcors. by John Stiles · 3 years, 10 months ago
  49. 9a8cbe5 Share code handling legacy SkFilterQuality by Mike Reed · 3 years, 10 months ago
  50. cbbe0b0 Fix reverse bounds calculation for SkImageFilters::Compose by Michael Ludwig · 3 years, 10 months ago
  51. b432754 Reland "Move vulkan memory uma stats to report on submit." by Greg Daniel · 3 years, 10 months ago
  52. 7d5a4b4 Roll SwiftShader from de9e649438ed to 6d612051c083 (4 revisions) by skia-autoroll · 3 years, 10 months ago
  53. d40e548 Roll ANGLE from 777749aafaac to ebf890fcf9f3 (12 revisions) by skia-autoroll · 3 years, 10 months ago
  54. 639fb02 Roll Dawn from 1a14e7e02441 to 546a7c98c897 (6 revisions) by skia-autoroll · 3 years, 10 months ago
  55. 9a5aa0a [svg] Handle zero-radius radial gradients by Florin Malita · 3 years, 10 months ago
  56. e4bc70c Update SKP version by skia-recreate-skps · 3 years, 10 months ago
  57. dd612b6 Update Go Deps by skia-recreate-skps · 3 years, 10 months ago
  58. ee40ec6 remove Op::pack by Mike Klein · 3 years, 10 months ago
  59. d90024d split subrun API into Blob and Op interfaces by Herb Derby · 3 years, 10 months ago
  60. a03f8bf other ways to organize samplingoptions? by Mike Reed · 3 years, 10 months ago
  61. 797831c Reland "Hook up ShaderErrorHandler in the Metal backend." by Robert Phillips · 3 years, 10 months ago
  62. c5a37b1 Revert "Move vulkan memory uma stats to report on submit." by Greg Daniel · 3 years, 10 months ago
  63. dda1d31 Enable SPIR-V disassembly output from skslc. by John Stiles · 3 years, 10 months ago
  64. 0dd83e1 Revert "SkSL: Test/implement "geometric" intrinsics" by John Stiles · 3 years, 10 months ago
  65. 0758da2 Revert "Hook up ShaderErrorHandler in the Metal backend." by Robert Phillips · 3 years, 10 months ago
  66. 10089c6 Revert "Remove legacy SkImage::MakeFromYUVATextures." by Robert Phillips · 3 years, 10 months ago
  67. 2c21a11 Remove uses of SkCanvas::flush by Robert Phillips · 3 years, 10 months ago
  68. c4e958b tweak SkVMBlitter for paints with no shader by Mike Klein · 3 years, 10 months ago
  69. 445df8d Factor out redundant code for compiling GLSL/Metal/SPIR-V/CPP/H files. by John Stiles · 3 years, 10 months ago
  70. b733496 Don't allow replaceClip to exceed bitmap device size by Michael Ludwig · 3 years, 10 months ago
  71. da1c4d2 Spruce up iOS viewer and cut CPU drain by Adlai Holler · 3 years, 10 months ago
  72. 69df532 Hook up ShaderErrorHandler in the Metal backend. by Jim Van Verth · 3 years, 10 months ago
  73. 0d5d956 SkSL: Test/implement "geometric" intrinsics by Brian Osman · 3 years, 10 months ago
  74. 74c51ac resolve filterquality up front in imageshader by Mike Reed · 3 years, 10 months ago
  75. 5626998 SkSL: Reduce default heap usage, improve heap benchmarks by Brian Osman · 3 years, 10 months ago
  76. 0f46450 Reland "Remove inliner from IR generation stage." by John Stiles · 3 years, 10 months ago
  77. 5c80964 Update GrProgramInfo's constructor by Robert Phillips · 3 years, 10 months ago
  78. 6c1191d Revert "Simplify layer bounds syncing and no-device error handling in SkCanvas::internalSaveLayer" by Michael Ludwig · 3 years, 10 months ago
  79. f77b6e6 Move vulkan memory uma stats to report on submit. by Greg Daniel · 3 years, 10 months ago
  80. df29db4 Remove legacy SkImage::MakeFromYUVATextures. by Brian Salomon · 3 years, 10 months ago
  81. c30fbca Allow swizzle optimizations to apply to any 'trivial' ctor fields. by John Stiles · 3 years, 10 months ago
  82. f7da923 Enable Mac to build with SK_VULKAN enabled. by John Stiles · 3 years, 10 months ago
  83. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 3 years, 10 months ago
  84. b69a9d4 Code cleanup: Remove references to IRNodes from SkSLPool. by John Stiles · 3 years, 10 months ago
  85. 0006ad0 Stop cloning builtin functions by Brian Osman · 3 years, 10 months ago
  86. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 10 months ago
  87. a446ca1 Reland various cleanups to SkSLMain. by John Stiles · 3 years, 10 months ago
  88. 5570c51 Replace various assertions inside SPIR-V codegen with errors. by John Stiles · 3 years, 10 months ago
  89. 8c58899 Fix fuzzer crash when casting between int and float. by John Stiles · 3 years, 10 months ago
  90. 9dce4d0 Roll ANGLE from 8b76d37f9f9a to 777749aafaac (19 revisions) by skia-autoroll · 3 years, 10 months ago
  91. bf24c93 Roll Dawn from ce207be41fd6 to 1a14e7e02441 (2 revisions) by skia-autoroll · 3 years, 10 months ago
  92. 4f660f2 Roll SwiftShader from 060020166679 to de9e649438ed (3 revisions) by skia-autoroll · 3 years, 10 months ago
  93. ed289e7 Simplify _blend_set_color_saturation, removing an instruction. by John Stiles · 3 years, 10 months ago
  94. b27ba53 Simplify layer bounds syncing and no-device error handling in SkCanvas::internalSaveLayer by Michael Ludwig · 3 years, 10 months ago
  95. 9496fe5 Stop cloning elements that declare builtin variables by Brian Osman · 3 years, 10 months ago
  96. ad5ec1a Fix color stop positions when computing degenerate gradient color by Michael Ludwig · 3 years, 10 months ago
  97. 1900665 Resolve issue with flush-time opsTask management by Robert Phillips · 3 years, 10 months ago
  98. 9e64047 Add MTLBinaryArchive support to iOS Metal build by Jim Van Verth · 3 years, 10 months ago
  99. 133724c SkSL::Program: Maintain a separate list of shared program elements by Brian Osman · 3 years, 11 months ago
  100. 1c49494 Add missing cache invalidate by Herb Derby · 3 years, 10 months ago