Replace hardcoded numbers and uint*_t in combine.inc.
authorAaron Plattner <aplattner@nvidia.com>
Tue, 1 Apr 2008 23:31:26 +0000 (16:31 -0700)
committerSøren Sandmann <sandmann@redhat.com>
Fri, 11 Apr 2008 23:58:31 +0000 (19:58 -0400)
commit48521e6fe4378f9cc49d2dfb8d87490e65267a49
treefd81670d39afd1e674bd28ae5f219479aec88e67
parente0e5c4b72937728d0b36b1077d94ce92a2374c9a
Replace hardcoded numbers and uint*_t in combine.inc.

The masks and shifts have been replaced with preprocessor defines generated by
combine.pl.  The uint*_t types have been replaced with comp4_t, comp2_t, and
comp1_t depending on how many components the value is supposed to hold.

Signed-off-by: Søren Sandmann <sandmann@redhat.com>
pixman/combine.inc
pixman/combine.pl