Bug 83933 - push-group-color.xlib-fallback.rgb24 output is incomplete
Summary: push-group-color.xlib-fallback.rgb24 output is incomplete
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-16 15:13 UTC by Massimo
Modified: 2018-08-25 13:45 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
quick hack (878 bytes, text/plain)
2014-09-16 15:13 UTC, Massimo
Details

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.