Age | Commit message (Collapse) | Author |
|
The other minpixwin tests draw to a window 50% the size of the pixmap,
it's clear this one was meant to too.
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
Prepend a c to the test names of the "core" versions, to match the
-aa*text and -caa*text tests.
Signed-off-by: Peter Harris <pharris@opentext.com>
|
|
|
|
|
|
Similar to GetImage and ShmPutImage, test the performance of retrieving
pixel data from the X server without the overhead of copying the pixels.
In the upper bound, using XShmGetImage, the performance will be limited
by the RTT latency (x11perf -prop). However, comparing the scaling factors
of XShmGetImage and XGetImage will give some insight into the driver
efficiency.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Adam Jackson <ajax@redhat.com>
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=31640
Fix trapezoid checks to look for both render & xft
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
|
|
-compwinwinXX, -comppixwinXX where XX is 10, 100 or 500.
-pop <POP> <POP> ... where <POP> is one of Clear, Src, Dst, Over,
OverReverse, In, InReverse, Out, OutReverse, Atop, AtopReverse, Xor, Add or
Saturate.
-format <FORMAT> <FORMAT> ... where <FORMAT> is one of RGB24, ARGB32, A8,
A4, A1 or NATIVE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|