Bug 83933

Summary: push-group-color.xlib-fallback.rgb24 output is incomplete
Product: cairo Reporter: Massimo <sixtysix>
Component: xlib backendAssignee: 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

Description Massimo 2014-09-16 15:13:35 UTC
Created attachment 106374 [details]
quick hack

It seems that the xlib surface drawable containing the group rendering
has not yet received the content from the shared memory when its content
is copied (XCopyArea) to the destination. The attached quick hack calls
_cairo_xlib_surface_put_shm and it fixes

pthread-same-text and pthread-similar .xlib-fallback.rgb24

BTW at src/cairo-xlib-core-compositor.c line 452 :
it says that when the destination is a Window the GC should be changed
to include ClipByChildren, but few lines below (line 498) ClipByChildren
is set when source does not owns a Pixmap, and it is set after XCopyArea
has been called.
Comment 1 GitLab Migration User 2018-08-25 13:45:51 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/183.

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.