On Sun, 02 Apr 2006 23:19:43 -0400 Jason Tackaberry <[EMAIL PROTECTED]> babbled:
> On Mon, 2006-04-03 at 12:22 +0900, Carsten Haitzler wrote: > > stop finding all the corner cases i don't ever use! :):):) > > ROFL. :) and fixed now in cvs... :) (basically another case i wasn't handling - when dest stride != input stride i simply never copied the pixels). note: if your buffer width != width * 4 - then evas does an extra copy from a temporary buffer to the final buffer. evas takes lots of shortcuts when it can and will render directly to the dest buffer if it meets requirements (ARGB32, dest bytes per row = 4 * width). -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
