Use MAKE_ACCESSORS() to generate accessors for 8bpp RGB formats
authorSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 18 Aug 2011 12:13:58 +0000 (08:13 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 20 Sep 2011 10:44:04 +0000 (06:44 -0400)
commitaf78fe24e41c30b5c9b3da4449813c75f760c845
tree6556943e7781f05cff5594e133777fa2340693c4
parent5e1b9f897532ac0fa220880bf94dd660c837afe9
Use MAKE_ACCESSORS() to generate accessors for 8bpp RGB formats

Add support for 8 bpp formats to fetch_and_convert_pixel() and
convert_and_store_pixel(), then use MAKE_ACCESSORS() to generate the
accessors for all the 8 bpp formats, except g8 and c8, which are
indexed:

    a8
    r3g3b2
    b2g3r3
    a2r2g2b2
    a2b2g2r2
    x4a4
pixman/pixman-access.c