1. 0edf169 Stop testing SkImageDecoder in DM/nanobench by scroggo · 9 years ago
  2. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  3. bb25b53 Add CodecZeroInit test to DMSrcSink by msarett · 9 years ago
  4. 4a34ecb DM: more invariants by mtklein · 9 years ago
  5. 7c55422 remove SkGPipe by reed · 9 years ago
  6. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  7. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  8. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  9. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  10. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  11. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  12. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  13. 62d3b10 Revert of DM: fix `--config $VIA-pdf` to not crash (patchset #3 id:40001 of https://codereview.chromium.org/1513323002/ ) by msarett · 9 years ago
  14. 6bce417 DM: fix `--config $VIA-pdf` to not crash by halcanary · 9 years ago
  15. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  16. 9d66696 Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ ) by borenet · 9 years ago
  17. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  18. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 9 years ago
  19. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  20. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  21. 164d302 Delete dead subset test code from dm by msarett · 9 years ago
  22. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  23. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  24. 2e2ea38 SkRemote by mtklein · 9 years ago
  25. c11c62f DM: PDFSink sets rasterizer keyword by halcanary · 9 years ago
  26. 7f69144 Add nanobench tests for BitmapRegionDecoder by msarett · 9 years ago
  27. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  28. 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
  29. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  30. 9e707a0 Various improvements to CodecSrc testing in dm by msarett · 9 years ago
  31. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  32. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  33. 99cab4e DM: track a direct/indirect bit for each Sink too. by mtklein · 9 years ago
  34. e0effd6 Allow Srcs to veto Sinks based on their broad type. by mtklein · 9 years ago
  35. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  36. 0a24297 DM testing for skipping and scaling by msarett · 9 years ago
  37. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  38. 9700206 New CodeSrc* draw mode kScanline_Subset_Mode by emmaleer · 9 years ago
  39. 6fbf4b3 Do we still need this DOUBLE_LOOP feature? by mtklein · 9 years ago
  40. 7882924 DM: add Via abstract class by mtklein · 9 years ago
  41. d31c13d DM: add a Via to simulate SP pictures. by mtklein · 9 years ago
  42. 06a22f6 add deferred config to DM by reed · 9 years ago
  43. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  44. b7e8d69 Add a Via to DM that records into two pictures and draws using the second. by mtklein · 9 years ago
  45. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  46. 9c59ebc Test scanline decoding in DM. by scroggo · 9 years ago
  47. 478652e Add copyright headers DM. by scroggo · 9 years ago
  48. 9b77ddd Run CodecSrc DM. by scroggo · 9 years ago
  49. 4089ef7 DM: support non-fatal errors by mtklein · 9 years ago
  50. 47ef4d5 XPS, DM: add SkDocument::CreateXPS by halcanary · 9 years ago
  51. c2574f3 Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https://codereview.chromium.org/963953002/) by halcanary · 9 years ago
  52. 00d39bc XPS, DM: add SkDocument::CreateXPS by halcanary · 9 years ago
  53. 792c80f PDF: Now threadsafe! by halcanary · 9 years ago
  54. d603b22 Suggested version with 'undo'. by mtklein · 9 years ago
  55. ad66f9b DM: don't leak the null canvas in NullSink. by mtklein · 9 years ago
  56. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  57. 8a4527e SVG backend in DM by mtklein · 10 years ago
  58. edc93bc Suggestions and merge in the other CL. by mtklein · 10 years ago
  59. 8d17a13 DM: paths as implict strings too. by mtklein · 10 years ago
  60. 022afb8 DM::NullSink by halcanary · 10 years ago
  61. 9c3f17d Fold gmtoskp into DM, as --src gm --config skp. by mtklein · 10 years ago
  62. 55e88b2 More natural way to serialize GPU tasks and tests. by mtklein · 10 years ago
  63. 7edca21 Don't test pipe modes nobody uses. by mtklein · 10 years ago
  64. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  65. 75d98fd DM: Don't hold onto data longer than needed. by mtklein · 10 years ago
  66. 82d2843 turn back on gpu tests by mtklein · 10 years ago
  67. 748ca3b Sketch DM refactor. by mtklein · 10 years ago
  68. 114c3cd Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.chromium.org/788243008/) by mtklein · 10 years ago
  69. 709d2c3 Sketch DM refactor. by mtklein · 10 years ago