1. ad0b2b8 Update Go Deps by skia-recreate-skps · 4 years, 2 months ago
  2. a908e6c Roll ANGLE from 2761f01d68a7 to cbcc500fa426 (6 revisions) by skia-autoroll · 4 years, 2 months ago
  3. a5dd44b Roll Chromium from 13ebce234ed3 to 47816b08f510 (378 revisions) by skia-autoroll · 4 years, 2 months ago
  4. 7a3ea55 Use Wuffs v0.3 by default, not v0.2 by Nigel Tao · 4 years, 2 months ago
  5. 0106fcc Make sure we are checking for failed wrapping of semaphores. by Greg Daniel · 4 years, 2 months ago
  6. b5f7a07 Enable OS X clipboard in ImGui. by John Stiles · 4 years, 2 months ago
  7. d62c154 Fix generated files by Robert Phillips · 4 years, 2 months ago
  8. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years, 2 months ago
  9. eba2958 Revert "Switch GN defs on Mac and iOS to use frameworks instead of libs." by Jim Van Verth · 4 years, 2 months ago
  10. 6438194 Add SK_BUILD_NO_OPTS to mac base defines by Andy Weiss · 4 years, 2 months ago
  11. ab13100 Update lottie_web to include lottiecap files by Kevin Lubick · 4 years, 2 months ago
  12. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 2 months ago
  13. c61e35d Switch GN defs on Mac and iOS to use frameworks instead of libs. by Jim Van Verth · 4 years, 2 months ago
  14. 795efd2 Add pass-through sampling to SkVM, use it when possible by Brian Osman · 4 years, 2 months ago
  15. be1829f Add macos condition support for G3 build by Andy Weiss · 4 years, 2 months ago
  16. 63f9864 Update LottieWeb to use newer Docker recipe by Kevin Lubick · 4 years, 2 months ago
  17. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 2 months ago
  18. 832936b Remove workaround for not calling SkImage release proc by Brian Salomon · 4 years, 2 months ago
  19. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 2 months ago
  20. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 2 months ago
  21. d2f870c Fix modifier key handling in OS X to allow command-keys to work. by John Stiles · 4 years, 2 months ago
  22. e381036 Fix D3D debug clang build. by Jim Van Verth · 4 years, 2 months ago
  23. ba7cbf7 Add SkSVGCanvas api Fuzzer by Zepeng Hu · 4 years, 2 months ago
  24. 16ee98d Roll Chromium from 277fb4f3a407 to 13ebce234ed3 (489 revisions) by skia-autoroll · 4 years, 2 months ago
  25. 0fb9b49 Roll ANGLE from 06462adde69b to 2761f01d68a7 (13 revisions) by skia-autoroll · 4 years, 2 months ago
  26. 23e55c4 Roll SwiftShader from b3240d0c355a to 2d6b37bbda59 (2 revisions) by skia-autoroll · 4 years, 2 months ago
  27. 5638f48 add windows skvm bots by Mike Klein · 4 years, 2 months ago
  28. 400ba22 save only xmm6-15 on windows by Mike Klein · 4 years, 2 months ago
  29. ab9578e Update ImGui to latest stable version (1.77). by John Stiles · 4 years, 2 months ago
  30. 77d7d5e with sanitizers, JIT but ignore it by Mike Klein · 4 years, 2 months ago
  31. 492558a [skottie] Fix wipe effects for images by Florin Malita · 4 years, 2 months ago
  32. fe7e74b Add an `experimental_simd` build target to CanvasKit. by Elliot Evans · 4 years, 2 months ago
  33. 1e6460d Implement GrFence in D3D. by Jim Van Verth · 4 years, 2 months ago
  34. 1bb4d35 The Pixel 4XLs are doing fine on Tests, so stop running the tests on Pixel 4s. by Joe Gregorio · 4 years, 2 months ago
  35. a68d933 nullptr -> paint color by Mike Klein · 4 years, 2 months ago
  36. dd3b401 Direct3D: Fix commandlist cleanup crash. by Jim Van Verth · 4 years, 2 months ago
  37. 9eb0002 Double down on abandoned being publicly accessible on contexts by Robert Phillips · 4 years, 2 months ago
  38. 4e3cab7 Reland "Simplify GrClip API" by Michael Ludwig · 4 years, 2 months ago
  39. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 2 months ago
  40. 511cf4f start on windows jit support by Mike Klein · 4 years, 2 months ago
  41. 746460e Fix d3d backend texture uploads when used formats need swizzling. by Greg Daniel · 4 years, 2 months ago
  42. 09dbeff Update SkModeColorFilter to support an input FP. by John Stiles · 4 years, 2 months ago
  43. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 2 months ago
  44. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 2 months ago
  45. 3207fbe Fix release build of viewer with Vulkan by Brian Salomon · 4 years, 2 months ago
  46. 5e09432 careful constants map handling by Mike Klein · 4 years, 2 months ago
  47. afaf5d5 performance increase by not drawing on do nothing frames by Jorge Betancourt · 4 years, 2 months ago
  48. 2d7cf46 Use SkTPin instead of std::clamp by Chris Dalton · 4 years, 2 months ago
  49. 1c62a7b Implement stroking with GPU tessellation by Chris Dalton · 4 years, 2 months ago
  50. b6b9573 SkSL: Rename isConstant to isCompileTimeConstant by Brian Osman · 4 years, 2 months ago
  51. 711e73c SkSL: Variable references are never "isConstant" by Brian Osman · 4 years, 2 months ago
  52. d681aa2 [infra] Add xcode-11.4.1 asset by Weston Tracey · 4 years, 2 months ago
  53. fc2fdf0 Support sample coords in .fp main() by Michael Ludwig · 4 years, 2 months ago
  54. ad24845 Make the GrDirectContext a thing and move it to include/private by Robert Phillips · 4 years, 2 months ago
  55. 41abd4f Remove SkWhitelistTypefaces. by Ben Wagner · 4 years, 2 months ago
  56. 8f3a836 Write SkSL visitor pattern and consolidate sampling analysis by Michael Ludwig · 4 years, 2 months ago
  57. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 2 months ago
  58. 359d16d Roll Chromium from 2076810705d0 to 277fb4f3a407 (412 revisions) by skia-autoroll · 4 years, 2 months ago
  59. a2bb8c0 Roll ANGLE from 69c011ef35f1 to 06462adde69b (13 revisions) by skia-autoroll · 4 years, 2 months ago
  60. eb1a910 Roll dawn from ff90599cdf60 to b231c7fb717d (5 revisions) by skia-autoroll · 4 years, 2 months ago
  61. 10b7541 Add proj() intrinsic (XY / Z), fix bug with perspective matrix sampling by Brian Osman · 4 years, 2 months ago
  62. 3a54b68 release notes for 85 to web page by Heather Miller · 4 years, 2 months ago
  63. 22c6aa1 Update Skia milestone to 86 by Heather Miller · 4 years, 2 months ago
  64. 8c3daeb Allow fontmgr factory to depend on fontmgrs. by Ben Wagner · 4 years, 2 months ago
  65. 49b30f4 SkSL ByteCode: Remove specialized instructions for N up to 4 by Brian Osman · 4 years, 2 months ago
  66. e7e25ac Remove workarounds to support legacy coord transforms by Michael Ludwig · 4 years, 2 months ago
  67. 9f2a333 Update SkColorFilterShader to use an inputFP instead of RunInSeries. by John Stiles · 4 years, 2 months ago
  68. c7ed7e6 Revert "Add storage on the surface for its last render task" by Robert Phillips · 4 years, 2 months ago
  69. ea25120 Clean up skottielib: modify access to package classes and delete unneeded code by Jorge Betancourt · 4 years, 2 months ago
  70. 0c24320 Reland "Don't flatten images in SkImageShader" by Brian Salomon · 4 years, 2 months ago
  71. aaf945c Add a full build option for SkottieKit by Florin Malita · 4 years, 2 months ago
  72. 4320664 Update SkGaussianColorFilter to support an input FP. by John Stiles · 4 years, 2 months ago
  73. a112133 Be more consistent about calling release procs in SkImage factories (take 2) by Robert Phillips · 4 years, 2 months ago
  74. ad43fd8 Update SkSRGBGammaColorFilter to accept an input fragment processor. by John Stiles · 4 years, 2 months ago
  75. 3e62762 Clean up GrColorSpaceXformEffect to allow a null child FP. by John Stiles · 4 years, 2 months ago
  76. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 2 months ago
  77. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 2 months ago
  78. 0851459 Revert "Don't flatten images in SkImageShader" by Derek Sollenberger · 4 years, 2 months ago
  79. ca5b36c Add storage on the surface for its last render task by Adlai Holler · 4 years, 2 months ago
  80. bedaef3 Use recording context more widely in SkGpuDevice by Robert Phillips · 4 years, 2 months ago
  81. 33603fd Fix DDLOperatorEqTest on Dawn backend. by Stephen White · 4 years, 2 months ago
  82. 1449d83 Move InputStream handling of SkottieLib to SkottieView by Jorge Betancourt · 4 years, 2 months ago
  83. 65513a9 Tweak scripts to fix CK builds with python 3 by Florin Malita · 4 years, 2 months ago
  84. 24e2f6e Add program pre-compilation to Vulkan backend by Robert Phillips · 4 years, 2 months ago
  85. f637135 Roll SwiftShader from eb0a25a189b7 to b3240d0c355a (2 revisions) by skia-autoroll · 4 years, 2 months ago
  86. a1429c4 Roll Chromium from 86c1522319ef to 2076810705d0 (570 revisions) by skia-autoroll · 4 years, 2 months ago
  87. 63b499b Roll ANGLE from c81da1c809fe to 69c011ef35f1 (12 revisions) by skia-autoroll · 4 years, 2 months ago
  88. 7e75381 Roll dawn from 2a6cc4f8fb40 to ff90599cdf60 (1 revision) by skia-autoroll · 4 years, 2 months ago
  89. 03132b7 Update SKP version by skia-recreate-skps · 4 years, 2 months ago
  90. d71cf40 Remove SkFontMgr::matchFaceStyle. by Ben Wagner · 4 years, 2 months ago
  91. 3d00fc9 Make SkFontMgr::onMakeFromStreamArgs pure virtual. by Ben Wagner · 4 years, 2 months ago
  92. 0dba3bb Remove remaining CGFontCreateWithDataProvider support. by Ben Wagner · 4 years, 2 months ago
  93. 61d4543 Start running Tests on Pixel4XLs. by Joe Gregorio · 4 years, 2 months ago
  94. b29a1a6 Fix D3D dynamic buffer reuse. by Jim Van Verth · 4 years, 2 months ago
  95. 98c39ba Make use of backend texture creation finished procs in YUV GMs by Robert Phillips · 4 years, 2 months ago
  96. f123f06 Expose GrRecordingContext accessor on SkCanvas and SkSurface by Robert Phillips · 4 years, 2 months ago
  97. 1ca54d4 remove purge more interface from GrTextBlobCache by Herb Derby · 4 years, 2 months ago
  98. 439fe60 show fat stroking on lines or curves by Mike Reed · 4 years, 2 months ago
  99. 562c8db Move the DDL unreffing to task destructor and update tests by Adlai Holler · 4 years, 2 months ago
  100. 7e47c21 fiddle with perspective divide by Mike Klein · 4 years, 2 months ago