[Piglit] [PATCH 1/6] all.tests: test 6x MSAA

Marek Olšák maraeo at gmail.com
Sun Jan 6 06:12:14 PST 2013


This mode is supported by R300-R500 GPUs.
---
 tests/all.tests |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/all.tests b/tests/all.tests
index 7053989..19c9002 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':
-- 
1.7.10.4



More information about the Piglit mailing list