1. 7a0ebfc Add a tooling flag for path mask caching by Chris Dalton · 7 years ago
  2. c49d11e Turn on GPU threading by default to get better test/perf coverage by Brian Osman · 7 years ago
  3. c1868cd add heic extension to DM test by Chong Zhang · 7 years ago
  4. 022cfa2 Add FIFO thread pool, use it for most things. by Mike Klein · 7 years ago
  5. f981066 Threaded generation of software paths by Brian Osman · 7 years ago
  6. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 7 years ago
  7. 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
  8. 49fd5d5 Disable Delta AA for MSVC for now by Yuqian Li · 7 years ago
  9. 93fe0cc Enable delta AA by default by Yuqian Li · 7 years ago
  10. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  11. 53136aa First stab at JSON event tracer by Brian Osman · 7 years ago
  12. dcbb9d9 Add SkDebugf trace event handler. by Brian Salomon · 7 years ago
  13. 550148b Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  14. aeef561 Revert "Reland https://skia-review.googlesource.com/c/6091/" by Yuqian Li · 8 years ago
  15. b46fff6 Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  16. 90ee03b Revert "Implement Analytic AA for General Paths (with Guard against Chrome)" by Yuqian Li · 8 years ago
  17. 89a0e72 Implement Analytic AA for General Paths (with Guard against Chrome) by Yuqian Li · 8 years ago
  18. 427da6f Revert "Remove all KTX support" by Leon Scroggins · 8 years ago
  19. ada12ab Remove all KTX support by Leon Scroggins III · 8 years ago
  20. ba62b4a Change FLAGS_analyticAA's default to true by Yuqian Li · 8 years ago
  21. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  22. 08c8963 Add -j as alias for --threads. by Mike Klein · 8 years ago
  23. 38911a7 Resubmit issue 2221103002 to fix the iOS build by declaring the flag in by liyuqian · 8 years ago
  24. 95573e4 Fix SVG flag iOS linking by fmalita · 8 years ago
  25. db197a5 Fix Mac clang linker by msarett · 8 years ago
  26. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  27. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  28. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  29. ca1ec03 Move forceSRGB to SkCommonFlags. by herb · 9 years ago
  30. 69deca8 Add ColorCodecSrc for testing/comparison on color corrected decodes by msarett · 9 years ago
  31. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 9 years ago
  32. 8673714 Treat bad values passed to --images as a fatal error by scroggo · 9 years ago
  33. ad38ed6 Revert of Treat bad values passed to --images as a fatal error (patchset #17 id:320001 of https://codereview.chromium.org/1611323004/ ) by scroggo · 9 years ago
  34. 7579786 Treat bad values passed to --images as a fatal error by scroggo · 9 years ago
  35. 8d61f0d Add pre_log option to nanobench; make this option default true in nanobench_flags.py and dm_flags.py. by benjaminwagner · 9 years ago
  36. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  37. 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
  38. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  39. 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
  40. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  41. 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
  42. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  43. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  44. 73bb435 Remove default for --images in common flags by bsalomon · 9 years ago
  45. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  46. 2752314 dm||nanobench --help looks nice when $COLUMNS == 80. by halcanary · 10 years ago
  47. 05641a5 DM: failure to canary a sink is now fatal. by mtklein · 10 years ago
  48. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  49. eebc39a Add HWUI Sink to DM on Android Framework builds by tomhudson · 10 years ago
  50. 95f192d Adding new benchmark to test image decoding performance. by msarett · 10 years ago
  51. 55e88b2 More natural way to serialize GPU tasks and tests. by mtklein · 10 years ago
  52. 748ca3b Sketch DM refactor. by mtklein · 10 years ago
  53. 114c3cd Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.chromium.org/788243008/) by mtklein · 10 years ago
  54. 709d2c3 Sketch DM refactor. by mtklein · 10 years ago
  55. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  56. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  57. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  58. 2ecf86e Revert of Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #1 id:1 of https://codereview.chromium.org/693933004/) by mtklein · 10 years ago
  59. d5cd4ee Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #2 id:20001 of https://codereview.chromium.org/704563003/) by egdaniel · 10 years ago
  60. 31f8867 Turn on NVPR 4x MSAA by default when supported in DM and nanobench. by mtklein · 10 years ago
  61. e356c7f Restore a really single-threaded mode to DM. by mtklein · 10 years ago
  62. ea65bfa Update DM JSON format. by mtklein · 10 years ago
  63. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  64. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  65. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  66. b511042 Fix iOS build by centralizing --writePath. by mtklein · 10 years ago
  67. 34580f7 Default --skps to ./skps by mtklein · 10 years ago
  68. 3b4d077 Add angle config to nanobench and make angle a default config for dm and nanobench. by bsalomon · 10 years ago
  69. 9200758 SKPs-as-benches in nanobench by mtklein · 10 years ago
  70. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  71. 17f0b6d share dm and command flags by caryclark · 10 years ago