On Dec 17, 2007 12:40 PM, mario <[EMAIL PROTECTED]> wrote: > On Dec 17, 2007 1:39 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > > better than qtopia but still slow! > > > next step: try the software16 engine over kdrive to see if something is > > > better. > > > ... even if kdrive seems to be impossibile to compile. > > > > Please, try to write a fb_16 using software_16 as base. I can give you > > some hints, but if you know the fb you are working with, just try to > > write a dummy engine that does some output, then put software_16 as > ok. tnx for the hints.. I'll ask. > let's try. > > Now I have to look at : > cvs/e17/libs/evas/src/modules/engines/software_16_x11/*stuff* > right?
yep > and what about cvs/e17/libs/evas/src/modules/engines/software_16 ? it's the drawing primitives without any output, you need to inherit from software_16 and provide the output methods, use software_16_x11 as base. about profilers, use oprofile if it's available: it provide the lowest overhead if your hardware provides the performance counters. -- Gustavo Sverzut Barbieri -------------------------------------- Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ#: 17249123 Skype: gsbarbieri Mobile: +55 (81) 9927 0010 ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
