aboutsummaryrefslogtreecommitdiff
path: root/tests/all.tests
diff options
context:
space:
mode:
authorChris Forbes <chrisf@ijw.co.nz>2013-01-05 19:28:27 +1300
committerChris Forbes <chrisf@ijw.co.nz>2013-03-03 21:02:41 +1300
commit15aa37e12946c13aede64bc995527fa85b8c7087 (patch)
tree7093bac586e78f18c9d55cb3e3fa7a014c09e45c /tests/all.tests
parenta3b8edf7a19c5b2ca54f634d36cf74ebca411558 (diff)
arb_texture_multisample: new tests for sample mask
Adds tests for sample mask: - Initial state - Fetching of each sample mask word - Execution test via rendering with various masks to a multisample FBO, then downsampling via glBlitFramebuffer and checking the result. V2: - Don't specify window size when we don't care. V4: - Add missing copyright notice. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Diffstat (limited to 'tests/all.tests')
-rw-r--r--tests/all.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 30e31612..f6488c04 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -872,6 +872,10 @@ for sample_count in MSAA_SAMPLE_COUNTS:
spec['ARB_texture_multisample/fb-completeness/%d' % (sample_count,)] = \
concurrent_test('arb_texture_multisample-fb-completeness %d' % (sample_count,))
add_concurrent_test(arb_texture_multisample, 'arb_texture_multisample-texstate')
+add_concurrent_test(arb_texture_multisample, 'arb_texture_multisample-sample-mask')
+add_concurrent_test(arb_texture_multisample, 'arb_texture_multisample-sample-mask-value')
+add_concurrent_test(arb_texture_multisample, 'arb_texture_multisample-sample-mask-execution')
+add_concurrent_test(arb_texture_multisample, 'arb_texture_multisample-sample-mask-execution -tex')
# Group AMD_shader_stencil_export
spec['AMD_shader_stencil_export'] = Group()