Summary: |
xlib.fallback occasionally incorrectly treats OVER as SOURCE |
Product: |
cairo
|
Reporter: |
Massimo <sixtysix> |
Component: |
xlib backend | Assignee: |
Chris Wilson <chris> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
cairo-bugs mailing list <cairo-bugs> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
quick hack
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 106329 [details] quick hack the xlib.fallback composer calls a fill_reduces_to_source in src/cairo.image-compositor.c that simplifies an OVER operator fill to a SOURCE operator fill whenever the destination is clear. This means that you have to mark the shm-image-surface as no longer clear after it is filled as the attached quick hack does. It fixes finer-grained-fallbacks over-above-source over-around-source over-between-source all .xlib.fallback.rgb24