1. 1c40292 remove unused GM flags by mtklein · 10 years ago
  2. cf5d9c9 Spin off GM::runAsBench() from flags. by mtklein · 10 years ago
  3. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  4. 55e88b2 More natural way to serialize GPU tasks and tests. by mtklein · 10 years ago
  5. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  6. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  7. 748ca3b Sketch DM refactor. by mtklein · 10 years ago
  8. 114c3cd Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.chromium.org/788243008/) by mtklein · 10 years ago
  9. 709d2c3 Sketch DM refactor. by mtklein · 10 years ago
  10. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  11. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  12. d0256a2 PictureNestingBench: stay in ints. by mtklein · 10 years ago
  13. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  14. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  15. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  16. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  17. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  18. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  19. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  20. e18a530 Add bench to measure blur rects performance by qiankun.miao · 10 years ago
  21. e451c4d Update nanobench so the non-MPD path doesn't permit layer hoisting by robertphillips · 10 years ago
  22. a3e5272 Switch non-MPD nanobench path to use a separate canvas per tile by robertphillips · 10 years ago
  23. 5a8fc33 Don't upload metrics we don't want to track. by mtklein · 10 years ago
  24. e109145 nanobench: upload peak memory usage as its own trace. by mtklein · 10 years ago
  25. 051e56d Upload picture byte size and op count metrics for SKP recording. by mtklein · 10 years ago
  26. 63242d7 Fix SKPBench tiling so MPD and non-MPD match by robertphillips · 10 years ago
  27. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago
  28. 535776e Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  29. 7e225bd nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  30. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  31. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  32. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  33. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  34. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  35. 186a08e Fix memory leak in nanobench by robertphillips · 10 years ago
  36. 5b69377 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  37. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  38. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  39. 8037653 Add computation of saveLayer information to RecordingBench by robertphillips · 10 years ago
  40. a06a953 Prune SkRTree by mtklein · 10 years ago
  41. b33402b Do not calculate many sierpinski fractals for each nanobench run unless needed by kkinnunen · 10 years ago
  42. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  43. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  44. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  45. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  46. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  47. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  48. 3b27ade Revert of Make nanobench and dm be usable from Chromium build (patchset #5 id:80001 of https://codereview.chromium.org/657373002/) by jcgregorio · 10 years ago
  49. c092d3b Make nanobench and dm be usable from Chromium build by kkinnunen · 10 years ago
  50. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  51. bf5dd41 Add benchmark to compare different BBH query patterns. by mtklein · 10 years ago
  52. 8394251 Avoid warning in nanobench related to loop count with nvprmsaa4 by kkinnunen · 10 years ago
  53. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  54. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  55. 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
  56. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  57. 527930f Detect loops overflow for gpu benches. by mtklein · 10 years ago
  58. a30b2ee PictureRecordBench's benchmarks are no longer relevant with SkRecord. by mtklein · 10 years ago
  59. 6838d85 Try out SkTree in nanobench. by mtklein · 10 years ago
  60. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  61. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  62. 06cddec Print GPU cache stats in nanobench/dm with veryVerbose by bsalomon · 10 years ago
  63. 14e4d39 Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/)" by mtklein · 10 years ago
  64. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  65. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  66. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  67. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  68. c7f7f46 Draw SKPs in 256x256 tiles in nanobench. by mtklein · 10 years ago
  69. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  70. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  71. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  72. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  73. e070c2b nanobench: flush after recording every Nth data point. by mtklein · 10 years ago
  74. 5324978 detect --loops is < 0 and interpret that as running forever (mostly) by reed · 10 years ago
  75. 40636a5 faster SkRect::sort by reed · 10 years ago
  76. 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
  77. 12b1831 Attempt at fixing color cube bench by sugoi · 10 years ago
  78. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  79. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  80. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  81. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  82. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  83. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  84. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  85. 38c0587 Save/Restore around bench runs. by mtklein · 10 years ago
  86. 337c2dd check for newSurface failure by reed · 10 years ago
  87. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  88. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  89. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  90. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  91. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  92. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  93. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  94. dc5bbab Have nanobench --verbose mode always just print integer nanoseconds. by mtklein · 10 years ago
  95. 53d2562 nanobench: print max RSS in debug mode too. by mtklein · 10 years ago
  96. 963504b Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of https://codereview.chromium.org/572933006/) by mtklein · 10 years ago
  97. d664c21 nanobench: lazily decode bitmaps from SKPs by mtklein · 10 years ago
  98. e1daac9 Tag recording picture nesting bench as nonrendering. by mtklein · 10 years ago
  99. df886ea Fix leak in PictureNestingBench by fmalita · 10 years ago
  100. 4416267 Nested picture nanobench by fmalita · 10 years ago