Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto/enesim

Dir     : e17/proto/enesim/src/lib/raster/surface


Modified Files:
        surface.h 


Log Message:
+ Disable building the scanline directory
+ Add DeCasteljau bezier subdivision (the flat test isnt done yet)
+ Clean the renderer to use new API
+ Make extenders for different types (float, int)
+ Fix the vector components / container to use new Edata_Array API

===================================================================
RCS file: /cvs/e/e17/proto/enesim/src/lib/raster/surface/surface.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- surface.h   2 Dec 2007 23:28:43 -0000       1.5
+++ surface.h   10 Dec 2007 23:04:04 -0000      1.6
@@ -55,6 +55,8 @@
 };
 
 Span_Color_Func enesim_surface_span_color_get(Enesim_Surface *s, int rop);
+Span_Color_Mask_Func enesim_surface_span_color_mask_get(Enesim_Surface *s, int 
rop);
+
 void enesim_surface_premul(Enesim_Surface *s);
 
 #endif



-------------------------------------------------------------------------
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://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to