summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-03-07 14:56:31 -0800
committerEric Anholt <eric@anholt.net>2014-03-07 16:40:10 -0800
commit9e192f0121e971a5944939332dec410db3aa4ee2 (patch)
treedc4f3709297c11a20913611f0f5bf525bdbc8b57
parent0aa4bfefa8c8ee9ae62d6fa24114832054f55a03 (diff)
glx-buffer-age: Test with vblank_mode=0.buffer-age
Reveals a problem with the current set of mesa patches. Interestingly, glXSwapIntervalMESA(0) doesn't produce the same behavior.
-rw-r--r--tests/all.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index 4a2dc0102..98b1b943d 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -706,6 +706,8 @@ add_plain_test(glx, 'glx-swap-singlebuffer')
add_plain_test(glx, 'glx-make-current')
add_plain_test(glx, 'glx-make-glxdrawable-current')
add_plain_test(glx, 'glx-buffer-age')
+glx['glx-buffer-age vblank_mode=0'] = plain_test('glx-buffer-age')
+glx['glx-buffer-age vblank_mode=0'].env['vblank_mode'] = '0'
add_concurrent_test(glx, 'glx-pixmap-life')
add_concurrent_test(glx, 'glx-pixmap13-life')
add_concurrent_test(glx, 'glx-pixmap-multi')