[Pixman] [PATCH 2/8] Add implementation type to pixman_implementation_t
Søren Sandmann
sandmann at cs.au.dk
Tue Sep 27 07:05:31 PDT 2011
Taekyun Kim <podain77 at gmail.com> writes:
> From: Taekyun Kim <tkq.kim at samsung.com>
>
> It might be useful to know the type of an implementation. We can
> gather profile data or control priority of individual composite
> function.
Wouldn't it be simpler to simply store the name of the implementation as
a string? I don't think the implementation type is used for anything
other than being converted to a string, so the type just as well be a
"const char *".
Soren
More information about the Pixman
mailing list