raster pushed a commit to branch master.

commit f325a38632bd6c50842f8aafdba4e66b43f4ac35
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Jul 19 18:29:52 2013 +0900

    evas sw map render - make more optimal (but compiler already did it)
    
    as pointed out by [email protected] - this code is copy & paste
    badness, but the compiler optimizer fixed it up already, so it made no
    difference in real life.
---
 src/lib/evas/common/evas_map_image_loop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/common/evas_map_image_loop.c 
b/src/lib/evas/common/evas_map_image_loop.c
index be176ee..fc32286 100644
--- a/src/lib/evas/common/evas_map_image_loop.c
+++ b/src/lib/evas/common/evas_map_image_loop.c
@@ -90,7 +90,7 @@
         cv += cd; // col
 #   endif
 #   else                            
-        *d   = INTERP_256(rv, val3, val1);
+        *d   = val1;
 #   endif
 #  endif
         u += ud;

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to