Re: [AD] Bug in Allegro's color convertors? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Yes, but that bug will *never* show up unless someone runs a 32-bpp
> Allegro prog in a window with a desktop of 24-bpp. I'd rather be 'correct'
> when doing color conversion at that level.
It's a loss performance-wise to do it at that level, because we do it for
each refresh, whereas the user could do it only when necessary.
> Plus, it improves the speed of the MMX convertor :)
I don't mind that of course!