Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_blend_pixel_pixel.c 


Log Message:


fix stack queries! :)

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_blend_pixel_pixel.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evas_blend_pixel_pixel.c    10 Sep 2003 08:52:17 -0000      1.5
+++ evas_blend_pixel_pixel.c    16 Mar 2004 04:13:05 -0000      1.6
@@ -110,6 +110,8 @@
             BLEND_COLOR(a, B_VAL(dst_ptr), 
                         B_VAL(src_ptr), B_VAL(dst_ptr), 
                         tmp);  
+/* FIXME: Maybe this is faster and equivalent: ??? */       
+/*          BLEND_COLOR(A_VAL(src),A_VAL(dst),255,A_VAL(dst),tmp) */
             A_VAL(dst_ptr) = A_VAL(dst_ptr) + ((A_VAL(src_ptr) * (255 - 
A_VAL(dst_ptr))) / 255);
          }
        src_ptr++;




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to