Re: [AD] Color convertors

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Eric Botcazou wrote:

(4-pixel alignment actually) Yes if it doesn't cut too much into the
performance of the convertors.

Do you mean that windows are aligned on 4 pixels boundaries, or is it just the width that is a multiple of 4 pixels? The former will in fact speed things up (even more so on 8 byte boundaries), whereas for the latter, the MMX code is already ~5% faster :) The non-MMX code will sufer a slight penalty since I'll be needing an extra register.

[snip]
I agree, but this will need revamping the windowed and the GDI drivers.
Moreover, this is not doable for the overlay driver because it hasn't got
any backbuffer.

Is the overlay used by default? If not, we can put a note in the docs. If it is, then I guess we'll have to go the way of other DirectX program...

Oh, and Allegro doesn't crash on Win2k when switching resolutions, it just displays a black screen and accepts no input. You can still click on the [x] to shut it down.

--
- Robert J Ohannessian
"Microsoft code is probably O(n^20)" (my CS prof)
http://pages.infinit.net/voidstar/



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/