1. 8207ade Roll third_party/externals/swiftshader 65b1e97d13eb..3d7b7ea134d1 (5 commits) by skia-autoroll · 5 years ago
  2. 3f79f07 Use SkStrikeSpecStorage to lookup strike for GPU text drawing by Herb Derby · 5 years ago
  3. c8a84d2 Move compute_combined_buffer_size behind GR_TEST_UTILS by Robert Phillips · 5 years ago
  4. ad44dd5 preserve comments past the #include "" by Mike Klein · 5 years ago
  5. 5162a74 Remove GpuLayerCacheTest by Ben Wagner · 5 years ago
  6. 046ecb1 remove SkMiniPicture and co. by Mike Klein · 5 years ago
  7. 42dda08 Remove some uses of GrBytesPerPixel (take 2) by Robert Phillips · 5 years ago
  8. a705cb9 remove SkLiteDL by Mike Klein · 5 years ago
  9. 7b2c855 Clear and discard stencil buffers on tilers by Chris Dalton · 5 years ago
  10. caa795f Reduce use of GrPixelConfig inside of GrVkCaps. by Greg Daniel · 5 years ago
  11. f1344ac Remove SK_ALLOW_STATIC_GLOBAL_INITIALIZERS from tests. by Ben Wagner · 5 years ago
  12. 4167215 Fix stack indexing bug in vectorized unsigned -> float conversion by Brian Osman · 5 years ago
  13. 69258ff Add a workaround to allow sample variables for stencil draws by Chris Dalton · 5 years ago
  14. 209ebc0 Add thread annotations to SkSharedMutex by Herb Derby · 5 years ago
  15. bcbd30b Trivial code cleanup by Herb Derby · 5 years ago
  16. d210782 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  17. c2aea59 Roll recipe dependencies (nontrivial). by recipe-roller · 5 years ago
  18. 136ad09 Roll third_party/externals/angle2 3dbe480b559e..f7033c55be3f (11 commits) by skia-autoroll · 5 years ago
  19. 7788fa1 Roll ../src 97d5761990f6..156f1f758a0f (423 commits) by skia-autoroll · 5 years ago
  20. 4e66df5 Roll third_party/externals/swiftshader 9e4f690166c1..65b1e97d13eb (7 commits) by skia-autoroll · 5 years ago
  21. 01eaf17 Remove global mutex around CG by Herb Derby · 5 years ago
  22. 8fae51b Introduce SkStrikeSpecStorage. by Herb Derby · 5 years ago
  23. 13371a1 Standardize DDL images to RGBA by Robert Phillips · 5 years ago
  24. 76ec80a Use per-edge AA flags to respect mixed AA between clip and draw by Michael Ludwig · 5 years ago
  25. 0221e8b Revert "Remove some uses of GrBytesPerPixel" by Robert Phillips · 5 years ago
  26. 13f02be2 Remove some uses of GrBytesPerPixel by Robert Phillips · 5 years ago
  27. 2b8b06e rewrite docs to explicitly use python2 by Mike Klein · 5 years ago
  28. 44d4476 Interpreter: Fix bool literals by Brian Osman · 5 years ago
  29. dfcaaa9 Blacklikst AsyncReadPixels on MoltenVK by Brian Salomon · 5 years ago
  30. d696f8e Support GL_ANGLE_texture_rectangle. by Brian Salomon · 5 years ago
  31. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  32. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  33. a6fcb76 ccpr: Clip path octo bounds by the scissor by Chris Dalton · 5 years ago
  34. cd734f6 Add color space and type conversion support to asyncReadPixels by Brian Salomon · 5 years ago
  35. b3f6654 Remove mutex in GrVkSemaphore by Greg Daniel · 5 years ago
  36. 617d801 Reland "Reland "remove legacy 255-biased colormatrix"" by Mike Reed · 5 years ago
  37. 7bc76b4 Roll third_party/externals/angle2 ebab670cb32d..3dbe480b559e (16 commits) by skia-autoroll · 5 years ago
  38. 06faa5e Roll ../src 589d8ec2fcaa..97d5761990f6 (957 commits) by skia-autoroll · 5 years ago
  39. 695206d Roll third_party/externals/swiftshader ecfeede6014c..9e4f690166c1 (28 commits) by skia-autoroll · 5 years ago
  40. 806621b Update SKP version by skia-recreate-skps · 5 years ago
  41. 5c7b541 Fix compatible format check for vkCmdCopyImage. by Greg Daniel · 5 years ago
  42. 603e09b Remove SK_IGNORE_LINEAR_METRICS_FIX. by Ben Wagner · 5 years ago
  43. 303bacb Fix build for GCC. Cast enum to int when using with %d format specifier by Brian Salomon · 5 years ago
  44. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  45. 6e40798 Skip D3D ANGLE backends in dm/nanobench/... under Wine. by Brian Salomon · 5 years ago
  46. ad8efda Reland "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 5 years ago
  47. a1b7be6 Add thread safety annotations. by Herb Derby · 5 years ago
  48. 54e052b [infra] Update Win OS version by Eric Boren · 5 years ago
  49. 6eeaf92 Promote circle clipping to full float by Brian Salomon · 5 years ago
  50. 4687bdd Fix DDL tests when MIP map support not available by Brian Salomon · 5 years ago
  51. e246b13 Only enable the interpreter particle affector with GPU support by Brian Osman · 5 years ago
  52. 8fbca48 Revert "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 5 years ago
  53. 622b6f5 Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Brian Salomon · 5 years ago
  54. bc0c460 Revert "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Robert Phillips · 5 years ago
  55. d1c57b6 Fix a spurious MSVC compiler warning by Chris Dalton · 5 years ago
  56. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  57. c04cadb Prototype interpreter particle affector by Brian Osman · 5 years ago
  58. 8610e9c ccpr: Add a GrOctoBounds class by Chris Dalton · 5 years ago
  59. a15f355 Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA. by Brian Salomon · 5 years ago
  60. d369a5e Add setInputs to SkSL::Interpreter by Brian Osman · 5 years ago
  61. 4f6eb15 [skottie] Add resize-to-fit text alignment extension by Florin Malita · 5 years ago
  62. c0f282c [Android compile bot] Display returned infra error from bot by Ravi Mistry · 5 years ago
  63. 2561aa1 Revert "Large circle clipping gm." by Brian Salomon · 5 years ago
  64. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  65. 360dc59 Large circle clipping gm. by Brian Salomon · 5 years ago
  66. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  67. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  68. dbded16 [Android compile bot] Add links to force sync the checkout by Ravi Mistry · 5 years ago
  69. dfda5f5 Roll third_party/externals/angle2 19905aea14e0..ebab670cb32d (11 commits) by skia-autoroll · 5 years ago
  70. 5c20d4f Roll ../src d5837fbd88aa..589d8ec2fcaa (402 commits) by skia-autoroll · 5 years ago
  71. b933001 Roll third_party/externals/swiftshader d5ed0a31ce88..ecfeede6014c (17 commits) by skia-autoroll · 5 years ago
  72. f5ca01a Add FenceSync support to Metal by Jim Van Verth · 5 years ago
  73. 8cdf5b6 Propagate third_party public_include_dirs to include_dirs by Brian Osman · 5 years ago
  74. 32d2490 Use better widget for multiline strings in particle GUI by Brian Osman · 5 years ago
  75. 3061d27 Increase number of clip stack elements to examine in isRRect. by Brian Salomon · 5 years ago
  76. a50484a [skottie] Text line height support by Florin Malita · 5 years ago
  77. e897c1b Remove tracking glyphs in remote cache by Herb Derby · 5 years ago
  78. ca449d5 [skottie] Cleanup: relocate text sources by Florin Malita · 5 years ago
  79. 9ff5acb Separate GrCaps for semaphores and fence syncs. by Brian Salomon · 5 years ago
  80. 3b41baf Add support for float remainder to interpreter by Brian Osman · 5 years ago
  81. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  82. 15c9142 Repro Chrome bug and add Skia-side fix by Robert Phillips · 5 years ago
  83. f90bfd7 Roll third_party/externals/angle2 0f4d72e63b92..19905aea14e0 (9 commits) by skia-autoroll · 5 years ago
  84. 905b2c7 Roll ../src 648a59893e4e..d5837fbd88aa (481 commits) by skia-autoroll · 5 years ago
  85. 4497ac1 Roll third_party/externals/swiftshader b01f2559e017..d5ed0a31ce88 (10 commits) by skia-autoroll · 5 years ago
  86. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  87. 354ecf3 fixed SkSL interpreter negate op by Ethan Nicholas · 5 years ago
  88. 8e49a69 Loosen up checks in DDLSkSurfaceFlush by Robert Phillips · 5 years ago
  89. f5e5f19 Cleaup GrTextStrike and GrStrikeCache by Herb Derby · 5 years ago
  90. 444aa12 fixed SkSL interpreter test by Ethan Nicholas · 5 years ago
  91. ee5fd13 Add test for DDLs and SkSurface::flush by Robert Phillips · 5 years ago
  92. 7f28e0b Mac slight hinting to be normal instead of none. by Ben Wagner · 5 years ago
  93. 8982076 Allow building Skia with Fuchsia SDK enabled buildroots. by Chinmay Garde · 5 years ago
  94. 0569447 experimental/editor: progress by Hal Canary · 5 years ago
  95. dfcad06 more SkSL interpreter performance work by Ethan Nicholas · 5 years ago
  96. 07dad1b Fix some documentation for SkFont. by Ben Wagner · 5 years ago
  97. 06e14af Add no-nonportable-include-path when building ANGLE with Windows-Clang by Brian Osman · 5 years ago
  98. 9f0eeac [infra] Remove remaining references to go_deps by Eric Boren · 5 years ago
  99. 5bee390 Viewer: Fixes for shader editing in ANGLE by Brian Osman · 5 years ago
  100. 9707a7e IWYU for tests A-D. by Ben Wagner · 5 years ago