diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-13 16:13:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-13 16:52:21 -0700 |
commit | 76df8ca88c6553a290e9e003b117ee800c165451 (patch) | |
tree | 49292ced55d9bf08221c77629e1dc429cadcaa33 /man | |
parent | c923e89b0756dd40c41b6969f400a248ca4d0b22 (diff) |
x11perf.man: Add xybitmap putimage tests
Fixes: bd6b810 ("Add xybitmap putimage tests")
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')
-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 2785365..611a21d 100644 --- a/man/x11perf.man +++ b/man/x11perf.man @@ -912,6 +912,15 @@ PutImage XY format 100x100 square. .B \-putimagexy500 PutImage XY format 500x500 square. .TP 14 +.B \-putimagexybitmap10 +PutImage XYbitmap 10x10 square. +.TP 14 +.B \-putimagexybitmap100 +PutImage XYbitmap 100x100 square. +.TP 14 +.B \-putimagexybitmap500 +PutImage XYbitmap 500x500 square. +.TP 14 .B \-shmput10 PutImage 10x10 square, MIT shared memory extension. .TP 14 @@ -930,6 +939,15 @@ PutImage XY format 100x100 square, MIT shared memory extension. .B \-shmputxy500 PutImage XY format 500x500 square, MIT shared memory extension. .TP 14 +.B \-shmputxybitmap10 +PutImage XYbitmap 10x10 square, MIT shared memory extension. +.TP 14 +.B \-shmputxybitmap100 +PutImage XYbitmap 100x100 square, MIT shared memory extension. +.TP 14 +.B \-shmputxybitmap500 +PutImage XYbitmap 500x500 square, MIT shared memory extension. +.TP 14 .B \-getimage10 GetImage 10x10 square. .TP 14 |