1. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 9 years ago
  2. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 9 years ago
  3. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 9 years ago
  4. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  5. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago
  6. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  7. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  8. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 9 years ago
  9. e8f3062 switch surface to sk_sp by reed · 9 years ago
  10. ca2622b return pictures as sk_sp by reed · 9 years ago
  11. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  12. 18300a3 detach -> release by mtklein · 9 years ago
  13. 464d210 Remove unused tools and unused includes of SkImageDecoder by msarett · 9 years ago
  14. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  15. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  16. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  17. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 9 years ago
  18. 78f915e Add a warmup flag to visualbench by cdalton · 9 years ago
  19. 6ebd423 Create a skeleton VisualDebugModule by joshualitt · 9 years ago
  20. baf8fcb Add offscreen mode to visualbench by cdalton · 9 years ago
  21. 0f6cca8 Optimize visualbench offscreen blits by cdalton · 9 years ago
  22. 898e02e Move command line print above parse in VisualBench by joshualitt · 9 years ago
  23. 60795d9 Add visualbench option for nvpr stencil samples by cdalton · 9 years ago
  24. f844177 Fix visualbench flicker on triple buffered platforms by cdalton · 9 years ago
  25. 1023725 Make visualbench timing continuous for no-reset mode by cdalton · 9 years ago
  26. 266e202 Add visualbench option to not reset between samples by cdalton · 9 years ago
  27. 43f610f Parse command line arguments for sdl + android by joshualitt · 9 years ago
  28. f27f08b DM+VB: WallTimer -> SkTime::GetNSecs(). by mtklein · 9 years ago
  29. e6d2024 Flush GrContext between benchmark draw loops by cdalton · 9 years ago
  30. c70483f Add visualbench option for device-independent fonts by cdalton · 9 years ago
  31. fb02cda Force VisualBench to reset GLContext on GrContext reset by joshualitt · 9 years ago
  32. c9dd93c Add NVPR to VisualBench by joshualitt · 9 years ago
  33. c603c14 small tidy of benchmarkstream by joshualitt · 9 years ago
  34. a3b8c67 Revert of small tidy of benchmarkstream (patchset #2 id:20001 of https://codereview.chromium.org/1395703002/ ) by joshualitt · 9 years ago
  35. 691b6af small tidy of benchmarkstream by joshualitt · 9 years ago
  36. d0f0bce Create VisualStreamTimingModule by joshualitt · 9 years ago
  37. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  38. e1f8296 Fix for visualbench loops forever by joshualitt · 9 years ago
  39. 5a74afe nvpr removal from VisualBench base context by joshualitt · 9 years ago
  40. cb54e8e Cleanup timing state machine by joshualitt · 9 years ago
  41. dc5db59 move visual bench interactive module to timing state machine by joshualitt · 9 years ago
  42. 98d2e2f Factor out VisualBench timing code into a helper class by joshualitt · 9 years ago
  43. c6f5cac Basic CPU support for VisualBench. by mtklein · 9 years ago
  44. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  45. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  46. 8db65a6 stop scaling loops and improve warmup bench by joshualitt · 9 years ago
  47. 7d4b458 Add warmup bench to visual bench by joshualitt · 9 years ago
  48. fb33ae1 Not correctly initializing VisualBench commandline arguments by joshualitt · 9 years ago
  49. ca6f43b vb: also thread --key through to .json by mtklein · 9 years ago
  50. f5d1b2d Add viewer mode to VisualBench. by jvanverth · 9 years ago
  51. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  52. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  53. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  54. 189aef7 Create module system for VisualBench by joshualitt · 9 years ago
  55. 5514321 Minor tweak to visual bench timing by joshualitt · 9 years ago
  56. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  57. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  58. 5b4a7ab Adding sucessful exit message to VisualBench by joshualitt · 9 years ago
  59. 892b0c3 Add skeleton json support to visualbench by joshualitt · 9 years ago
  60. 6531c36 Generate platform specific fontmgr gm. by caryclark · 9 years ago
  61. a2a6fe8 Some cleanups of VisualBench by joshualitt · 9 years ago
  62. 47d280d Fix visual bench memory leak by joshualitt · 9 years ago
  63. 31b21f6 Small fix for visualbench by joshualitt · 9 years ago
  64. 82874f8 Match works correctly on visualbench by joshualitt · 9 years ago
  65. d4fa90f Fix VisualBench to hold onto a surface by joshualitt · 9 years ago
  66. 962cc98 Add benchmarkstream to visualbench by joshualitt · 9 years ago
  67. 91b6f32 Move visualbench to its own folder by joshualitt · 9 years ago