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