gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1188-g33b7184
Date: Tue, 20 Sep 2011 15:20:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  33b7184bbe3323ad5b517ee5865b36f8ca5dc08f (commit)
      from  426c9dea890036c668e7ad007c4459b7bba20b9a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=33b7184bbe3323ad5b517ee5865b36f8ca5dc08f


commit 33b7184bbe3323ad5b517ee5865b36f8ca5dc08f
Author: Rob Savoye <address@hidden>
Date:   Tue Sep 20 09:19:42 2011 -0600

    don't build the OpenGL renderer by default, as it suffers from both 
performance and rendering quality issues.

diff --git a/configure.ac b/configure.ac
index 3bae597..06f0dbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -903,9 +903,10 @@ dnl compile anymore, it was all hardcoded into the 
framebuffer
 dnl code. This version compiles with the latest internal rendering
 dnl API, and works properly with the glue code for the Gnash GUIs.
 build_gles1=no
-dnl OpenGL works, but suffers from performance problems. This should
-dnl eventually be replacd by the OpenGLES1 and OpenVG renders.
-build_ogl=yes
+dnl OpenGL works, but suffers from performance and rendering quality
+dnl problems. This should eventually be replacd by the OpenGLES1 and
+dnl OpenVG renders.
+build_ogl=no
 dnl AGG is a software only renderer
 build_agg=yes
 build_cairo=yes
@@ -1160,7 +1161,7 @@ if test x"${build_egl_device}" = xyes; then
       device_list="${device_list} EGL"
       ndevice=$((ndevice+1))
   else
-    AC_MSG_WARN(["EGL requested but development package not found"])
+    AC_MSG_WARN(["EGL requested but development package not found!"])
     build_egl_device=no
   fi
 fi

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]