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