1. b640203 use Sk2s for conics by reed · 9 years ago
  2. 9a0f629 Only use 256x256 tiles on hd2000 nanobench bots by egdaniel · 9 years ago
  3. 40b7dd5 use Sk2s for EvalQuadTangent and ChopQuadAt by reed · 9 years ago
  4. 5d09568 Move skp nanobench tile size back to 256x256 to see if it fixes nanobench crashes by egdaniel · 9 years ago
  5. 65cb2cd alt SkEvalQuadAt that returns its answer, using Sk2f by reed · 9 years ago
  6. effcba4 Revert of replace SkFixedDiv impl with native 64bit math (patchset #2 id:20001 of https://codereview.chromium.org/1022543003/) by reed · 9 years ago
  7. 7c44ca9 replace SkFixedDiv impl with native 64bit math by reed · 9 years ago
  8. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  9. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  10. 95553d9 DM: display current memory usage (instead of peak) when available. by mtklein · 9 years ago
  11. cc4d667 Increase default tile sizes in nanobench by bsalomon · 9 years ago
  12. 548bf38 4-at-a-time SkPMColor -> SkPMFloat API. by mtklein · 9 years ago
  13. 4e644f5 Update SkPMFloat API a bit. by mtklein · 9 years ago
  14. 60ff458 Trim the fat off SkPMFloat bench. by mtklein · 9 years ago
  15. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 10 years ago
  16. a2f4be7 Sketch SkPMFloat by mtklein · 10 years ago
  17. 0883027 Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/) by mtklein · 10 years ago
  18. 50d2b31 Sketch SkPMFloat by mtklein · 10 years ago
  19. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  20. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  21. 95f192d Adding new benchmark to test image decoding performance. by msarett · 10 years ago
  22. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  23. 02b0501 Small change to use a GrGeometryProcessor for all BitmapText draw calls by joshualitt · 10 years ago
  24. bfd5bff Simplify SkBBH::insert API by mtklein · 10 years ago
  25. 57f27bd Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  26. 1b6b626 nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  27. 70a8ca8 add rounded-join option to bigpath bench by reed · 10 years ago
  28. 37a4736 add bench for very big paths by reed · 10 years ago
  29. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 10 years ago
  30. 96638d1 add bench for building mipmaps by reed · 10 years ago
  31. c12b74d Collapse consecutive SkTableColorFilters by cwallez · 10 years ago
  32. 0004e7d Update references to skiaperf.com. by tfarina · 10 years ago
  33. 1c40292 remove unused GM flags by mtklein · 10 years ago
  34. cf5d9c9 Spin off GM::runAsBench() from flags. by mtklein · 10 years ago
  35. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  36. 55e88b2 More natural way to serialize GPU tasks and tests. by mtklein · 10 years ago
  37. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  38. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  39. 748ca3b Sketch DM refactor. by mtklein · 10 years ago
  40. 114c3cd Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.chromium.org/788243008/) by mtklein · 10 years ago
  41. 709d2c3 Sketch DM refactor. by mtklein · 10 years ago
  42. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  43. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  44. d0256a2 PictureNestingBench: stay in ints. by mtklein · 10 years ago
  45. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  46. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  47. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  48. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  49. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  50. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  51. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  52. e18a530 Add bench to measure blur rects performance by qiankun.miao · 10 years ago
  53. e451c4d Update nanobench so the non-MPD path doesn't permit layer hoisting by robertphillips · 10 years ago
  54. a3e5272 Switch non-MPD nanobench path to use a separate canvas per tile by robertphillips · 10 years ago
  55. 5a8fc33 Don't upload metrics we don't want to track. by mtklein · 10 years ago
  56. e109145 nanobench: upload peak memory usage as its own trace. by mtklein · 10 years ago
  57. 051e56d Upload picture byte size and op count metrics for SKP recording. by mtklein · 10 years ago
  58. 63242d7 Fix SKPBench tiling so MPD and non-MPD match by robertphillips · 10 years ago
  59. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago
  60. 535776e Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  61. 7e225bd nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  62. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  63. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  64. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  65. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  66. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  67. 186a08e Fix memory leak in nanobench by robertphillips · 10 years ago
  68. 5b69377 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  69. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  70. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  71. 8037653 Add computation of saveLayer information to RecordingBench by robertphillips · 10 years ago
  72. a06a953 Prune SkRTree by mtklein · 10 years ago
  73. b33402b Do not calculate many sierpinski fractals for each nanobench run unless needed by kkinnunen · 10 years ago
  74. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  75. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  76. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  77. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  78. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  79. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  80. 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
  81. c092d3b Make nanobench and dm be usable from Chromium build by kkinnunen · 10 years ago
  82. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  83. bf5dd41 Add benchmark to compare different BBH query patterns. by mtklein · 10 years ago
  84. 8394251 Avoid warning in nanobench related to loop count with nvprmsaa4 by kkinnunen · 10 years ago
  85. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  86. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  87. 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
  88. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  89. 527930f Detect loops overflow for gpu benches. by mtklein · 10 years ago
  90. a30b2ee PictureRecordBench's benchmarks are no longer relevant with SkRecord. by mtklein · 10 years ago
  91. 6838d85 Try out SkTree in nanobench. by mtklein · 10 years ago
  92. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  93. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  94. 06cddec Print GPU cache stats in nanobench/dm with veryVerbose by bsalomon · 10 years ago
  95. 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
  96. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  97. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  98. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  99. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  100. c7f7f46 Draw SKPs in 256x256 tiles in nanobench. by mtklein · 10 years ago