CVSROOT:        /cvs/directfb
Module name:    DirectFB
Changes by:     dok     20010705 15:19:27

Modified files:
        src/gfx/generic: Sacc_to_Dop_rgb16_MMX.s Sacc_to_Dop_rgb32_MMX.s 
                         generic.c 

Log message:
Removed 'Dop' as it was always set to 'Aop', besides the two filenames above
all functions are called '... to_Aop()' now. Also made 'RUN_PIPELINE()' do a
"do { (*funcs++)(); } while (*funcs);" instead of
"while (*funcs) { (*funcs++)(); }".

These gave up to 70% boost for drawing solid lines and rectangles on a P3 800.



-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to