1. 32bbf37 Fix TSAN issue with atlas expansion. by Jim Van Verth · 7 years ago
  2. a81b626 Fix SkASSERT for convex paths with DAA by Yuqian Li · 7 years ago
  3. e5756ec Output encoded PNGs when gltestthreading or serialize fails by Brian Osman · 7 years ago
  4. 022cfa2 Add FIFO thread pool, use it for most things. by Mike Klein · 7 years ago
  5. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  6. ad8a43f DeferredDisplayList API proposal by Robert Phillips · 7 years ago
  7. f1942de Suppress file output for the gltestthreading config by Brian Osman · 7 years ago
  8. f981066 Threaded generation of software paths by Brian Osman · 7 years ago
  9. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  10. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 7 years ago
  11. 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
  12. f21aa04 Plumb GrContextOptions to GPU sinks in DM by Brian Osman · 7 years ago
  13. 1dc8ecb Stop BRD-decoding non-opaque to 565 sink by Leon Scroggins III · 7 years ago
  14. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  15. ecf78ac Blacklist svgparse_* svgs on non-8888 by Chris Dalton · 7 years ago
  16. 135a1b1 upstream cr/165303354 by Mike Klein · 7 years ago
  17. f28d472 Fix dm when --config not specified. by Ben Wagner · 7 years ago
  18. 32fa510 Abort dm/nanobench on bad configs. by Ben Wagner · 7 years ago
  19. bdc3afa simplify gm matrices by Mike Reed · 7 years ago
  20. d0677bc Add missing newline to initial DM output by Brian Osman · 7 years ago
  21. eaa90b2 Roll ANGLE by Robert Phillips · 7 years ago
  22. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  23. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  24. b323a5e sprinkle more tracing in GM, tests, and ok, and add TRACE_FUNC by Mike Klein · 7 years ago
  25. bc8150f Faster, thread-safe implementation by Brian Osman · 7 years ago
  26. 97d6a7a Don't write .pdfs in DM on the bots. by Mike Klein · 7 years ago
  27. c7d295e DM: excercise other SkPDF raster dpis by Hal Canary · 7 years ago
  28. 53136aa First stab at JSON event tracer by Brian Osman · 7 years ago
  29. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  30. edfe3df Add option to ignore SIGINT when running DM on Android. by Derek Sollenberger · 7 years ago
  31. dcbb9d9 Add SkDebugf trace event handler. by Brian Salomon · 7 years ago
  32. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  33. ce5ee60 Add support for GL 565 and 4444 configs to test tools by Brian Salomon · 7 years ago
  34. 2811aa2 Add metal config to tools by Greg Daniel · 7 years ago
  35. 304a07c remove references to kIndex_8_SkColorType from our tools/tests by Mike Reed · 7 years ago
  36. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  37. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  38. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  39. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  40. 7c26ca7 add --forceRasterPipeline to dm, (already in nanobench) by Mike Reed · 7 years ago
  41. bace7a9 Remove CodecSrc::kIndex8_Always_DstColorType by Leon Scroggins III · 7 years ago
  42. e9f187b always touch verbose.log, even if --verbose by Mike Klein · 7 years ago
  43. 03a95ad remove DM status thread by Mike Klein · 7 years ago
  44. 93323eb Enable SVG DM sources for vector sinks by Florin Malita · 7 years ago
  45. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  46. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  47. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  48. 8db74f1 Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"" by Matt Sarett · 7 years ago
  49. 13b6afd DM: use SkPngEncoder by Mike Klein · 7 years ago
  50. 6a0feba Add clamp before drawing F16->8888 in DMSrcSink ColorCodecSrc by Matt Sarett · 7 years ago
  51. 81c83a7 Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType" by Matt Sarett · 7 years ago
  52. b6f4767 Do not return Index8 from SkAndroidCodec::computeOutputColorType by Matt Sarett · 7 years ago
  53. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  54. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
  55. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  56. 2048c3e wait for DM status thread to exit on iOS by Mike Klein · 7 years ago
  57. f485cf9 Tag CodecSrc bitmaps with standard color spaces by Matt Sarett · 7 years ago
  58. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  59. eceee04 Premultiply in DM before drawing unpremul f16 by Leon Scroggins III · 7 years ago
  60. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  61. a40d9c8 Improve test coverage of image decode modes by Matt Sarett · 7 years ago
  62. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  63. 59da068 Tune down libpng in DM. by Mike Klein · 7 years ago
  64. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  65. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  66. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  67. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  68. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 7 years ago
  69. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  70. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  71. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago
  72. 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 7 years ago
  73. 45cde31 SkMultiPictureDocument : clean up MultiPictureDocumentReader interface by Hal Canary · 7 years ago
  74. 45dcc0c Fix gather_uninteresting_hashes() by Mike Klein · 7 years ago
  75. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  76. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  77. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  78. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  79. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  80. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  81. 1a3c4b8 Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. by Herb Derby · 8 years ago
  82. 6405e71 Remove gpu configs that don't have explicit API. by Brian Salomon · 8 years ago
  83. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 8 years ago
  84. 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 8 years ago
  85. cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
  86. 0b83319 SkDynamicMemoryWStream::detachAsStream() returns unique_ptr by Hal Canary · 8 years ago
  87. 841101d SkColorSpaceXformCanvas by Mike Klein · 8 years ago
  88. fd171ed Make GPU dm sink correctly advertise whether it is multisampled by Brian Salomon · 8 years ago
  89. bd7c551 Don't run image tests on msaa configs. by Brian Salomon · 8 years ago
  90. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  91. 05cb4c3 Use non-fatal errors for WIC decoding failures by Matt Sarett · 8 years ago
  92. d7875f5 Refactor SkLiteDL to no longer extend SkDrawable. by Derek Sollenberger · 8 years ago
  93. d222830 Test sRGB with non-linear blending using new "srgbnl" sink by Matt Sarett · 8 years ago
  94. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 8 years ago
  95. e812d49 Rename GrContextFactory::ContextOptions to ContextOverrides by csmartdalton · 8 years ago
  96. bae888e hide via-svg until I can fix g3 by Mike Reed · 8 years ago
  97. f67c459 add ViaSVG to dm by Mike Reed · 8 years ago
  98. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  99. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  100. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago