Enlightenment CVS committal Author : raster Project : e17 Module : proto
Dir : e17/proto/gfx_routines Modified Files: blend.c Log Message: more cases to handle =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/gfx_routines/blend.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- blend.c 28 Jan 2006 05:12:57 -0000 1.8 +++ blend.c 28 Jan 2006 05:15:57 -0000 1.9 @@ -805,10 +805,21 @@ "blend_dstalpha", test); test = test_p32_p32(src, dst, solid_dst, w, h, PIXEL_OP_BLEND, 0, 0, 0, loops, "blend", test); + test = test_c_p32(0xffffffff, dst, solid_dst, w, h, PIXEL_OP_BLEND, 0, loops, + "blend_white", test); + test = test_c_p32(0x00000000, dst, solid_dst, w, h, PIXEL_OP_BLEND, 0, loops, + "blend_black", test); + test = test_c_p32(0x12345678, dst, solid_dst, w, h, PIXEL_OP_BLEND, 0, loops, + "blend_color", test); + test = test_c_p32(0xffffffff, dst, solid_dst, w, h, PIXEL_OP_BLEND, 1, loops, + "blend_white_dstalpha", test); + test = test_c_p32(0x00000000, dst, solid_dst, w, h, PIXEL_OP_BLEND, 1, loops, + "blend_black_dstalpha", test); + test = test_c_p32(0x12345678, dst, solid_dst, w, h, PIXEL_OP_BLEND, 1, loops, + "blend_color_dstalpha", test); /* FIXME: test blend with color multiplier */ /* FIXME: test blend with alpha mask */ /* FIXME: test blend with alpha mask and color multiplier */ - /* FIXME: test blend with color only */ /* FIXME: test blend with color and alpha mask only */ /* FIXME: test add & sub modes too */ ------------------------------------------------------- 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