- 19e259b ignore_result() by mtklein · 10 years ago
- d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
- 3ffa126 Move resource fonts to common location. by bungeman · 10 years ago
- f1d6df7 Looks like rssPages * pageSize is overflowing on 32-bit Linux... by mtklein · 10 years ago
- d75c466 DM+nanobench: print both current and max RSS. by mtklein · 10 years ago
- 23c5f51 Handpick 16 Skia page sets to create SP enabled SKPs from by rmistry · 10 years ago
- aec2510 minor fixes to cubics code and overall alignment of how bounds and tops are computed for all curve types by caryclark · 10 years ago
- 385e88c Create SP enabled SKPs from only the top_25_smooth page set. by rmistry · 10 years ago
- 5190a48 doc: add quickstart to linux and macos by halcanary · 10 years ago
- 97025e3 Run DM on GalaxyS* in one thread by borenet · 10 years ago
- 77772f3 Update RecreateSKPs bot to also generate Slimming Paint SKPs with a separate prefix. by rmistry · 10 years ago
- 8f94bb2 remove old text contexts and fontcache by joshualitt · 10 years ago
- 2752314 dm||nanobench --help looks nice when $COLUMNS == 80. by halcanary · 10 years ago
- 08bc848 fix multiple intersection logic by caryclark · 10 years ago
- aa31ee7 Add ability to specify extra browser args and a prefix for SKP names to webpages_playback.py by rmistry · 10 years ago
- e1d7e0f Blacklist desk_unicodetable SKP on Nexus Player by borenet · 10 years ago
- 03b03ca working on initial winding for cubics by caryclark · 10 years ago
- d557462 Skip msaa4 on Tegra 2 and 3. by mtklein · 10 years ago
- 05641a5 DM: failure to canary a sink is now fatal. by mtklein · 10 years ago
- fca5c88 Ask for NVPR only when we expect it to be available. by mtklein · 10 years ago
- cdec56e Landing directly for testing the ios buildbot code. by stephana · 10 years ago
- 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 10 years ago
- 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 10 years ago
- 22ecae8 Blacklist desk_wikipedia pdf on Valgrind bots by borenet · 10 years ago
- 3c309db Implementing filling for SkBmpCodec by msarett · 10 years ago
- 195f62d BUG=skia: by stephana · 10 years ago
- fbcf0bd expand pdf/worldjournal blacklist entry to cover the new skp too by Mike Klein · 10 years ago
- 95bc5f3 change isNestedRect to isNestedFillRect by caryclark · 10 years ago
- 929f63f Make --undefok a little louder now that we're using it all the time. by mtklein · 10 years ago
- dfaebfb Remove get_uploaded hashes by borenet · 10 years ago
- 2f273a1 Adding non-deterministic images to blacklist by msarett · 10 years ago
- 09ed480 Add --uninterestingHashesFile to DM by borenet · 10 years ago
- 80bd3ae Delete no longer needed pagesets, add new pagesets and make names more readable by rmistry · 10 years ago
- 54416de Update DM to allow Src's to have optional options. by djsollen · 10 years ago
- 4808757 Remove all code related to NaCl by borenet · 10 years ago
- 11106f1 Skip desk_baidu skp on Valgrind bot by borenet · 10 years ago
- 2a3c849 Turn on Chromium's top 25 page set by rmistry · 10 years ago
- 39383a1 Fix cr SKPs naming by rmistry · 10 years ago
- 5af9a37 Turn on key mobile sites cr page set and delete dashed desktop by rmistry · 10 years ago
- 009b069 Fix gs.upload_dir_contents arguments mismatch by rmistry · 10 years ago
- 49d093c Add ability to capture SKPs from Chromium's pagesets by rmistry · 10 years ago
- b4ee7ea webpages_playback.py: Support storing to local directories by kkinnunen · 10 years ago
- 5c9fa28 Add option to embed font data into executable. by bungeman · 10 years ago
- f9310fe webpages_playback.py: Avoid crash when retrying to capture skp by kkinnunen · 10 years ago
- 1e37d17 Update [dm|nanobench]_flags for CPU/GPU split by borenet · 10 years ago
- 5435929 cumulative pathops patch by caryclark · 10 years ago
- ce86687 pdf skp tabl_worldjournal.skp took 5 days to run on Valgrind by mtklein · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 114912d Fix android_run_skia script to allow for larger blacklist by msarett · 10 years ago
- 0dc4dd6 Revert of pathops version two (patchset #16 id:150001 of https://codereview.chromium.org/1002693002/) by reed · 10 years ago
- 7aa846c Revert of Enabling ico decoding with use of png and bmp decoders (patchset #10 id:280001 of https://codereview.chromium.org/1011343003/) by tomhudson · 10 years ago
- 15bfd07 Enabling ico decoding with use of png and bmp decoders by msarett · 10 years ago
- 6776a53 Increase timeout of ukwsj to get more consistent SKP captures by rmistry · 10 years ago
- ccec0f9 pathops version two by caryclark · 10 years ago
- 3e5c2b1 Preserve texture compression when saving a revised skp from debugger by robertphillips · 10 years ago
- 9a0f629 Only use 256x256 tiles on hd2000 nanobench bots by egdaniel · 10 years ago
- 89c2a54 Blacklist certain win7 gms that are never finishing on dm by egdaniel · 10 years ago
- 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 10 years ago
- 905d01b temporarily stifle Math test on TSAN bot by mtklein · 10 years ago
- e2aab90 DM: disable image src type on Windows. by mtklein · 10 years ago
- eec84e3 Current RSS on linux and android too? by mtklein · 10 years ago
- 18ef5eb widen leak supression. looks like start_keepalive is sometimes inlined. by mtklein · 10 years ago
- 1e23738 Suppress keepalive thread leak in DM. by mtklein · 10 years ago
- de7665a Skip absurdly slow PDF tests on Valgrind bot. by mtklein · 10 years ago
- d1f7f99 Have DM and nanobench display times in minutes when they're above 60 seconds. by mtklein · 10 years ago
- 95553d9 DM: display current memory usage (instead of peak) when available. by mtklein · 10 years ago
- 2271256 Clean up poppler code. by mtklein · 10 years ago
- cc99dbc Skip WritePixels on GalaxyS3 by mtklein · 10 years ago
- 4e2d3be Don't run ResourceCache unit test on NexusPlayer. by mtklein · 10 years ago
- 7e78f3d Fix bug in Valgrind flags config. by mtklein · 10 years ago
- ba98761 Add pageset for theverge by rmistry · 10 years ago
- 13e51f9 Run Valgrind bots with --nogpu and --nocpu as appropriate by borenet · 10 years ago
- 150d350 When running under Valgrind, don't draw .webps into .pdfs. by mtklein · 10 years ago
- 13e8e23 Disable --config pdf temporarily on Valgrind bot. by mtklein · 10 years ago
- a9baa65 Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of https://codereview.chromium.org/960783003/) by kkinnunen · 10 years ago
- fa77eb1 Add image as a draw type that can be filtered by kkinnunen · 10 years ago
- 82b33db DM: no PDF for Daisy either by mtklein · 10 years ago
- 84aada8 DM: run PDF except on Android bots. by mtklein · 10 years ago
- 341c808 Revert of DM: run pdf config on the bots. (patchset #1 id:1 of https://codereview.chromium.org/968953002/) by mtklein · 10 years ago
- b12f881 DM: run pdf config on the bots. by mtklein · 10 years ago
- bdff1fc Add msaa runs to nanobench by bsalomon · 10 years ago
- 5abf584 Test msaa on bots using dm. 4 samples for Android, 16 elsewhere by bsalomon · 10 years ago
- 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
- ee2a3ea Revert of Default SK_ANGLE to true on Windows, run angle whenever possible on bots. (patchset #3 id:40001 of https://codereview.chromium.org/946933006/) by mtklein · 10 years ago
- 88ec329 Default SK_ANGLE to true on Windows, run angle whenever possible on bots. by mtklein · 10 years ago
- f73e589 Add tools/nanobench_flags.py. by mtklein · 10 years ago
- 1a2979a fix nvpr by Mike Klein · 10 years ago
- 11a2c50 add tools/dm_flags.py by mtklein · 10 years ago
- eebc39a Add HWUI Sink to DM on Android Framework builds by tomhudson · 10 years ago
- 8c92dc1 Remove unused parameters to SkDocument::CreatePDF by halcanary · 10 years ago
- 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
- dfb7da3 Negative numbers are not flags. by mtklein · 10 years ago
- 9bafc30 Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 10 years ago
- 95f192d Adding new benchmark to test image decoding performance. by msarett · 10 years ago
- 3a09204 Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #3 id:40001 of https://codereview.chromium.org/912403004/) by robertphillips · 10 years ago
- fa3a83d Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 10 years ago
- 2de5939 Revert of Fix Chromium build (patchset #2 id:20001 of https://codereview.chromium.org/916763003/) by robertphillips · 10 years ago
- 2e60242 Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #2 id:20001 of https://codereview.chromium.org/912403004/) by robertphillips · 10 years ago
- f5e89c8 Fix Chromium build by robertphillips · 10 years ago
- 5a4c233 Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 10 years ago