Replace boolean arguments with flags for bilinear fast path template
authorTaekyun Kim <tkq.kim@samsung.com>
Wed, 8 Jun 2011 06:37:31 +0000 (15:37 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Tue, 28 Jun 2011 14:20:21 +0000 (23:20 +0900)
commit2f025bad436982a2b1c54d7cb49b426ebf198350
treebace0cbed65b75a2363f328fffff0d3c8c2b2e82
parent4d4d1760e8118aaea06783079a3b87f83deb4907
Replace boolean arguments with flags for bilinear fast path template

By replacing boolean arguments with flags, the code can be more
readable and flags can be extended to do some more things later.

Currently following flags are defined.

FLAG_NONE
    - No flags are turned on.

FLAG_HAVE_SOLID_MASK
    - Template will generate solid mask composite functions.

FLAG_HAVE_NON_SOLID_MASK
    - Template will generate bits mask composite functions.

FLAG_HAVE_SOLID_MASK and FLAG_NON_SOLID_MASK should be mutually
exclusive.
pixman/pixman-arm-common.h
pixman/pixman-fast-path.h
pixman/pixman-sse2.c