Question on libpixman's PIXMAN_FB_ACCESSORS

Samuel Xu <[email protected]> Tue, 27 Jul 2010 08:59:51 +0800
Newsgroups org.kernel.vger.linux-x11
Message-ID <[email protected]>
I noticed the PIXMAN_FB_ACCESSORS might not be defined/enabled for
pixman lib in current build.
inside pixman-accessor.h
#ifdef PIXMAN_FB_ACCESSORS
=2E..
#else
=2E.
#endif

Could any kindly share viewpoint of PIXMAN_FB_ACCESSORS? E.g. Is it
obsolete or it only can be enabled for some platform with specific HW,
so some low-end platform can=92t turn it on?

Thanks!