1. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  2. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  3. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  4. e18a530 Add bench to measure blur rects performance by qiankun.miao · 10 years ago
  5. e451c4d Update nanobench so the non-MPD path doesn't permit layer hoisting by robertphillips · 10 years ago
  6. a3e5272 Switch non-MPD nanobench path to use a separate canvas per tile by robertphillips · 10 years ago
  7. 5a8fc33 Don't upload metrics we don't want to track. by mtklein · 10 years ago
  8. e109145 nanobench: upload peak memory usage as its own trace. by mtklein · 10 years ago
  9. 051e56d Upload picture byte size and op count metrics for SKP recording. by mtklein · 10 years ago
  10. 63242d7 Fix SKPBench tiling so MPD and non-MPD match by robertphillips · 10 years ago
  11. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago
  12. 535776e Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  13. 7e225bd nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  14. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  15. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  16. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  17. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  18. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  19. 186a08e Fix memory leak in nanobench by robertphillips · 10 years ago
  20. 5b69377 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  21. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  22. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  23. 8037653 Add computation of saveLayer information to RecordingBench by robertphillips · 10 years ago
  24. a06a953 Prune SkRTree by mtklein · 10 years ago
  25. b33402b Do not calculate many sierpinski fractals for each nanobench run unless needed by kkinnunen · 10 years ago
  26. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  27. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  28. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  29. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  30. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  31. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  32. 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
  33. c092d3b Make nanobench and dm be usable from Chromium build by kkinnunen · 10 years ago
  34. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  35. bf5dd41 Add benchmark to compare different BBH query patterns. by mtklein · 10 years ago
  36. 8394251 Avoid warning in nanobench related to loop count with nvprmsaa4 by kkinnunen · 10 years ago
  37. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  38. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  39. 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
  40. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  41. 527930f Detect loops overflow for gpu benches. by mtklein · 10 years ago
  42. a30b2ee PictureRecordBench's benchmarks are no longer relevant with SkRecord. by mtklein · 10 years ago
  43. 6838d85 Try out SkTree in nanobench. by mtklein · 10 years ago
  44. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  45. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  46. 06cddec Print GPU cache stats in nanobench/dm with veryVerbose by bsalomon · 10 years ago
  47. 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
  48. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  49. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  50. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  51. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  52. c7f7f46 Draw SKPs in 256x256 tiles in nanobench. by mtklein · 10 years ago
  53. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  54. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  55. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  56. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  57. e070c2b nanobench: flush after recording every Nth data point. by mtklein · 10 years ago
  58. 5324978 detect --loops is < 0 and interpret that as running forever (mostly) by reed · 10 years ago
  59. 40636a5 faster SkRect::sort by reed · 10 years ago
  60. 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
  61. 12b1831 Attempt at fixing color cube bench by sugoi · 10 years ago
  62. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  63. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  64. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  65. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  66. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  67. 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
  68. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  69. 38c0587 Save/Restore around bench runs. by mtklein · 10 years ago
  70. 337c2dd check for newSurface failure by reed · 10 years ago
  71. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  72. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  73. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  74. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  75. 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
  76. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  77. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  78. dc5bbab Have nanobench --verbose mode always just print integer nanoseconds. by mtklein · 10 years ago
  79. 53d2562 nanobench: print max RSS in debug mode too. by mtklein · 10 years ago
  80. 963504b Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of https://codereview.chromium.org/572933006/) by mtklein · 10 years ago
  81. d664c21 nanobench: lazily decode bitmaps from SKPs by mtklein · 10 years ago
  82. e1daac9 Tag recording picture nesting bench as nonrendering. by mtklein · 10 years ago
  83. df886ea Fix leak in PictureNestingBench by fmalita · 10 years ago
  84. 4416267 Nested picture nanobench by fmalita · 10 years ago
  85. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  86. 595aa05 Revert of Change SkResourceCache to take a Visitor inside its find(). (patchset #2 id:20001 of https://codereview.chromium.org/567393002/) by reed · 10 years ago
  87. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  88. fd731ce Measure picture recording speed in nanobench. by mtklein · 10 years ago
  89. 9628905 Distinguish common and unique names for skiaperf.com. by mtklein · 10 years ago
  90. 8247ec3 Fix format of nanobench result by qiankun.miao · 10 years ago
  91. ea65bfa Update DM JSON format. by mtklein · 10 years ago
  92. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  93. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  94. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  95. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  96. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  97. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  98. 4473be8 Clean up some benches that answer questions we're no longer asking. by mtklein · 10 years ago
  99. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  100. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago