Bug 28888 - cairo_paint with rgb images does not work correctly
Summary: cairo_paint with rgb images does not work correctly
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: xlib backend (show other bugs)
Version: 1.9.10
Hardware: Other All
: medium normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 03:56 UTC by Thomas Wood
Modified: 2010-07-02 05:21 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Simple cairo_paint test case with RGB image (11.02 KB, application/x-compressed-tar)
2010-07-02 03:56 UTC, Thomas Wood
Details

Description Thomas Wood 2010-07-02 03:56:02 UTC
Created attachment 36676 [details]
Simple cairo_paint test case with RGB image

Using cairo_paint with an image without an alpha channel is not always painted at the correct offset after successive expose events.
Comment 1 Chris Wilson 2010-07-02 04:48:30 UTC
Bug present with xlib, not with xrender. Suggests the upload in-place path in cairo-xlib-surface.c path fails.
Comment 2 Chris Wilson 2010-07-02 05:21:27 UTC
commit 1f84f5682c6ff246b3d28c75c8731504f31c1ee1
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Fri Jul 2 13:19:17 2010 +0100

    xlib: Apply translation to image surface upload.
    
    Fixes:
    
      Bug 28888 - cairo_paint with rgb images does not work correctly
      https://bugs.freedesktop.org/show_bug.cgi?id=28888


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.