diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-13 16:26:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-13 16:53:22 -0700 |
commit | 9b289139ffaf017857dc3cbb0ceea21a44da6f7d (patch) | |
tree | 9b9670c45afbdceb9c001fa4d131191d37d12f98 /man/x11perf.man | |
parent | 3853dd4a66d1fb6c29965a6664f9a7e6a3fe7bf7 (diff) |
x11perf.man: Add tests for ShmGetImage
Fixes: 7f46d58 ("Add tests for ShmGetImage")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9>
Diffstat (limited to 'man/x11perf.man')
-rw-r--r-- | man/x11perf.man | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/x11perf.man b/man/x11perf.man index 96e476c..91fcd93 100644 --- a/man/x11perf.man +++ b/man/x11perf.man @@ -951,6 +951,24 @@ PutImage XYbitmap 100x100 square, MIT shared memory extension. .B \-shmputxybitmap500 PutImage XYbitmap 500x500 square, MIT shared memory extension. .TP 14 +.B \-shmget10 +GetImage 10x10 square, MIT shared memory extension. +.TP 14 +.B \-shmget100 +GetImage 100x100 square, MIT shared memory extension. +.TP 14 +.B \-shmget500 +GetImage 500x500 square, MIT shared memory extension. +.TP 14 +.B \-shmgetxy10 +GetImage XY format 10x10 square, MIT shared memory extension. +.TP 14 +.B \-shmgetxy100 +GetImage XY format 100x100 square, MIT shared memory extension. +.TP 14 +.B \-shmgetxy500 +GetImage XY format 500x500 square, MIT shared memory extension. +.TP 14 .B \-getimage10 GetImage 10x10 square. .TP 14 |