- 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
- 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
- 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- db490e9 fix bench so that if SK_SUPPORTS_GPU even when not provided as compiler option by djsollen@google.com · 11 years ago
- a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
- 21ca433 Rebaseline bench expectations for tabl_theverge.skp_tile_256x256_grid. by jvanverth@google.com · 11 years ago
- f4dcea6 Make bench_compare executable. by scroggo@google.com · 11 years ago
- 62454a6 Update bench expectations. by jvanverth@google.com · 11 years ago
- 6c1e49a Removed deprecated API calls that have crept in by robertphillips@google.com · 11 years ago
- 27eec46 SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xeon ES-2690. by senorblanco@chromium.org · 11 years ago
- 11e5b97 Add sk_float_rsqrt with SSE + NEON fast paths. by commit-bot@chromium.org · 11 years ago
- ab7442c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
- 8610d2c Fixes for blurroundrect gm/bench. by scroggo@google.com · 11 years ago
- ec1a96c Another int to scalar fix. by scroggo@google.com · 11 years ago
- 99e113b And fix the similar bench. by scroggo@google.com · 11 years ago
- 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
- 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
- 6bf614f must initialize SkDraw.fClip by reed@google.com · 11 years ago
- ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
- 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
- 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
- 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
- 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
- 70402c3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 26e30c5 Cleanup displacement bench by robertphillips@google.com · 11 years ago
- 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
- 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
- 34150b4 Clear out SK_SCALAR_IS_FLOAT from SkRadialGradient, and merge the logic for radial_mirror and radial_repeat. by commit-bot@chromium.org · 11 years ago
- e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
- 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
- 0d9e6de Changes bench to output with git hash filename; cleans up bench_graph_svg to only handle bench alerts; renames it to check_bench_regressions. by bensong@google.com · 11 years ago
- 2887119 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
- 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
- fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
- f8a6b20 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
- c95e1e5 Temporarily disable FilterBitmapBenches while I fix it. by mtklein@google.com · 11 years ago
- dcfed6c fix warnings when running a no gpu build by djsollen@google.com · 11 years ago
- 4e1d4b3 fix mac10.6 build by djsollen@google.com · 11 years ago
- a05bbfe rebaseline nexus7 perf improvement by djsollen@google.com · 11 years ago
- 70de4da Insert swapbuffers into GPU benchmarks. by djsollen@google.com · 11 years ago
- 96b128b rebaseline bench expectations by commit-bot@chromium.org · 11 years ago
- 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
- aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
- 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
- b120bd9 Make all gradient benchs use the same repeat count. by commit-bot@chromium.org · 11 years ago
- 7bf4884 Rebaseline test due to improvements in r11577 by djsollen@google.com · 11 years ago
- d34f058 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
- 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
- 3400f4b Add 3 color variant to gradient bench, include scale in name, add more benchs by commit-bot@chromium.org · 11 years ago
- 9cb5177 Fix asan build. Duh, don't return a stack address... by mtklein@google.com · 11 years ago
- 97b4b67 Remove uses of unnamed namespace in bench/ directory. by commit-bot@chromium.org · 11 years ago
- 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
- b90a2ca Fix a warning. by scroggo@google.com · 11 years ago
- 111fd11 Bench baseline for mostly 0 image. by scroggo@google.com · 11 years ago
- 7d9a21b Deletes bench_expectations.txt and change comments to refer to the new per-bot expectation files. by bensong@google.com · 11 years ago
- d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
- 519f967 Add sk_calloc. Remove SkMemory_stdlib, which seems unused. by mtklein@google.com · 11 years ago
- b352627 1) Don't allocate 100,000 ints when we only need 1,000. by mtklein@google.com · 11 years ago
- 93d2f55 also limit loops-per-canvas in picture_record_dictionaries, which has the same problem as unique_paint by mtklein@google.com · 11 years ago
- 1dd9194 Splits bench_expectations into per-bot files in preparation for growth. by bensong@google.com · 11 years ago
- 5e5239e switch to a new canvas every once in a while in picture_record_unique by mtklein@google.com · 11 years ago
- ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 11 years ago
- a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 4e061d3 Allow use of "--config defaults" in bench, like GM by borenet@google.com · 11 years ago
- 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
- ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
- 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
- dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 9ef1d21 OK windows, please take my infinity. by mtklein@google.com · 11 years ago
- dbd41c8 It looks like we're not always running long enough to give the GPU counters time to converge (and possibly the same for CPU too, but GPU is definitely worse off). by mtklein@google.com · 11 years ago
- 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
- 96bf2b5 N7 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
- b87bf83 Add explicit double -> SkScalar conversion to fix werror on Windows. by mtklein@google.com · 11 years ago
- 78d0379 Add missing dependency to unbreak NOGPU build. by mtklein@google.com · 11 years ago
- c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
- 8ad29ce Fix bench logging for --repeat 1 by borenet@google.com · 11 years ago
- e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
- b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
- b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
- fd47a12 Win7 Performance trigger rebaseline by robertphillips@google.com · 11 years ago
- bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
- 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
- 87d9499 Nexus7 Performace trigger baselines by robertphillips@google.com · 11 years ago
- e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 0d60db6 Add missing .outs by sglez@google.com · 11 years ago
- 3e3cdad Fix rtree bench by sglez@google.com · 11 years ago
- 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
- 7367225 Patch for 10995 by robertphillips@google.com · 11 years ago
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
- 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
- d162092 Performance trigger rebaselines of theverge on Nexus7 for r10936 (Blur refactoring) by robertphillips@google.com · 11 years ago
- 63bf68d Add performance benchmark before landing perf improvements that remove sk_bezero in SkMatrix44 by shawnsingh@chromium.org · 11 years ago
- 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
- d3707a7 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
- eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
- 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
- 3c3c462 Bleed cleanup (remove nocolorbleed GM & enable bleed in game bench) by robertphillips@google.com · 11 years ago