From 0152c6e339099c3e46795d89efe3108d08fff4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 6 Jan 2013 05:14:18 +0100 Subject: all.tests: test 6x MSAA This mode is supported by R300-R500 GPUs. Reviewed-by: Paul Berry --- tests/all.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- cgit v1.2.3