Summary: | cairo doesn't support 24 bits per pixel mode on X11 | ||
---|---|---|---|
Product: | cairo | Reporter: | Erik Ohrnberger <erik> |
Component: | image backend | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | ||
Version: | 1.0.4 | ||
Hardware: | x86 (IA32) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Erik Ohrnberger
2006-11-20 20:11:02 UTC
commit bc872a5f5fb9b6318dc78d132da46a6b201f75c7 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Oct 15 10:21:05 2008 +0100 [xlib] Handle 4,20,24,28 depth XImages Bug 9102 cairo doesn't support 24 bits per pixel mode on X11 (https://bugs.freedesktop.org/show_bug.cgi?id=9102) is a reminder that that we need to support many obscure XImage formats. With Carl's and Behdad's work to support psuedocolor we have a mechanism in place to handle any format that is not natively handled by pixman. The only piece we were missing was extending the swapper to handle all-known formats and putting in defensive checks that pixels were correctly aligned in accordance with pixman's requirements. |
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.