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