diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-18 13:06:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-18 13:08:31 -0700 |
commit | 7e24793ede11649a412413ff2567bf20670ba4ef (patch) | |
tree | f2de8aab9ebaaa5622ecac98b3eb6072ec08f9c6 /do_tests.c | |
parent | 3fd3380e289717d657b7c42e6f6980d4207e5bbb (diff) |
Mark tests introduced in version 1.6 as version 1.6 & later
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10>
Diffstat (limited to 'do_tests.c')
-rw-r--r-- | do_tests.c | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1289,51 +1289,51 @@ Test test[] = { {4, 500, "XY"}}, {"-compwinwin10", "Composite 10x10 from window to window", NULL, InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 10}}, {"-compwinwin100", "Composite 100x100 from window to window", NULL, InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 100}}, {"-compwinwin500", "Composite 500x500 from window to window", NULL, InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 500}}, {"-comppixwin10", "Composite 10x10 from pixmap to window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 10}}, {"-comppixwin100", "Composite 100x100 from pixmap to window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 100}}, {"-comppixwin500", "Composite 500x500 from pixmap to window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 500}}, {"-magpixwin10", "Scale 5x5 from pixmap to 10x10 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 10, NULL, NULL, 0x20000}}, {"-magpixwin100", "Scale 50x50 from pixmap to 100x100 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 100, NULL, NULL, 0x20000}}, {"-magpixwin500", "Scale 250x250 from pixmap to 500x500 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 500, NULL, NULL, 0x20000}}, {"-minpixwin10", "Scale 10x10 from pixmap to 5x5 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 5, NULL, NULL, 0x8000}}, {"-minpixwin100", "Scale 100x100 from pixmap to 50x50 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 50, NULL, NULL, 0x8000}}, {"-minpixwin500", "Scale 500x500 from pixmap to 250x250 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, - VERSION1_6, COMP, 0, + V1_6FEATURE, COMP, 0, {4, 250, NULL, NULL, 0x8000}}, {"-noop", "X protocol NoOperation", NULL, NullInitProc, DoNoOp, NullProc, NullProc, |