Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        README conf-e-x11.sh 


Log Message:


GL engine goes in... its not 100% complete. fonts are sub-optimal. i quickly
hooked them in to work at all...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/README,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- README      31 Jul 2003 05:23:27 -0000      1.41
+++ README      4 Sep 2003 07:40:31 -0000       1.42
@@ -166,6 +166,13 @@
 
 ###### OpenGL (being worked on. does nothing much at the moment) #######
 
+This requires OpengGL 1.2 or above. it needs libGL and libGLU. Speedup
+benefit may vary depending on graphcis card. Many GL implimentations have
+many bugs that have been triggered during development. There are workarounds
+for known bugs. You may encounter more. At this stage please help out if you
+know OpenGL well. NB: you MUST enable the smooth scaler to use the gl engine
+- currently it isn't properly forced to be enabled for you.
+
 ./configure \
 --enable-gl-x11 \
 --enable-image-loader-png \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/conf-e-x11.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- conf-e-x11.sh       21 Jul 2003 00:24:14 -0000      1.1
+++ conf-e-x11.sh       4 Sep 2003 07:40:31 -0000       1.2
@@ -4,6 +4,7 @@
 rm config.cache
 ./configure \
 --enable-software-x11 \
+--enable-gl-x11 \
 --enable-image-loader-png \
 --enable-image-loader-jpeg \
 --enable-image-loader-eet \




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to