skia2/tools/skpbench
Brian Salomon d653cac70e More sample count cleanup:
rename getSampleCount -> getRenderTargetSampleCount because it will return
0 when a config is not renderable but *is* supported as a texture format.
(Old name kept around until Chrome stops calling it)

Add virtual GrCaps::maxRenderTargetSampleCount(GrPixelConfig).

Devirtualize isConfigRenderable() and implement as maxRTSC != 0. Separate implementation for version with bool withMSAA param to be removed after Flutter is updated to no longer call.

Consolidate various file static GrSurfaceDesc validators fns into GrCaps::validateSurfaceDesc().


Bug: skia:
Change-Id: Ie30a291aa027e910df3bd90fac8518ccdb39e53f
Reviewed-on: https://skia-review.googlesource.com/102141
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2018-02-01 21:56:49 +00:00
..
__init__.py
_adb_path.py Modify skpbench to use newer adb version 2017-10-13 13:13:47 +00:00
_adb.py skpbench: support pixel phone 2017-10-20 17:52:36 +00:00
_benchresult.py skpbench: add "resultsfile" option 2016-11-10 16:08:12 +00:00
_hardware_android.py skpbench: always reboot instead of unlocking clocks 2017-10-24 15:54:31 +00:00
_hardware_nexus_6p.py skpbench: always reboot instead of unlocking clocks 2017-10-24 15:54:31 +00:00
_hardware_pixel_c.py skpbench: always reboot instead of unlocking clocks 2017-10-24 15:54:31 +00:00
_hardware_pixel.py skpbench: always reboot instead of unlocking clocks 2017-10-24 15:54:31 +00:00
_hardware.py skpbench: support pixel phone 2017-10-20 17:52:36 +00:00
_os_path.py Add adb support to skpbench 2016-09-19 12:04:56 -07:00
sheet.py skpbench: add utility to format results for Skia Perf 2016-11-10 20:00:56 +00:00
skiaperf.py skpbench: fix parser script for bots 2016-11-15 18:52:10 +00:00
skpbench.cpp More sample count cleanup: 2018-02-01 21:56:49 +00:00
skpbench.py skpbench: always reboot instead of unlocking clocks 2017-10-24 15:54:31 +00:00