aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/mesa-demos
AgeCommit message (Collapse)Author
2014-12-05Revert "mesa-demos: Move util to the front of the SUBDIRS variable."Drew Moseley
This reverts commit 4bd98ca46690755cb554a86ca44727a1babd1657. This has been submitted and accepted upstream into poky/master so we don't need it in our master.
2014-11-26mesa-demos: Move util to the front of the SUBDIRS variable.Drew Moseley
This forces it to be built first since many of the demos require it. Resolves build failures such as the following when certain demos are enabled (notably when PACKAGECONFIG contains glut): make[2]: *** No rule to make target `../util/libutil.la', needed by `copypix'. Stop. This has been submitted upstream for inclusion in poky/master so this can be reverted when moving back to the master branch: http://lists.openembedded.org/pipermail/openembedded-core/2014-November/099319.html Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-11-26mesa-demos: Enable glew packageconfig.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-11-24mesa-demos: split configurations and patchingAwais Belal
The mesa-demos bbappend is split to have two bbappends where one is version specific containing patches relevant to the version and the other is with version wildcard having configurations that are not version dependant. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-11-19mesa-demos: update version, disable more demosAwais Belal
bbappend version is updated to match upstream while dropping a patch that is not needed anymore with the newer version. Build failures fixed by disabling some more demos that depend on GLEW. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-11-11mesa-demos: remove configs/patches merged in upstreamAwais Belal
This drops off patches and configurations that have already found their way in upstream. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-08-19mesa-demos: Backport patch to fix es2tri error.Drew Moseley
This resolves errors such as: root@baldeagle:~# es2tri EGL_VERSION = 1.4 (DRI2) EGL_VENDOR = Mesa Project EGL_EXTENSIONS = EGL_MESA_drm_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_surfaceless_context EGL_KHR_create_context EGL_NOK_swap_region EGL_NOK_texture_from_pixmap EGL_NV_post_sub_buffer EGL_CLIENT_APIS = OpenGL OpenGL_ES OpenGL_ES2 OpenGL_ES3 Error: fragment shader did not compile! Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-08-19mesa-demos: Move identical recipes to commonDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>