From: Alexandros Frantzis <[email protected]>

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

_______________________________________________
Pixman mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to