https://bugs.kde.org/show_bug.cgi?id=382668
Stefan Brüns <stefan.bru...@rwth-aachen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/pla | |sma-workspace/129884c7b02f7 | |123fef48028cf29ac0c3d0c5589 --- Comment #1 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- Git commit 129884c7b02f7123fef48028cf29ac0c3d0c5589 by Stefan Brüns. Committed on 26/09/2017 at 21:16. Pushed by bruns into branch 'master'. [lookandfeel] Fix GLES incompatibilities in UserDelegate shader code Summary: The shader compilation currently fails on GLES with errors like: "0:6(2): error: No precision specified in this scope for type `vec4'" GLES requires variable qualifiers like highp/lowp, whereas desktop OpenGL does not. As QGlShaderProgram adds suitable defines on desktop OpenGL for these qualifiers, it is safe to add these to a declarations, see: http://doc.qt.io/qt-5/qglshaderprogram.html#writing-portable-shaders Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Maniphest Tasks: T7071 Differential Revision: https://phabricator.kde.org/D7770 M +8 -8 lookandfeel/contents/components/UserDelegate.qml https://commits.kde.org/plasma-workspace/129884c7b02f7123fef48028cf29ac0c3d0c5589 -- You are receiving this mail because: You are watching all bug changes.