1. 898e02e Move command line print above parse in VisualBench by joshualitt · 9 years ago
  2. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  3. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  4. e47f1a7 Fix UB in SkDivBits by mtklein · 9 years ago
  5. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  6. 211df38 Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chromium.org/1455163004/ ) by stephana · 9 years ago
  7. f38b0d8 add SkRecordOptimize2 and an experimental API for more aggressive opts by reed · 9 years ago
  8. 6c7b104 Fix UB in SkDivBits by mtklein · 9 years ago
  9. ff53af8 add --write option to dump_record by reed · 9 years ago
  10. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  11. c8e8fc6 Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) by mtklein · 9 years ago
  12. a445cbc In BUILD.public, remove compile-time dependency on GL. by benjaminwagner · 9 years ago
  13. 39e7aa4 Remove Lua from the Google3 build. by benjaminwagner · 9 years ago
  14. 2f2903d restore dump_record by mtklein · 9 years ago
  15. 988addd Fix UB in SkDivBits by mtklein · 9 years ago
  16. 835c1b6 Clean up dead code: PictureRenderer by mtklein · 9 years ago
  17. accaf48 stifle Math test on Mac bot too by mtklein · 9 years ago
  18. f193853 Clean up dead code: filter. by mtklein · 9 years ago
  19. f970ad6 Clean up dead code: render_pdfs. by mtklein · 9 years ago
  20. 44509fa Disable testcase7.bmp on SkImageDecoder and clean up dm_flags by msarett · 9 years ago
  21. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  22. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  23. a7a21cf Disable incomplete image tests in nanobench by msarett · 9 years ago
  24. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  25. 60795d9 Add visualbench option for nvpr stencil samples by cdalton · 9 years ago
  26. f844177 Fix visualbench flicker on triple buffered platforms by cdalton · 9 years ago
  27. 1023725 Make visualbench timing continuous for no-reset mode by cdalton · 9 years ago
  28. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  29. 266e202 Add visualbench option to not reset between samples by cdalton · 9 years ago
  30. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago
  31. 7fdda60 Lock pixels again after dummy reset of pixel ref in SkBitmapRegionCodec by msarett · 9 years ago
  32. 23267db SkAtomic: always use std::atomic by mtklein · 9 years ago
  33. 6459352 Replace SkFunction with std::function by mtklein · 9 years ago
  34. 9510593 Add include guards for SkBRDAllocator by scroggo · 9 years ago
  35. cb8d719 Make BRD take advantage of zero initialized memory by msarett · 9 years ago
  36. b5213e6 Change quality settings on SkImageDecoder_libjpeg by msarett · 9 years ago
  37. 49115b5 Add an Allocator interface that indicates if memory is zero init by msarett · 9 years ago
  38. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago
  39. 5c9e34a Delete dead BitmapRegionDecoder code in tools by msarett · 9 years ago
  40. 43f610f Parse command line arguments for sdl + android by joshualitt · 9 years ago
  41. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  42. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  43. fcff08c SkBitmapRegionCodec needs to use the rowBytes on the pixel ref by msarett · 9 years ago
  44. 6aff54c tools/git-sync-deps: speed up common case by skipping fetch by halcanary · 9 years ago
  45. f27f08b DM+VB: WallTimer -> SkTime::GetNSecs(). by mtklein · 9 years ago
  46. 8b99ef4 Enable building Skia for iOS with bazel. by iroth · 9 years ago
  47. 9dbec09 In BUILD.public, specify alwayslink for skia library. by benjaminwagner · 9 years ago
  48. ef784fb More conic-specific tests revealed a few conic-specific bugs. Because javascript / canvas make visualizing conics tricky, new native tools are required. by caryclark · 9 years ago
  49. f93982a Don't run nvpr on TSAN bot by bsalomon · 9 years ago
  50. 8a3760f For BUILD.public, let SkPreConfig.h set SK_RELEASE based on NDEBUG. by benjaminwagner · 9 years ago
  51. c377992 Make DMSrcSink fail fatally when decodeRegion() fails for BRDSrcs by msarett · 9 years ago
  52. 3f65e93 Add NewFromStream and getEncodedFormat to BitmapRegionDecoder by msarett · 9 years ago
  53. 35e5d1b Refactor SkBitmapRegionDecoderInterface for Android by msarett · 9 years ago
  54. e6d2024 Flush GrContext between benchmark draw loops by cdalton · 9 years ago
  55. c70483f Add visualbench option for device-independent fonts by cdalton · 9 years ago
  56. 86ea33e Enable BUILD file compilation of skia and dm with --config=android_arm. by benjaminwagner · 9 years ago
  57. 33eefcd SkTime::GetNSecs() by mtklein · 9 years ago
  58. 3b5b784 Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  59. 38a88e4 SkTime::GetNSecs() by mtklein · 9 years ago
  60. 5a06df4 Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  61. a1840d5 SkTime::GetNSecs() by mtklein · 9 years ago
  62. 6ae30fb Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ ) by caryclark · 9 years ago
  63. 70084cb SkTime::GetNSecs() by mtklein · 9 years ago
  64. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago
  65. ed0935a Reland of path ops: fix conic weight and partial coincidence (patchset #1 id:1 of https://codereview.chromium.org/1408923003/ ) by caryclark · 9 years ago
  66. 7f53819 Revert of Suppression for valgrind bug (patchset #1 id:1 of https://codereview.chromium.org/1410953002/ ) by scroggo · 9 years ago
  67. 5eaaad2 Stop running nanobench on GalaxyS4 by borenet · 9 years ago
  68. fb02cda Force VisualBench to reset GLContext on GrContext reset by joshualitt · 9 years ago
  69. b64b195 Fix build targets for some bots by borenet · 9 years ago
  70. f428df1 Revert of path ops: fix conic weight and partial coincidence (patchset #5 id:80001 of https://codereview.chromium.org/1413763002/ ) by caryclark · 9 years ago
  71. 0c768a2 Clean up some dead code. by mtklein · 9 years ago
  72. ef33b1e The remaining 1m skp bugs are asserts that can be harmlessly by caryclark · 9 years ago
  73. 964eeba Include resources directory in google3 sync. by benjaminwagner · 9 years ago
  74. 423f646 Add SkTTopoSort by robertphillips · 9 years ago
  75. 2f8ac35 Misc: Don't run etc1 bench with invalid image and fix VS2015 build warning by bsalomon · 9 years ago
  76. 9c4909b Add imgblur tool to assist BlurMaskFilter debugging by robertphillips · 9 years ago
  77. ff8b3f0 Test SkRemote on GCE bots. by mtklein · 9 years ago
  78. 82e341f Suppression for valgrind bug by scroggo · 9 years ago
  79. 26ad22a Enabling clip stack flattening exercises path ops. by caryclark · 9 years ago
  80. c9dd93c Add NVPR to VisualBench by joshualitt · 9 years ago
  81. 6f6bef8 Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUILD file changes are in google3 cl/105413829. by benjaminwagner · 9 years ago
  82. 860e8a6 Renable image benchmarking by scroggo · 9 years ago
  83. c603c14 small tidy of benchmarkstream by joshualitt · 9 years ago
  84. a3b8c67 Revert of small tidy of benchmarkstream (patchset #2 id:20001 of https://codereview.chromium.org/1395703002/ ) by joshualitt · 9 years ago
  85. 691b6af small tidy of benchmarkstream by joshualitt · 9 years ago
  86. d0f0bce Create VisualStreamTimingModule by joshualitt · 9 years ago
  87. ea03aed SkBitmapRegionCanvas bug fix by msarett · 9 years ago
  88. 04965c6 SkBitmapRegionDecoder clean-up by msarett · 9 years ago
  89. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  90. e361781 Fix codec memory leaks in nanobench by scroggo · 9 years ago
  91. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  92. 0a3cac8 Reland of Pass --images '' to nanobench to disable image benchmarking. (patchset #1 id:1 of https://codereview.chromium.org/1400633002/ ) by scroggo · 9 years ago
  93. c2e59ca Revert of Pass --images '' to nanobench to disable image benchmarking. (patchset #1 id:1 of https://codereview.chromium.org/1381703003/ ) by scroggo · 9 years ago
  94. ccb88bc Blacklisting imagefilterscropexpand on s4 since it often causes the bot to hang and crash. by egdaniel · 9 years ago
  95. e1f8296 Fix for visualbench loops forever by joshualitt · 9 years ago
  96. 5a74afe nvpr removal from VisualBench base context by joshualitt · 9 years ago
  97. cb54e8e Cleanup timing state machine by joshualitt · 9 years ago
  98. dc5db59 move visual bench interactive module to timing state machine by joshualitt · 9 years ago
  99. 1f7039c Pass --images '' to nanobench to disable image benchmarking. by mtklein · 9 years ago
  100. 98d2e2f Factor out VisualBench timing code into a helper class by joshualitt · 9 years ago