On Wed, 31 Oct 2012 17:50:14 +0200 [email protected] wrote: > From: Ville Syrjälä <[email protected]> > > Fix support for all RGB/BGR pixel formats (except the 16:16:16:16 float > format). > > Fix intel_init_framebuffer() to match hardware and driver limitations: > * RGB332 is not supported at all > * CI8 is supported > * XRGB1555 & co. are supported on Gen3 and earlier > * XRGB210101010 & co. are supported from Gen4 onwards > * BGR formats are supported from Gen4 onwards > * YUV formats are supported from Gen5 onwards (driver limitation)
Yeah looks nice. I love how our definitions have the component order reversed relative to the fourcc-ish codes. Reviewed-by: Jesse Barnes <[email protected]> -- Jesse Barnes, Intel Open Source Technology Center _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
