1. 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
  2. 2b76736 SkJumper: implement lerp_u8 by Mike Klein · 8 years ago
  3. bc9956d Attempt to stabilize shadow_utils GM for replay configs by Brian Salomon · 8 years ago
  4. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 8 years ago
  5. 416bbd9 Switch SkTaskGroup to std::atomic. by Mike Klein · 8 years ago
  6. d7e86a5 fix typo in SkTaskGroup.h by Mike Klein · 8 years ago
  7. e549a05 Add new GMs to stress rendering of many circles and rrects by Jim Van Verth · 8 years ago
  8. 99330ba remove device field from SkDraw by Mike Reed · 8 years ago
  9. f3ee34f SkClipStack: add bounds() and isEmpty() methods by Hal Canary · 8 years ago
  10. 384b90a SkExecutor by Mike Klein · 8 years ago
  11. d44dd4c Fold MSAN awareness into SkJumper.cpp. by Mike Klein · 8 years ago
  12. 1f5e139 Reland "CQ config: add gerrit CQAbility verifier." by Andrii Shyshkalov · 8 years ago
  13. d2743ea Remove GrPipelineBuilder.cpp by Brian Salomon · 8 years ago
  14. 8a0bfc5 GrTessellator: misc. cleanups and minor tweaks. by Stephen White · 8 years ago
  15. adfeaf1 Remove special build for Valgrind. by Ben Wagner · 8 years ago
  16. 8675d8d Fix tasks.json after crossed CLs. by Ben Wagner · 8 years ago
  17. 8a7dc29 SkJumper: remove TODO. by Mike Klein · 8 years ago
  18. b2fb600 Add eGPU jobs. by Ben Wagner · 8 years ago
  19. 12ab695 Fix Mesa compile by Brian Osman · 8 years ago
  20. 58a1ea8 SkRegion: change serialization unit tests, better validation code by Hal Canary · 8 years ago
  21. 5d9f3bf Do not retry test or perf tasks by Eric Boren · 8 years ago
  22. c29a4ff Whitespace change to test new submit strategy II by Ravi Mistry · 8 years ago
  23. f59b60e Whitespace change to test new submit strategy I by Ravi Mistry · 8 years ago
  24. df1a086 Whitespace change to test new submit strategy II by Ravi Mistry · 8 years ago
  25. 60c774d Support shared GL contexts in GrContextFactory by Brian Osman · 8 years ago
  26. 22eb2f1 remove guard for SkImageGenerator api by Mike Reed · 8 years ago
  27. ddbd37e expore flags for text decoration into android-specific reserved bits by Mike Reed · 8 years ago
  28. 973ca80 SkConvertPixels: Add Alpha8 fast path by Matt Sarett · 8 years ago
  29. 46df2a1 Split Valgrind jobs -- one DM/NB run per task. by Ben Wagner · 8 years ago
  30. 7c25f96 Revert "Split Valgrind jobs -- one DM/NB run per task." by Ben Wagner · 8 years ago
  31. 6a3ae84 Omit encode-platform on N5 for all configs. by Ben Wagner · 8 years ago
  32. 5a3c948 Whoops, forgot to re-run build_stages. by Mike Klein · 8 years ago
  33. bc9cd52 Split Valgrind jobs -- one DM/NB run per task. by Ben Wagner · 8 years ago
  34. ef653b8 fixed SPIR-V vector equality tests by Ethan Nicholas · 8 years ago
  35. 9ef6375 Move looping logic into start_pipeline(). by Mike Klein · 8 years ago
  36. c663953 Print GL shader source with line numbers when there is a compile error by csmartdalton · 8 years ago
  37. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 8 years ago
  38. 5d5601c Make sure fuzzer can't pick an illegal colortype by Kevin Lubick · 8 years ago
  39. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  40. e812d49 Rename GrContextFactory::ContextOptions to ContextOverrides by csmartdalton · 8 years ago
  41. e026511 Fix ComposeOneFragmentProcessor coverage as alpha optimization. by Brian Salomon · 8 years ago
  42. 709b025 SkPath.readFromMemory: check for error case by Hal Canary · 8 years ago
  43. c5ca7f9 Clamp gradient colors in fragment shader after interpolation when there is a color space. by Brian Salomon · 8 years ago
  44. ed1b902 SkJumper: Windows by Mike Klein · 8 years ago
  45. 4978906 GrTessellator (AA): implement fast path for removing non-boundary edges. by Stephen White · 8 years ago
  46. afcd2e1 initial clean up of pdf clipping by Mike Reed · 8 years ago
  47. ad2a2be Add GrTFlagsMask<> wrapper for C++11 bitfield enums by csmartdalton · 8 years ago
  48. a9d0d9e Update milestone schedule on skia.org by Heather Miller · 8 years ago
  49. f0fb929 move PDFDevice over to cipstackdevice by Mike Reed · 8 years ago
  50. fd98b5e Remove unneeded is_fuzzing flag by Kevin Lubick · 8 years ago
  51. 0843589 Add machine_type dimension to disambiguate bots with GTX960. by Ben Wagner · 8 years ago
  52. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  53. 4eabd5d Improve SkCanvas::temporary_internal_getRgnClip performance by Stan Iliev · 8 years ago
  54. eb868aa Prefer EllipseOp instead of DIEllipseOp by Stan Iliev · 8 years ago
  55. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  56. 9048851 Move declaration of is_fuzzer to where it is used by Ravi Mistry · 8 years ago
  57. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 8 years ago
  58. 25b8ca1 Clean up DFs for extremely small paths by Jim Van Verth · 8 years ago
  59. 1b5b944 Roll recipe DEPS again by Eric Boren · 8 years ago
  60. 0d4bc0d Draw path onto a canvas when fuzzing by Kevin Lubick · 8 years ago
  61. e6b26ad Roll recipe DEPS by Eric Boren · 8 years ago
  62. 4a2ab86 Update Valgrind match-leak-kinds for keep-alive thread. by Mike Klein · 8 years ago
  63. 0548a21 Stream logs in symbolized dm/nanobench by Kevin Lubick · 8 years ago
  64. 0396434 Blacklisting scaled_tilemodes_npot on GalaxyTab3 by Kevin Lubick · 8 years ago
  65. edee1ae Write SkRegion fuzzer by Kevin Lubick · 8 years ago
  66. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  67. a309109 Fix client roll (part 2) by Matt Sarett · 8 years ago
  68. af7bbc8 Fix client roll by Matt Sarett · 8 years ago
  69. db0e4f9 Update SKP version by UpdateSKPs · 8 years ago
  70. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  71. bae888e hide via-svg until I can fix g3 by Mike Reed · 8 years ago
  72. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 8 years ago
  73. 7f302c4 add svg path to DM by Mike Reed · 8 years ago
  74. aab8ce4 all DM to see src/core by Mike Reed · 8 years ago
  75. f71828f all DM to include from src/xml by Mike Reed · 8 years ago
  76. 251bf3e SkRegion deserialization more robust by Hal Canary · 8 years ago
  77. 16fcb23 SkJumper: aarch64 and armv7 by Mike Klein · 8 years ago
  78. 7fc4a2d Fix -Wshadow-field warning in class NullInterface by Brian Salomon · 8 years ago
  79. f67c459 add ViaSVG to dm by Mike Reed · 8 years ago
  80. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 8 years ago
  81. cc3c2ed Disable SkJumper on MSAN builds. by Mike Klein · 8 years ago
  82. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  83. c12551c SkJumper: Linux by Mike Klein · 8 years ago
  84. 4fe2b15 Set asmflags when building for iOS. by Mike Klein · 8 years ago
  85. c5e641c use common intermediate device class for clipstack management by Mike Reed · 8 years ago
  86. 9c58306 Revert "Roll Recipe DEPS" by Eric Boren · 8 years ago
  87. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 8 years ago
  88. 310f4d0 Roll Recipe DEPS by Eric Boren · 8 years ago
  89. 2527209 Make mask uintptr_t when calculating alignment. by Herb Derby · 8 years ago
  90. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  91. 8c8b618 Change bitmap initialization in DrawFunctions fuzzer by Kevin Lubick · 8 years ago
  92. ef0a15b Fix TAP ASAN failure. by Florin Malita · 8 years ago
  93. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  94. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  95. 8612548 Revert "Revert "Take missed opportunity: memset for A8."" by Mike Klein · 8 years ago
  96. 02241e9 Revert "CQ config: add gerrit CQAbility verifier." by Ravi Mistry · 8 years ago
  97. d8ebf69 Add Flutter compile bot by Ravi Mistry · 8 years ago
  98. 1bf3fc7 Switch from size_t to uint32_t to represent constraints better. by Herb Derby · 8 years ago
  99. 35115eb Make all of the NUC tests use the newer intel driver by Kevin Lubick · 8 years ago
  100. a01bf9a hide deprecated underline and strikethru by Mike Reed · 8 years ago