Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        AUTHORS configure.in 


Log Message:


patches into cvs we go.

===================================================================
RCS file: /cvs/e/e17/libs/evas/AUTHORS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- AUTHORS     13 Jun 2006 10:25:09 -0000      1.12
+++ AUTHORS     24 Apr 2007 11:16:24 -0000      1.13
@@ -11,3 +11,4 @@
 Bernhard Nemec <[EMAIL PROTECTED]>
 Jorge Luis Zapata Muga <[EMAIL PROTECTED]>
 Cedric Bail <[EMAIL PROTECTED]>
+Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>
===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -3 -r1.213 -r1.214
--- configure.in        15 Apr 2007 16:47:58 -0000      1.213
+++ configure.in        24 Apr 2007 11:16:24 -0000      1.214
@@ -1257,6 +1257,29 @@
 )
 
 #######################################
+## No dither mask at all for 16bpp
+conv_no_dither="no"
+conv_no_dither="no"
+AC_MSG_CHECKING(whether to build without dither mask for 16bpp)
+AC_ARG_ENABLE(no-dither-mask,
+  [  --enable-no-dither-mask         enable conversion to 16bpp without dither 
mask], [
+      if test x"$enableval" = x"yes" ; then
+        AC_MSG_RESULT(yes)
+       AC_DEFINE(BUILD_NO_DITHER_MASK, 1, [No Dither Mask Support])
+        conv_no_dither="yes"
+      else
+        AC_MSG_RESULT(no)
+        conv_no_dither="no"
+      fi
+  ], [
+      AC_MSG_RESULT($conv_no_dither)
+      if test x"$conv_no_dither" = x"yes" ; then
+        AC_DEFINE(BUILD_NO_DITHER_MASK, 1, [No Dither Mask Support])
+      fi
+  ]
+)
+
+#######################################
 ## Convert to 8bpp RGB 332
 conv_8_rgb_332="no"
 conv_8_rgb_332="yes"
@@ -2049,6 +2072,7 @@
 echo
 echo "ARGB Conversion Options:"
 echo "  Smaller Dither Mask.....: $conv_small_dither"
+echo "  No Dither Mask for 16bpp: $conv_no_dither"
 echo "  8bpp RGB 332............: $conv_8_rgb_332"
 echo "  8bpp RGB 666............: $conv_8_rgb_666"
 echo "  8bpp RGB 232............: $conv_8_rgb_232"



-------------------------------------------------------------------------
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