[Pixman] [PATCH 0/2] Add r8g8b8a8 and r8g8b8x8 formats

alexandros.frantzis at linaro.org alexandros.frantzis at linaro.org
Fri Mar 18 10:38:53 PDT 2011


From: Alexandros Frantzis <alexandros.frantzis at linaro.org>

Hi all!

This patchset adds simple (no fastpath) 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 safe choice (for example as a pixel
format in OpenGL ES 2.0).

Alexandros Frantzis (2):
  Add simple support for the r8g8b8a8 and r8g8b8x8 formats.
  Add support for the r8g8b8a8 and r8g8b8x8 formats to the tests.

 pixman/pixman-access.c |   97 ++++++++++++++++++++++++++++++++++++++++++++++++
 pixman/pixman.c        |    6 +++
 pixman/pixman.h        |    6 ++-
 test/blitters-test.c   |    9 +++-
 test/composite.c       |    9 ++++
 test/fetch-test.c      |   10 +++++
 test/stress-test.c     |    2 +
 7 files changed, 136 insertions(+), 3 deletions(-)

-- 
1.7.4.1



More information about the Pixman mailing list