On Fri, 25 May 2001, Evan Martin wrote:
> I'm not sure if this is what you're looking for, but:
>       http://www.clanlib.org/hermes/index.html
> appears to color mapping library, featuring "optimized MMX assembler"
> and other whiz-bang features.

It would potentially be possible to use it for crossblts and
for LibBlt renderers, but unfortunately for single-pixel use as 
you might expect function call overhead to access through
the API would be bad.  It would probably be possible to play cpp tricks
on the hermes source to make the functions inlines for us, 
but even then, only the downscaling functions are useful to us,
because hermes 1-fills on upscaling a bitfield, which is
incorrect.

--
Brian


Reply via email to