1. 0843589 Add machine_type dimension to disambiguate bots with GTX960. by Ben Wagner · 8 years ago
  2. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  3. 4eabd5d Improve SkCanvas::temporary_internal_getRgnClip performance by Stan Iliev · 8 years ago
  4. eb868aa Prefer EllipseOp instead of DIEllipseOp by Stan Iliev · 8 years ago
  5. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  6. 9048851 Move declaration of is_fuzzer to where it is used by Ravi Mistry · 8 years ago
  7. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 8 years ago
  8. 25b8ca1 Clean up DFs for extremely small paths by Jim Van Verth · 8 years ago
  9. 1b5b944 Roll recipe DEPS again by Eric Boren · 8 years ago
  10. 0d4bc0d Draw path onto a canvas when fuzzing by Kevin Lubick · 8 years ago
  11. e6b26ad Roll recipe DEPS by Eric Boren · 8 years ago
  12. 4a2ab86 Update Valgrind match-leak-kinds for keep-alive thread. by Mike Klein · 8 years ago
  13. 0548a21 Stream logs in symbolized dm/nanobench by Kevin Lubick · 8 years ago
  14. 0396434 Blacklisting scaled_tilemodes_npot on GalaxyTab3 by Kevin Lubick · 8 years ago
  15. edee1ae Write SkRegion fuzzer by Kevin Lubick · 8 years ago
  16. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  17. a309109 Fix client roll (part 2) by Matt Sarett · 8 years ago
  18. af7bbc8 Fix client roll by Matt Sarett · 8 years ago
  19. db0e4f9 Update SKP version by UpdateSKPs · 8 years ago
  20. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  21. bae888e hide via-svg until I can fix g3 by Mike Reed · 8 years ago
  22. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 8 years ago
  23. 7f302c4 add svg path to DM by Mike Reed · 8 years ago
  24. aab8ce4 all DM to see src/core by Mike Reed · 8 years ago
  25. f71828f all DM to include from src/xml by Mike Reed · 8 years ago
  26. 251bf3e SkRegion deserialization more robust by Hal Canary · 8 years ago
  27. 16fcb23 SkJumper: aarch64 and armv7 by Mike Klein · 8 years ago
  28. 7fc4a2d Fix -Wshadow-field warning in class NullInterface by Brian Salomon · 8 years ago
  29. f67c459 add ViaSVG to dm by Mike Reed · 8 years ago
  30. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 8 years ago
  31. cc3c2ed Disable SkJumper on MSAN builds. by Mike Klein · 8 years ago
  32. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  33. c12551c SkJumper: Linux by Mike Klein · 8 years ago
  34. 4fe2b15 Set asmflags when building for iOS. by Mike Klein · 8 years ago
  35. c5e641c use common intermediate device class for clipstack management by Mike Reed · 8 years ago
  36. 9c58306 Revert "Roll Recipe DEPS" by Eric Boren · 8 years ago
  37. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 8 years ago
  38. 310f4d0 Roll Recipe DEPS by Eric Boren · 8 years ago
  39. 2527209 Make mask uintptr_t when calculating alignment. by Herb Derby · 8 years ago
  40. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  41. 8c8b618 Change bitmap initialization in DrawFunctions fuzzer by Kevin Lubick · 8 years ago
  42. ef0a15b Fix TAP ASAN failure. by Florin Malita · 8 years ago
  43. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  44. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  45. 8612548 Revert "Revert "Take missed opportunity: memset for A8."" by Mike Klein · 8 years ago
  46. 02241e9 Revert "CQ config: add gerrit CQAbility verifier." by Ravi Mistry · 8 years ago
  47. d8ebf69 Add Flutter compile bot by Ravi Mistry · 8 years ago
  48. 1bf3fc7 Switch from size_t to uint32_t to represent constraints better. by Herb Derby · 8 years ago
  49. 35115eb Make all of the NUC tests use the newer intel driver by Kevin Lubick · 8 years ago
  50. a01bf9a hide deprecated underline and strikethru by Mike Reed · 8 years ago
  51. 0462822 CQ config: add gerrit CQAbility verifier. by Andrii Shyshkalov · 8 years ago
  52. d1fe952 SkJumper: start on asm by Mike Klein · 8 years ago
  53. 2e777ea Add a workaround for platforms with broken geo shader invocations by csmartdalton · 8 years ago
  54. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  55. 2028625 Revert "Take missed opportunity: memset for A8." by Mike Klein · 8 years ago
  56. f614ba2 Fix drawVertices() texture mapping in the presence of a local matrix by Florin Malita · 8 years ago
  57. 1d2aed0 Check for GL_EXT_geometry_shader on ES by csmartdalton · 8 years ago
  58. 11f65e0 GrTessellator (AA): Performance tweaks and cleanup. by Stephen White · 8 years ago
  59. dab4811 Revert "GrTessellator (AA): Performance tweaks and cleanup." by Ben Wagner · 8 years ago
  60. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  61. dc0cae1 Let DFPathRenderer accept smaller paths. by Jim Van Verth · 8 years ago
  62. dd768fa Replace use of SkBitmap::eraseRGB with eraseColor. by Ben Wagner · 8 years ago
  63. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 8 years ago
  64. 3bf12c6 Remove third_party/ktx from Skia. by Herb Derby · 8 years ago
  65. d519d48 add device-clipping to gpudevice by Mike Reed · 8 years ago
  66. e595bbf GrTessellator (AA): Performance tweaks and cleanup. by Stephen White · 8 years ago
  67. ea91b11 remove code for TextDecorations by Mike Reed · 8 years ago
  68. 7ad8793 SkPDF/font subsetting: Use new version of SfntlyWrapper::SubsetFont by Hal Canary · 8 years ago
  69. 78594b2 SkJumper: everyone gets a start_pipeline(). by Mike Klein · 8 years ago
  70. c9f4b8c Disable DFPathRenderTest for now. by Jim Van Verth · 8 years ago
  71. 9cee33e Take missed opportunity: memset for A8. by Mike Klein · 8 years ago
  72. b8d5275 SkJumper: fma() -> mad() by Mike Klein · 8 years ago
  73. d25cc9b Fix DistanceFieldPathRenderer assert. by Jim Van Verth · 8 years ago
  74. 3befb84 Fiddle: Remove extraneous newline from SkDebugf output. by Joe Gregorio · 8 years ago
  75. b8702de SkJumper: make some room for wider instructions. by Mike Klein · 8 years ago
  76. 069d315 remove unneeded android flags by Mike Reed · 8 years ago
  77. 5444446 Use non-linear color spaces for Android decode outputs by Matt Sarett · 8 years ago
  78. 0c8f7a3 Revert "Turn on SkJumper except on Windows." by Mike Klein · 8 years ago
  79. 1e532d3 Update libwebp to 0.6.0 by scroggo · 8 years ago
  80. da2d8e8 remove unneeded flags by Mike Reed · 8 years ago
  81. 957cf45 Turn on SkJumper except on Windows. by Mike Klein · 8 years ago
  82. f9e678d Use SDF path miplevels based on the original path's size by Jim Van Verth · 8 years ago
  83. fa64774 Flush to zero when loading f16 with sse2/sse4.1. by Mike Klein · 8 years ago
  84. 8729e5b Simplify more: remove SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  85. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago
  86. e1caee1 SkJumper by Mike Klein · 8 years ago
  87. 4ec46aa Work around Mac x- and cap-height calculation. by bungeman · 8 years ago
  88. 25834ff Use non-linear blending flag in raster pipeline blitter by Matt Sarett · 8 years ago
  89. f6a1a21 Clean up SkSplicer. by Mike Klein · 8 years ago
  90. 6579da2 Update intel linux vulkan driver by Greg Daniel · 8 years ago
  91. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  92. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 8 years ago
  93. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  94. ca4c60f Move documentation to use the embedded fiddle elements. by Joe Gregorio · 8 years ago
  95. 3614d9a improved performance of parsing SkSLLayout flags by Ethan Nicholas · 8 years ago
  96. 169f37f fiddle: use sstream for text, code cleanup by Hal Canary · 8 years ago
  97. c24447d Revert "Revert "make SkClipStack.h private (in src)"" by Mike Reed · 8 years ago
  98. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  99. 5cd467f Avoid constant view inflation on viewer sample app by Chet Haase · 8 years ago
  100. ef163d2 Disable SkSplicer. by Mike Klein · 8 years ago