Use MAKE_ACCESSORS() to generate accessors for paletted formats
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 16 Aug 2011 10:13:59 +0000 (06:13 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 20 Sep 2011 10:44:05 +0000 (06:44 -0400)
commitdbcb4af60d8c688eaaa027c3c5bce9527a410465
tree5c3440b040bf66c7f9bd1945582e3b098e35b38b
parentc82c2c38538f5c3f25cf81ad697040d2332d64de
Use MAKE_ACCESSORS() to generate accessors for paletted formats

Add support in convert_pixel_from_a8r8g8b8() and
convert_pixel_to_a8r8g8b8() for conversion to/from paletted formats,
then use MAKE_ACCESSORS() to generate accessors for the indexed
formats: c8, g8, g4, c4, g1
pixman/pixman-access.c