aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2013-01-06 05:14:18 +0100
committerMarek Olšák <maraeo@gmail.com>2013-01-15 17:22:50 +0100
commit0152c6e339099c3e46795d89efe3108d08fff4f3 (patch)
tree8a3d67f3c1139ac0a37184c72bfadbd683563f6a
parent4d6352e76d3dcd77f5a26c3605d8cb740e4158bc (diff)
all.tests: test 6x MSAA
This mode is supported by R300-R500 GPUs. Reviewed-by: Paul Berry <stereotype441@gmail.com>
-rw-r--r--tests/all.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 71b97e3e..d0f29beb 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -68,7 +68,7 @@ except SystemExit:
pass
# List of all of the MSAA sample counts we wish to test
-MSAA_SAMPLE_COUNTS = (2, 4, 8, 16, 32)
+MSAA_SAMPLE_COUNTS = (2, 4, 6, 8, 16, 32)
def add_fbo_depthstencil_tests(group, format):
if format == 'default_fb':