Use MAKE_ACCESSORS() to generate accessors for all the 16bpp formats
authorSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 18 Aug 2011 12:13:44 +0000 (08:13 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 20 Sep 2011 10:44:04 +0000 (06:44 -0400)
commit5e1b9f897532ac0fa220880bf94dd660c837afe9
tree98b87434913be629feed40c4ffd781617db8f663
parenta77597bcb8d10afd66980b8db8839049181b3743
Use MAKE_ACCESSORS() to generate accessors for all the 16bpp formats

Add support for 16bpp pixels to fetch_and_convert_pixel() and
convert_and_store_pixel(), then use MAKE_ACCESSORS() to generate
accessors for all the 16bpp formats:

    r5g6b5
    b5g6r5
    a1r5g5b5
    x1r5g5b5
    a1b5g5r5
    x1b5g5r5
    a4r4g4b4
    x4r4g4b4
    a4b4g4r4
    x4b4g4r4
pixman/pixman-access.c