diff options
author | Benjamin Otte <otte@gnome.org> | 2009-11-04 11:06:57 +0100 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-11-04 11:20:04 +0100 |
commit | 84bbf179c375622d2c7b4e21b1b8ce189b5a18f2 (patch) | |
tree | e2eeb58afb20fd0edc7657b36586af0f7c7ab880 /src/Makefile.am | |
parent | 9b42b6156d9916e64e19f2ccb0b43f4d1df72e79 (diff) |
[test] Add a test exposing bugs in XRenderComposite
This test fills a slightly rotated surface slightly above the 0 line.
This hits some corner cases in the XRenderComposite path.
I discovered these issues while playing with video rendering onto the
canvas in HTML5 (both Webkit and Mozilla have this problem).
I used CAIRO_ANTIALIAS_NONE and a single-color source in the test to get
rid of aliasing issues in the output images. This makes some issues
slightly less visible, but still fails for all of them. If you want to
get a clearer view, disable it and use romedalen.png instead - it has
the same size as the red surface.
(At least) 3 bugs are at work here:
- if _line_exceeds_16_16() triggers for the reference point, the
source surface will be misaligned.
- the intel driver seems to have an off-by-one bug on my i945 when
positioning the source surface, causing black seams at the top
(not visible in the test unless using romedalen.png) and on the left
of the image.
- My Xvfb fails completely in picture up/download in the xlib-fallback
path.
Diffstat (limited to 'src/Makefile.am')
0 files changed, 0 insertions, 0 deletions