-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 23-04-12 15:49, Samuel Stirtzel schreef: > 2012/4/23 Koen Kooi <[email protected]>: >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> >> Op 23-04-12 09:17, Samuel Stirtzel schreef: >>> 2012/4/20 Koen Kooi <[email protected]>: >> >>> And do you have a bbappend for qt to enable GLES? >>> >>>> The "recipes-misc-support/qt4-x11-free_4.8.0.bbappend" [1] enables >>>> GLES for Qt on the soc family omap3. >> >> Actually it doesn't :) That enables EGL mode, but 'desktop GL' as Qt >> calls it: >> >> OpenGL support ......... yes (Desktop OpenGL) >> >> So I did: >> >> +++ b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend @@ -1,7 +1,7 @@ >> - -QT_GLFLAGS_omap3 = "-egl" +QT_GLFLAGS_omap3 = "-opengl es2 " >> >> And I get: >> >> [koen@Angstrom-F16-vm-rpm qt4-x11-free-4.8.0-r43.1]$ grep OpenGL >> temp/log.do_configure OpenGL ES 2.x auto-detection... () OpenGL ES 2.x >> enabled. OpenGL support ......... yes (OpenGL ES 2.x) > > Interesting, seems like I have been fooled by Qt: > > OpenGL support ......... yes (Desktop OpenGL) EGL support ............ > yes <EGL/egl.h> > > For me this sounded as if it was configured right, so "EGL support" is a > bit misleading.. > >> >> I'm going to see if that actually builds. If so, I'll send a patch to >> fix it and add more TI opengl platforms. And I'll poke my ex coworkers >> about having a bbappend in meta-ti to enable opengl for the respective >> platforms, doing it in meta-kde feels wrong, but works for me at the >> moment. > > TBH it wasn't properly tested yet. On my Overo every time I start any EGL > application all I get is just EGL_BAD_ALLOC 0x3003 ...
That turned out to be a bug in opkg :( With the latest patchset I posted to meta-ti the bug should be gone. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iQIcBAEBAgAGBQJPoUr3AAoJEHZqAkdh1vT6iTkP+QG4MWihg/A1/QGEWLlLMJXD OYaP1QOMLyQrmaN72p8sH8AInL3z8jEOC3+FXLDN/tn71qJVRuwwKHYUh0vEcR8N X285jnArDnuHGgGkUZyMPGeniZHlBIBAuBvvFveZR371OEOKaVHZRcA7gm2Pl7D/ FgRG/jInNXxcwkkKgx28z34C9mQLwsLEAlzbVPvolzufFg9ggK3fQ7cT0OjNOc84 cPZjyuVEpuZqB/Ie4DQ7JcY9sI7Sp3s54+j0LcRF6dpXsqALYlNx+0khz94wdhVt 1uOBucVSQwRBuDbhzcnMNN9768wHa/lAEQXJflUL2N8B/doh5kA+b7Fqk+e1xwn/ PuAdNEMUaL/ywhFumatVqo1hjrGLGRm6+oymGdKGtWjaBDcbsQb7bOlR7z/NghVS K4OVjqZiCkThihd22Nu7deSaQg3mZ7oowkAOALSDR80IJjSwmt08iRFV2szan7OU z9l1xe3eVwlsbMFuoYwn37wlRpiUa9Sp1sZE9NfLL4E1ssV/nKFDwQz1Qo8YNq8q 5/Hh4UzaIlW7FhVQf+/YD3rFjNrpRTbKKuoRzBzXLjL3Q+mnbzKDW/e/Aqvm3lQn h5bRECO45VanBFHoN9QQPD2MtGrsm/NoavDYvSsxk14Q5ePDkTwqrMIbrGKAaMQF AAW1YHfhbUe7l/UqvvwY =9qq6 -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
