Re: [oe] [PATCH][meta-qt5 2/2] qtwayland: fix qml-compositor shader

2014-02-10 Thread Andreas Müller
On Sat, Feb 8, 2014 at 7:46 PM, Martin Jansa wrote: >> +Change-Id: I055fe47e1073403dc981274236fa82e091e0eca4 >> +Reviewed-by: Jørgen Lind >> +Reviewed-by: Andy Nichols >> +Upstream-status: applied > > This one should be Backport, but please check jansa/qt5-5.2.1 branch, > I've updated all recipe

Re: [oe] [PATCH][meta-qt5 2/2] qtwayland: fix qml-compositor shader

2014-02-08 Thread Martin Jansa
On Wed, Feb 05, 2014 at 08:35:12PM +0100, Andreas Müller wrote: > running > > | qmlcompositor -platform eglfs > | qmlscene -platform wayland foo.qml > > causes > > QOpenGLShader::compile(Fragment): Compile failed. > ERROR: 0:6: 'float' : No precision defined for this type > ERROR: 0:7: 'vec4' :

[oe] [PATCH][meta-qt5 2/2] qtwayland: fix qml-compositor shader

2014-02-05 Thread Andreas Müller
running | qmlcompositor -platform eglfs | qmlscene -platform wayland foo.qml causes QOpenGLShader::compile(Fragment): Compile failed. ERROR: 0:6: 'float' : No precision defined for this type ERROR: 0:7: 'vec4' : No precision defined for this type ERROR: 0:8: 'float' : No precision defined for th