Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_cpu.c evas_scale_smooth_scaler_up.c 


Log Message:


sse detect b0rken. fix.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_cpu.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- evas_cpu.c  22 May 2005 02:49:48 -0000      1.25
+++ evas_cpu.c  26 Jan 2006 04:44:58 -0000      1.26
@@ -55,7 +55,7 @@
 #ifdef BUILD_SSE
    int blah[2500];
 
-   prefetch(blah + 1200);
+   movntq_r2m(mm0, blah);
 #endif
 }
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_scale_smooth_scaler_up.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_scale_smooth_scaler_up.c       23 Jan 2006 07:57:30 -0000      1.4
+++ evas_scale_smooth_scaler_up.c       26 Jan 2006 04:44:58 -0000      1.5
@@ -289,7 +289,7 @@
                       R_VAL(dst_ptr) = p1r + ((i * (p2r - p1r)) >> 8);
                       G_VAL(dst_ptr) = p1g + ((i * (p2g - p1g)) >> 8);
                       B_VAL(dst_ptr) = p1b + ((i * (p2b - p1b)) >> 8);
-                      A_VAL(dst_ptr) = 0xff;
+//                    A_VAL(dst_ptr) = 0xff;
                       
                       dst_ptr++;  ix++;  lp++;
                    }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to