Add simple support for the r8g8b8a8 and r8g8b8x8 formats.
authorAlexandros Frantzis <alexandros.frantzis@linaro.org>
Fri, 18 Mar 2011 12:36:15 +0000 (14:36 +0200)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 22 Mar 2011 17:43:29 +0000 (13:43 -0400)
commitf05a90e5f8d1d0af60e2c684cbe9f1327c33135a
treecdeff7f958457a7292b4a8e83cacca5f560198b5
parent7eb0abb5e819046537b9f809c7ec332c6679c557
Add simple support for the r8g8b8a8 and r8g8b8x8 formats.

This format is particularly useful on big-endian architectures, where RGBA in
memory/file order corresponds to r8g8b8a8 as an uint32_t. This is important
because RGBA is in some cases the only available choice (for example as a pixel
format in OpenGL ES 2.0).
pixman/pixman-access.c
pixman/pixman.c
pixman/pixman.h