[PATCH 33/41] drm/i915: allow CAIRO_FORMAT_RGB30 in image cache
"Enrico Weigelt, metux IT consult" <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]> --- src/drm/cairo-drm-i915-surface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drm/cairo-drm-i915-surface.c b/src/drm/cairo-drm-i915-surface.c index f887e83..2ce263b 100644 --- a/src/drm/cairo-drm-i915-surface.c +++ b/src/drm/cairo-drm-i915-surface.c @@ -2648,6 +2648,7 @@ i915_surface_create_from_cacheable_image_internal (i915_device_t *device, case CAIRO_FORMAT_ARGB32: case CAIRO_FORMAT_RGB24: case CAIRO_FORMAT_RGB16_565: + case CAIRO_FORMAT_RGB30: caches = &(device->image_caches.argb32); format = CAIRO_FORMAT_ARGB32; bpp = 4; -- 2.6.4.442.g545299f -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo