[Pixman] [PATCH] Add a lowlevel blitter test

Dmitri Vorobiev dmitri.vorobiev at movial.com
Tue Sep 14 06:51:24 PDT 2010


On Tue, Sep 14, 2010 at 4:45 PM, Siarhei Siamashka
<siarhei.siamashka at gmail.com> wrote:
> On Tuesday 14 September 2010 16:37:14 Dmitri Vorobiev wrote:
>> > The biggest problem (but easy to solve) is the use of 'gettimeofday' and
>> > 'memalign' functions, which are available not on all supported systems.
>>
>> Are you aware of any specific systems (I assume Windows is among them)
>> that might have these calls unsupported? I may check those and see
>> what can be done.
>
> There was this bug reported earlier:
> http://bugs.freedesktop.org/show_bug.cgi?id=23260
>
> So some people do care about at least MSYS/mingw. Now pixman already has a
> configure check for posix_memalign(), the same probably needs to be done
> for gettimeofday().

OK. Would that be sufficient to just disable the blitter test like
this if either memalign() or gettimeofday() isn't found at configure
stage?

Dmitri


More information about the Pixman mailing list