Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/expedite

Dir     : e17/apps/expedite/src/bin


Modified Files:
        Makefile.am tests.h 
Added Files:
        image_blend_occlude1.c image_blend_occlude1_few.c 
        image_blend_occlude1_many.c image_blend_occlude1_very_many.c 
        image_blend_occlude2.c image_blend_occlude2_few.c 
        image_blend_occlude2_many.c image_blend_occlude2_very_many.c 
        image_blend_occlude3.c image_blend_occlude3_few.c 
        image_blend_occlude3_many.c image_blend_occlude3_very_many.c 
        image_data_ycbcr601pl_wide_stride.c 


Log Message:


add new tests - and some to catch supposed bugs - bug bug not found. must be
"user error"... tack? :) yuv works when stride != width - specific text here.
works in gl, x11 and xrender... as its in x11 all software engines will work
too as they inherit the same core code.

===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 27 May 2007 11:10:49 -0000      1.3
+++ Makefile.am 2 Jun 2007 15:29:37 -0000       1.4
@@ -32,6 +32,7 @@
 image_data_argb.c \
 image_data_argb_alpha.c \
 image_data_ycbcr601pl.c \
+image_data_ycbcr601pl_wide_stride.c \
 image_crossfade.c \
 text_basic.c \
 text_styles.c \
@@ -42,6 +43,19 @@
 rect_blend.c \
 rect_solid.c \
 rect_blend_few.c \
-rect_solid_few.c
+rect_solid_few.c \
+image_blend_occlude1_few.c \
+image_blend_occlude2_few.c \
+image_blend_occlude3_few.c \
+image_blend_occlude1.c \
+image_blend_occlude2.c \
+image_blend_occlude3.c \
+image_blend_occlude1_many.c \
+image_blend_occlude2_many.c \
+image_blend_occlude3_many.c \
+image_blend_occlude1_very_many.c \
+image_blend_occlude2_very_many.c \
+image_blend_occlude3_very_many.c
+
 
 expedite_LDFLAGS = @EVAS_LIBS@  @x_libs@ @ddraw_libs@ -lm
===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/tests.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- tests.h     11 Apr 2007 11:58:32 -0000      1.1
+++ tests.h     2 Jun 2007 15:29:37 -0000       1.2
@@ -11,6 +11,7 @@
 #include "image_data_argb.c"
 #include "image_data_argb_alpha.c"
 #include "image_data_ycbcr601pl.c"
+#include "image_data_ycbcr601pl_wide_stride.c"
 #include "image_crossfade.c"
 #include "text_basic.c"
 #include "text_styles.c"
@@ -22,3 +23,15 @@
 #include "rect_solid.c"
 #include "rect_blend_few.c"
 #include "rect_solid_few.c"
+#include "image_blend_occlude1_few.c"
+#include "image_blend_occlude2_few.c"
+#include "image_blend_occlude3_few.c"
+#include "image_blend_occlude1.c"
+#include "image_blend_occlude2.c"
+#include "image_blend_occlude3.c"
+#include "image_blend_occlude1_many.c"
+#include "image_blend_occlude2_many.c"
+#include "image_blend_occlude3_many.c"
+#include "image_blend_occlude1_very_many.c"
+#include "image_blend_occlude2_very_many.c"
+#include "image_blend_occlude3_very_many.c"



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to