[Scummvm-cvs-logs] scummvm master -> 08cff7942fda3f3703a2320fe3053526dcabd38e

lordhoto lordhoto at gmail.com
Sun Dec 27 14:58:15 CET 2015


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c385a34e8a SDL/GL Enabled OpenGL(ES) on the Raspberry Pi in the configure script.
08cff7942f Merge pull request #641 from vanfanel/gles_fix


Commit: c385a34e8ac37e6f6d35d02a0b4401953d2d69d1
    https://github.com/scummvm/scummvm/commit/c385a34e8ac37e6f6d35d02a0b4401953d2d69d1
Author: vanfanel (redwindwanderer at gmail.com)
Date: 2015-12-25T04:24:20+01:00

Commit Message:
SDL/GL Enabled OpenGL(ES) on the Raspberry Pi in the configure script.

Changed paths:
    configure



diff --git a/configure b/configure
index 34ffa2f..abc38fe 100755
--- a/configure
+++ b/configure
@@ -2610,8 +2610,10 @@ if test -n "$_host"; then
 			# since SDL2 manages dispmanx/GLES2 very well internally.
 			# SDL1 is bit-rotten on this platform.
 			_sdlconfig=sdl2-config
-			# We should add _opengles=yes later here if we wanted the GLES renderer.
-			# For now, we use plain SDL2 only, which in turn uses GLES2 by default.
+			# OpenGL(ES) support is mature enough as to be the best option on
+			# the Raspberry Pi, so it's enabled by default.
+			_opengl=yes
+			_opengles=yes
 			;;
 		dreamcast)
 			append_var DEFINES "-DDISABLE_DEFAULT_SAVEFILEMANAGER"


Commit: 08cff7942fda3f3703a2320fe3053526dcabd38e
    https://github.com/scummvm/scummvm/commit/08cff7942fda3f3703a2320fe3053526dcabd38e
Author: Johannes Schickel (lordhoto at gmail.com)
Date: 2015-12-27T14:57:46+01:00

Commit Message:
Merge pull request #641 from vanfanel/gles_fix

SDL/GL Enabled OpenGL(ES) on the Raspberry Pi in the configure script.

Changed paths:
    configure









More information about the Scummvm-git-logs mailing list