Commit
88cf8355 changed the behaviour of Mali (Lima) / PinePhone devices by disabling GLSL
88cf8355 got backported in 5.27.1 and broke PinePhone devices (White rectangle on topright quarter of a black screen)
This patch restores the behaviour of 5.27.0
(cherry picked from commit
0543949df709c69c99c46c9abad483250b01c288)
Gbp-Pq: Name fix-for-Lima-disabling-GLSL.patch
[Settings]
LooseBinding=true
-GLSL=false
+GLSL=true
TextureNPOT=true
Mesa=true
Lima=true
if (isLima()) {
m_recommendedCompositor = OpenGLCompositing;
- // GLSL works but causes dramatic FPS drop on this GPU
- m_supportsGLSL = false;
+ m_supportsGLSL = true;
}
if (isVideoCore4()) {