From 28931216b09bd6e8d60c201ca4e7a708ff05b503 Mon Sep 17 00:00:00 2001 From: Carlos Estrague / Mrc_munir Date: Sat, 28 Jan 2017 04:47:41 +1100 Subject: [PATCH] Script mesa3d enable for HW Tesselation By default mesa3d run Opengl 3.0 context and GLSL 1.30 so we needed force Opengl 3.3 context and run Ok HW tesselation this script is workaround for that function work in mesa3d --- tesselationhwON-mesa3drun.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tesselationhwON-mesa3drun.sh diff --git a/tesselationhwON-mesa3drun.sh b/tesselationhwON-mesa3drun.sh new file mode 100644 index 0000000000..45e6a6e4ae --- /dev/null +++ b/tesselationhwON-mesa3drun.sh @@ -0,0 +1,5 @@ +#!/bin/sh +echo "We need force Opengl 3.3 Compatibility context for run HW tesselation in mesa3d open source" +MESA_GL_VERSION_OVERRIDE=3.3COMPAT +export MESA_GL_VERSION_OVERRIDE +./PPSSPPSDL