Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto/enesim

Dir     : e17/proto/enesim/src/lib/vector/component


Modified Files:
        Makefile.am 


Log Message:
+ Change how fixed point headers should be (16p16 only)
+ Remove scanline directory completely, the API is better now without it
+ Jose's code: Add support for surface draw transformation/scaling (only affine 
transformations for now). the API has to be changed again.
+ Add an examples directory (still have to merge it with svn code) but is usable
+ All the rop directory is also removed, now each backend has its own dir. Now 
we can reuse the code better.
+ Add more code to the utils dir, rectangle to easily handle clips, 
intersections, etc. Better than macros


===================================================================
RCS file: /cvs/e/e17/proto/enesim/src/lib/vector/component/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 12 Oct 2007 11:04:53 -0000      1.1
+++ Makefile.am 27 Dec 2007 15:14:27 -0000      1.2
@@ -4,6 +4,7 @@
 INCLUDES = -I. \
 -I$(top_srcdir)/src/lib \
 -I$(top_srcdir)/src/lib/vector \
+-I$(top_srcdir)/src/lib/util \
 @EDATA_CFLAGS@
 
 noinst_LTLIBRARIES = libenesim_component.la



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to