1. c19b9c5 androidFramework_replaceClip proposal by Michael Ludwig · 4 years, 2 months ago
  2. a693a47 Revert "clean up after big refactor of SkColorFilter --> ...Base" by Michael Ludwig · 4 years, 2 months ago
  3. 02616ea [skrive] Add dm source by Florin Malita · 4 years, 2 months ago
  4. 29c70f2 Update SkComposeColorFilter to support an input FP. by John Stiles · 4 years, 2 months ago
  5. c1a67b5 Implement Direct3D semaphores by Jim Van Verth · 4 years, 2 months ago
  6. 7e16715 Remove outdated comment by Adlai Holler · 4 years, 2 months ago
  7. ac9d3f6 Cleanup of GrSkSLFP by Brian Osman · 4 years, 2 months ago
  8. 1af72d1 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 4 years, 2 months ago
  9. c36b8aa Add support for passing an inputFP to SkColorFilter objects. by John Stiles · 4 years, 2 months ago
  10. d7e5562 bin/try: automatically set 'git cl issue' when not found by Eric Boren · 4 years, 3 months ago
  11. 6dc67b1 clean up after big refactor of SkColorFilter --> ...Base by Mike Reed · 4 years, 2 months ago
  12. 6c9bb62 Have the drawing manager ref & unref DDLs on playback by Adlai Holler · 4 years, 3 months ago
  13. 3d273d0 [skrive] Initial render plumbing by Florin Malita · 4 years, 2 months ago
  14. b795bea Add GM::gpuTeardown entry point by Robert Phillips · 4 years, 2 months ago
  15. 83b749a Add GM::onceBeforeDraw method that encapsulates calling onOnceBeforeDraw by Robert Phillips · 4 years, 2 months ago
  16. 7000ccd Cleanup for TextLine::getGlyphPositionAtCoordinate. by Ben Wagner · 4 years, 3 months ago
  17. b9b1373 Fix nearest neighbor sampling of YUV[A] images by Brian Salomon · 4 years, 2 months ago
  18. 061a5cf Move SkSLSampleMatrix to include/private by Brian Osman · 4 years, 3 months ago
  19. d0fa3ee add mutex to GrTextBlobCache by Herb Derby · 4 years, 3 months ago
  20. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 3 months ago
  21. 9d8a41c Reland "Ignore calls to freeGpuResources on abandoned contexts" by Adlai Holler · 4 years, 2 months ago
  22. 9689e39 Update complex clip GMs to only use supported clip ops by Michael Ludwig · 4 years, 4 months ago
  23. 5d164a2 Initialize SkVertices::Sizes::fTotal by Brian Osman · 4 years, 3 months ago
  24. a6858ae Don't write instance locations for unused resolve levels by Chris Dalton · 4 years, 3 months ago
  25. 768adaa Remove GrMiddleOutCubicShader::kMaxResolveLevel by Chris Dalton · 4 years, 3 months ago
  26. adac288 Reland "simplify freeAll" by Herb Derby · 4 years, 3 months ago
  27. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 3 months ago
  28. e684c6d Update Go Deps by skia-recreate-skps · 4 years, 3 months ago
  29. d723551 Roll ANGLE from 1496de215a39 to 6ef0387d581d (10 revisions) by skia-autoroll · 4 years, 3 months ago
  30. d6ee22f Roll Chromium from 66992a849fec to 6d759c2e5e1f (551 revisions) by skia-autoroll · 4 years, 3 months ago
  31. ec60ef9 Roll dawn from 8ab3719fc486 to 2a6cc4f8fb40 (2 revisions) by skia-autoroll · 4 years, 3 months ago
  32. 49f9437 Revert "Be more consistent about calling release procs in SkImage factories" by Robert Phillips · 4 years, 3 months ago
  33. 9861b7c Switch inline variables to use a counter by Michael Ludwig · 4 years, 3 months ago
  34. b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 3 months ago
  35. 0e94f94 Remove unnecessary AsyncReadPixels command buffer disable. by Brian Salomon · 4 years, 3 months ago
  36. 1de1481 Fixed an SkSL optimizer issue with collapsing static ifs / switches. by Ethan Nicholas · 4 years, 3 months ago
  37. f075414 Be more consistent about calling release procs in SkImage factories by Robert Phillips · 4 years, 3 months ago
  38. 54c9093 Pass the primProc and uniformHandler to tessellation shader back doors by Chris Dalton · 4 years, 3 months ago
  39. 3487882 Revert "Implement Skottie vs Lottie perf tool" by Michael Ludwig · 4 years, 3 months ago
  40. 9a5acc5 Add another make_get_error_with_random_oom valgrind suppression by Brian Salomon · 4 years, 3 months ago
  41. 632db1c Revert "Make glPatchParameteri required when tessellation is supported" by Greg Daniel · 4 years, 3 months ago
  42. d8f4f42 Revert "Simplify GrClip API" by Michael Ludwig · 4 years, 3 months ago
  43. 287c28c update gradle version for android projects by Jorge Betancourt · 4 years, 3 months ago
  44. 8857497 Fix RTHeight for SkRuntimeEffectSimple case. by Stephen White · 4 years, 3 months ago
  45. a026e91 Fix d3d PromiseImageTest by Greg Daniel · 4 years, 3 months ago
  46. 345e999 Roll dawn from 92379bff49c2 to 8ab3719fc486 (2 revisions) by skia-autoroll · 4 years, 3 months ago
  47. fac4c0d Reland "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 3 months ago
  48. 38b7d2f Add support for magenta highlights on shader mouseover in Metal. by John Stiles · 4 years, 3 months ago
  49. 8ee607c Implement Skottie vs Lottie perf tool by Stan Iliev · 4 years, 3 months ago
  50. 3824f58 Revert "simplify freeAll" by Michael Ludwig · 4 years, 3 months ago
  51. 1507d71 Update path to fix Android ASAN bots by Ravi Mistry · 4 years, 3 months ago
  52. 24069eb Add GrContext::oomed() and implement for GL and VK. by Brian Salomon · 4 years, 3 months ago
  53. 03b92cd Fix crash in Viewer when attempting to view shaders in Metal. by John Stiles · 4 years, 3 months ago
  54. 72e5764 Rename MakeResult so that it can be used more broadly. by John Stiles · 4 years, 3 months ago
  55. 900630c Add GM::gpuSetup call in fm by Robert Phillips · 4 years, 3 months ago
  56. 9716414 Simplify GrClip API by Michael Ludwig · 4 years, 3 months ago
  57. 9977ab9 Misc changes to get *ooprdll configs running by Robert Phillips · 4 years, 3 months ago
  58. b8219e4 update ApplyMatrix signature by Mike Klein · 4 years, 3 months ago
  59. 513e475 Make sure we hold refs to sampled textures in d3d. by Greg Daniel · 4 years, 3 months ago
  60. 4621428 Revert "Ignore calls to freeGpuResources on abandoned contexts" by Robert Phillips · 4 years, 3 months ago
  61. 568d113 Revert "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 3 months ago
  62. f8d25ef Disable one more D3D test by Jim Van Verth · 4 years, 3 months ago
  63. c23b732 Update viewer to call the gpuSetup GM entry point by Robert Phillips · 4 years, 3 months ago
  64. d9b9e5e [canvaskit] High performance Path APIs by Kevin Lubick · 4 years, 3 months ago
  65. 8268108 Reland "[skottie] skottie_tool updates" by Florin Malita · 4 years, 3 months ago
  66. 322e4be Roll ANGLE from 9daab8cbffb7 to 1496de215a39 (13 revisions) by skia-autoroll · 4 years, 3 months ago
  67. 8278c73 Roll SwiftShader from 9167e1e22a46 to eb0a25a189b7 (3 revisions) by skia-autoroll · 4 years, 3 months ago
  68. 92c3b89 Roll Chromium from adf736e29a5b to 66992a849fec (532 revisions) by skia-autoroll · 4 years, 3 months ago
  69. a3b0b30 [skrive] Parse ellipse data by Florin Malita · 4 years, 3 months ago
  70. 22f246f add simple pathbuilder by Mike Reed · 4 years, 3 months ago
  71. 5aaaeea Supply device and local coords to SkShader_Base::onProgram by Brian Osman · 4 years, 3 months ago
  72. fe02dd1 Roll NDK to r21d by Leon Scroggins III · 4 years, 3 months ago
  73. 99a7e66 Adjust which Direct3D tests are disabled by Jim Van Verth · 4 years, 3 months ago
  74. aed25a9 Disable PromiseImageTextureShutdown test for D3D by Jim Van Verth · 4 years, 3 months ago
  75. c5f25bc make internal shared methods by Herb Derby · 4 years, 3 months ago
  76. 7d7cd2b Make glPatchParameteri required when tessellation is supported by Chris Dalton · 4 years, 3 months ago
  77. 3b6b747 simplify freeAll by Herb Derby · 4 years, 3 months ago
  78. d34528c Remove SkSpecialImage::makeTextureImage by Brian Osman · 4 years, 3 months ago
  79. d12c124 [demos] Move to subdir by Kevin Lubick · 4 years, 3 months ago
  80. 2639a14 [demos] Add directory from which to serve demos.skia.org by Kevin Lubick · 4 years, 3 months ago
  81. ebea6d0 Ignore calls to freeGpuResources on abandoned contexts by Adlai Holler · 4 years, 3 months ago
  82. 43a6e17 Reland "Reland "Fill in GrD3DGpu::onUpdateBackendTexture"" by Jim Van Verth · 4 years, 3 months ago
  83. b884645 Fix public.bzl formatting by Florin Malita · 4 years, 3 months ago
  84. 7f9aa5a Reduce calls to `addColorFragmentProcessor` in GrPaint creation. by John Stiles · 4 years, 3 months ago
  85. d79197d Add api to GrVkMemoryAllocator to return VkResult from allocate calls. by Greg Daniel · 4 years, 3 months ago
  86. 044e8bc Add SkottieUtils src/hdr defines to public.bzl by Florin Malita · 4 years, 3 months ago
  87. 2eb3c17 Add appendNodeIdArray to avoid code duplication. by Dominic Mazzoni · 4 years, 3 months ago
  88. 1fcdcaa Reland the new module for skia lib for g3 by Jorge Betancourt · 4 years, 3 months ago
  89. 0615aec [canvaskit] Fix CPU build by Kevin Lubick · 4 years, 3 months ago
  90. e7ad8c0 Remove GPU read-back logic in SkSpecialImage by Brian Osman · 4 years, 3 months ago
  91. f105d38 Update image_from_yuv_textures GM for *ooprddl configs by Robert Phillips · 4 years, 3 months ago
  92. d424d6a Revert "[skottie] skottie_tool updates" by Florin Malita · 4 years, 3 months ago
  93. 2106373 [skrive] Parse color paints by Florin Malita · 4 years, 3 months ago
  94. 2bf27f2 Revert "Reland "Fill in GrD3DGpu::onUpdateBackendTexture"" by Jim Van Verth · 4 years, 3 months ago
  95. c2f46c1 Roll ANGLE from b772a955e70c to 9daab8cbffb7 (13 revisions) by skia-autoroll · 4 years, 3 months ago
  96. 1b8ef7b Roll Chromium from 5964c496b4b5 to adf736e29a5b (505 revisions) by skia-autoroll · 4 years, 3 months ago
  97. fc25346 Roll SwiftShader from ae1007957f09 to 9167e1e22a46 (1 revision) by skia-autoroll · 4 years, 3 months ago
  98. b444943 Update SkString::resize to preserve string contents efficiently. by John Stiles · 4 years, 3 months ago
  99. 6dd62cb Update SKP version by skia-recreate-skps · 4 years, 3 months ago
  100. f58d19a Reland "Fill in GrD3DGpu::onUpdateBackendTexture" by Jim Van Verth · 4 years, 3 months ago