aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bench_pictures.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bench_pictures.cfg')
-rw-r--r--tools/bench_pictures.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg
index 78db4971b9..2628e5091d 100644
--- a/tools/bench_pictures.cfg
+++ b/tools/bench_pictures.cfg
@@ -65,13 +65,13 @@ msaa16 = Config(config='msaa16', viewport=[str(DEFAULT_VIEWPORT_X),
str(DEFAULT_VIEWPORT_Y)])
viewport_angle = Config(config='angle',
- viewport=[DEFAULT_TILE_X, DEFAULT_TILE_Y])
+ viewport=[DEFAULT_VIEWPORT_X, DEFAULT_VIEWPORT_Y])
# This dictionary defines the sets of configs for all platforms. Each config is
# a dictionary of key/value pairs directly corresponding to the command-line
# flags passed to bench_pictures.
bench_pictures_cfg = {
- 'angle': [viewport_angle, msaa4],
+ 'angle': [viewport_angle],
'debug': [ViewportBitmapConfig(DEFAULT_VIEWPORT_X, DEFAULT_VIEWPORT_Y)],
'default': default_configs,
'no_gpu': default_no_gpu,