Bug 83896 - xlib.fallback occasionally incorrectly treats OVER as SOURCE
Summary: xlib.fallback occasionally incorrectly treats OVER as SOURCE
Status: RESOLVED MOVED
Alias: None
Product: cairo
Classification: Unclassified
Component: xlib backend (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Chris Wilson
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 15:39 UTC by Massimo
Modified: 2018-08-25 14:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
quick hack (875 bytes, text/plain)
2014-09-15 15:39 UTC, Massimo
Details

Description Massimo 2014-09-15 15:39:56 UTC
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
Comment 1 GitLab Migration User 2018-08-25 14:02:43 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/cairo/cairo/issues/328.


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.