1. 0d5d956 SkSL: Test/implement "geometric" intrinsics by Brian Osman · 4 years ago
  2. 74c51ac resolve filterquality up front in imageshader by Mike Reed · 4 years ago
  3. 5626998 SkSL: Reduce default heap usage, improve heap benchmarks by Brian Osman · 4 years ago
  4. 0f46450 Reland "Remove inliner from IR generation stage." by John Stiles · 4 years ago
  5. 5c80964 Update GrProgramInfo's constructor by Robert Phillips · 4 years ago
  6. 6c1191d Revert "Simplify layer bounds syncing and no-device error handling in SkCanvas::internalSaveLayer" by Michael Ludwig · 4 years ago
  7. f77b6e6 Move vulkan memory uma stats to report on submit. by Greg Daniel · 4 years ago
  8. df29db4 Remove legacy SkImage::MakeFromYUVATextures. by Brian Salomon · 4 years ago
  9. c30fbca Allow swizzle optimizations to apply to any 'trivial' ctor fields. by John Stiles · 4 years ago
  10. f7da923 Enable Mac to build with SK_VULKAN enabled. by John Stiles · 4 years ago
  11. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years ago
  12. b69a9d4 Code cleanup: Remove references to IRNodes from SkSLPool. by John Stiles · 4 years ago
  13. 0006ad0 Stop cloning builtin functions by Brian Osman · 4 years ago
  14. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years ago
  15. a446ca1 Reland various cleanups to SkSLMain. by John Stiles · 4 years ago
  16. 5570c51 Replace various assertions inside SPIR-V codegen with errors. by John Stiles · 4 years ago
  17. 8c58899 Fix fuzzer crash when casting between int and float. by John Stiles · 4 years ago
  18. 9dce4d0 Roll ANGLE from 8b76d37f9f9a to 777749aafaac (19 revisions) by skia-autoroll · 4 years ago
  19. bf24c93 Roll Dawn from ce207be41fd6 to 1a14e7e02441 (2 revisions) by skia-autoroll · 4 years ago
  20. 4f660f2 Roll SwiftShader from 060020166679 to de9e649438ed (3 revisions) by skia-autoroll · 4 years ago
  21. ed289e7 Simplify _blend_set_color_saturation, removing an instruction. by John Stiles · 4 years ago
  22. b27ba53 Simplify layer bounds syncing and no-device error handling in SkCanvas::internalSaveLayer by Michael Ludwig · 4 years ago
  23. 9496fe5 Stop cloning elements that declare builtin variables by Brian Osman · 4 years ago
  24. ad5ec1a Fix color stop positions when computing degenerate gradient color by Michael Ludwig · 4 years ago
  25. 1900665 Resolve issue with flush-time opsTask management by Robert Phillips · 4 years ago
  26. 9e64047 Add MTLBinaryArchive support to iOS Metal build by Jim Van Verth · 4 years ago
  27. 133724c SkSL::Program: Maintain a separate list of shared program elements by Brian Osman · 4 years ago
  28. 1c49494 Add missing cache invalidate by Herb Derby · 4 years ago
  29. 8df863f Switch to static asserts for internal canvas struct sizes by Michael Ludwig · 4 years ago
  30. d9076cb Merge `foo.x, foo.y, foo.z` into `foo.xyz` when optimizing swizzles. by John Stiles · 4 years ago
  31. 281583a processGlyphRunList -> processGlyphRun: move out loop by Herb Derby · 4 years ago
  32. 8dacba3 Migrate away for heuristics for bicubic filtering by Mike Reed · 4 years ago
  33. 9458c8d Add an epsilon to GrPathUtils::findCubicConvex180Chops by Chris Dalton · 4 years ago
  34. 4ce110b Revert "tighten up device bounds for glyphs" by Herb Derby · 4 years ago
  35. 0777ac4 Optimize swizzled multiple-argument constructors. by John Stiles · 4 years ago
  36. f403dd2 update debugger wasm makefile by Nathaniel Nifong · 4 years ago
  37. 753e798 [infra] Remove deleted taskdriver by Kevin Lubick · 4 years ago
  38. 039f90c Revert "Remove GrDrawingManager::fActiveOpsTask ivar" by Adlai Holler · 4 years ago
  39. d482d35 Update docs for iOS deployment by Jim Van Verth · 4 years ago
  40. 9db7858 update infra repo by Kevin Lubick · 4 years ago
  41. b5aa3ef Update DeviceSpaceEffect and ColorSpaceXform to return half4s. by John Stiles · 4 years ago
  42. f0cd1ab Roll ANGLE from 2ffff6d024c7 to 8b76d37f9f9a (13 revisions) by skia-autoroll · 4 years ago
  43. 5bd1dc2 Roll SwiftShader from bb96f79d0e15 to 060020166679 (4 revisions) by skia-autoroll · 4 years ago
  44. c6ad76c Roll Dawn from a0758a1aef12 to ce207be41fd6 (4 revisions) by skia-autoroll · 4 years ago
  45. 6ed9089 Move clip operations on SkDevices into a helper macro by Michael Ludwig · 4 years ago
  46. 4dbff75 Update GrTTopoSort to use pre-existing memory ... by Robert Phillips · 4 years ago
  47. 0d66b25 Simplify internal logic in androidFramework_setDeviceClipRestriction by Michael Ludwig · 4 years ago
  48. d1d8729 Add fix for fuzzer-discovered crash with negated constructors. by John Stiles · 4 years ago
  49. 1f71f43 Always enable SkSL's ByteCodeGenerator, disable interpreter in Google3 by Brian Osman · 4 years ago
  50. 2d36627 Add ios_min_target. by Jim Van Verth · 4 years ago
  51. 421ee3a Fix typo in gn/ios.gni. by Jim Van Verth · 4 years ago
  52. d0f712f Add fix for fuzzer-discovered crash at oss-fuzz:27614. by John Stiles · 4 years ago
  53. 466e7e8 Hide SkCanvas::AutoValidateClip in cpp file by Michael Ludwig · 4 years ago
  54. 47d5ba9 Fix SkRegion::setPath to respect inverse fills when path isn't finite by Michael Ludwig · 4 years ago
  55. 5013d95 Rename fDeviceClipBounds to fQuickRejectBounds by Michael Ludwig · 4 years ago
  56. 94584f4 Remove unused macros from GrGLConfig.h, GrGLConfig_chrome.h, and scripts by Brian Salomon · 4 years ago
  57. 408959f Track AA-ness and rect-ness in SkConservativeClip by Michael Ludwig · 4 years ago
  58. e08eb75 allow JIT on ARM Mac by Mike Klein · 4 years ago
  59. 57adba0 Fix worklist files with skslc. by John Stiles · 4 years ago
  60. f429943 Remove GrDrawingManager::fActiveOpsTask ivar by Adlai Holler · 4 years ago
  61. c743164 [skottie] More robust font style parsing by Florin Malita · 4 years ago
  62. 75ae8fc Remove unexpected color conversion in GrSurfaceContext::readPixels by Christopher Cameron · 4 years ago
  63. 7b23905 Revert "Replace skslc worklist files with -- delimited command lines." by Brian Osman · 4 years ago
  64. c59e448 use the DirectSubRun to size the arena by Herb Derby · 4 years ago
  65. ae0d3ff [canvaskit] Document and tweak MakeImage API by Kevin Lubick · 4 years ago
  66. 90f211f calculate glyph offset using (0,0) mapping by Herb Derby · 4 years ago
  67. 108bbe2 Optimize away swizzles on single-argument constructors. by John Stiles · 4 years ago
  68. 8dbceba Remove (unused) SkSL::NodeArrayWrapper by Brian Osman · 4 years ago
  69. 79832e3 [svg] Parse "inherit" generically for SkSVGProperty by Tyler Denniston · 4 years ago
  70. fb964a4 SkSL: Preserve coerced types of literals during dehydration/rehydration by Brian Osman · 4 years ago
  71. 0540efe Remove nullptr default Type from IntLiteral by Brian Osman · 4 years ago
  72. ffc7a21 update externs for debugger_bindings.cpp by Nathaniel Nifong · 4 years ago
  73. fcc4e85 Remove SkYUVAInfo::PlanarConfig by Brian Salomon · 4 years ago
  74. 9ef7e20 Remove friending between GrRenderTask and GrDDLTask by Robert Phillips · 4 years ago
  75. a186c35 Update the TopoSort test ... by Robert Phillips · 4 years ago
  76. 2efafe6 Fix debugger auto-deploy by Kevin Lubick · 4 years ago
  77. a1112b3 Roll Dawn from f2bc3b3edd6f to a0758a1aef12 (5 revisions) by skia-autoroll · 4 years ago
  78. ed771cb Roll ANGLE from 4f96bf19941b to 2ffff6d024c7 (21 revisions) by skia-autoroll · 4 years ago
  79. 77430e5 Roll SwiftShader from 04515da400d5 to bb96f79d0e15 (2 revisions) by skia-autoroll · 4 years ago
  80. 6aeb414 add staging flags by Mike Reed · 4 years ago
  81. 8f46ecc Remove two YUV effect GMs: yuv_to_rgb_effect and yuv_nv12_to_rgb_effect. by Brian Salomon · 4 years ago
  82. 75c38f9 [svg] Add SkSVGProperty class for presentation attributes by Tyler Denniston · 4 years ago
  83. 98e17bf Remove deprecated DDL promise texture image factories. by Brian Salomon · 4 years ago
  84. c634fc4 Remove FCLocker::Suspend. by Ben Wagner · 4 years ago
  85. 5dfa02b tighten up device bounds for glyphs by Herb Derby · 4 years ago
  86. e1bbd5c Disallow unsized array dimensions on size fields past the frontmost. by John Stiles · 4 years ago
  87. 08070f6 Report the correct line number when vardecls have an error. by John Stiles · 4 years ago
  88. 5035b8f Minor cleanup in the intrinsics GMs by Brian Osman · 4 years ago
  89. 1d75778 Disallow opaque types in structs and interface blocks. by John Stiles · 4 years ago
  90. 3b20936 Code cleanup: remove macros from AST node creation. by John Stiles · 4 years ago
  91. 8c1cdec Update Go Deps by Kevin Lubick · 4 years ago
  92. abe4518 Move GrOpsTask::addOp and addDrawOp out of header by Adlai Holler · 4 years ago
  93. b1a6b97 Remove bulk GrDrawingManager::appendTasks by Adlai Holler · 4 years ago
  94. 88b2961 Connect DDL offsets in the testing harness to the new ddlTask by Robert Phillips · 4 years ago
  95. fbbc3bb Move SkTTopoSort to src/gpu and rename it to GrTTopoSort by Robert Phillips · 4 years ago
  96. da3d8c2 Reland "SkAnimatedImage: Use fSampleSize" by Leon Scroggins · 4 years ago
  97. abd73e2 Roll SwiftShader from e4c1a25cc679 to 04515da400d5 (3 revisions) by skia-autoroll · 4 years ago
  98. 610fada Roll ANGLE from 60570b859f7c to 4f96bf19941b (15 revisions) by skia-autoroll · 4 years ago
  99. a048531 Roll Dawn from 575729e8dd25 to f2bc3b3edd6f (5 revisions) by skia-autoroll · 4 years ago
  100. 1ce8964 Move SKP version extraction into JS by Nathaniel Nifong · 4 years ago