generic-poky/meta/recipes-graphics/piglit/piglit
Daniel Díaz c63903443b piglit: add patches for unbuildable surfaceless Mesa test
[Backported from master.]

Some EGL implementations do not actually ship all Khronos-
extensions. As it turns out, the Mali 450 driver does not
include any of the following symbols, used by the
egl_mesa_platform_surfaceless.c spec test:
* eglGetPlatformDisplay
* eglCreatePlatformPixmapSurface
* eglCreatePlatformWindowSurface

The Right Thing To Do was to obtain the implementation of
these functions (via eglGetProcAddress), as is provided
by their EXT counterparts. These are guaranteed to exist
since they are required by EGL_EXT_platform_base.

(From OE-Core rev: 903a051d47e550553aa9d6d9c38c43737f376cfe)

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-06-12 17:03:17 +01:00
..
0001-CMake-define-GBM_BO_MAP-only-when-symbol-is-found.patch piglit: add patch for lack of gbm_bo_map 2017-06-12 17:03:17 +01:00
0001-cmake-install-bash-completions-in-the-right-place.patch piglit: Upgrade version, use python3 2016-07-20 10:28:48 +01:00
0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch piglit: Fix build on musl/arm 2016-07-20 10:28:51 +01:00
0002-util-egl-Honour-Surfaceless-MESA-in-get_default_disp.patch piglit: add patches for unbuildable surfaceless Mesa test 2017-06-12 17:03:17 +01:00
0003-egl_mesa_platform_surfaceless-Don-t-use-eglGetPlatfo.patch piglit: add patches for unbuildable surfaceless Mesa test 2017-06-12 17:03:17 +01:00
0004-egl_mesa_platform_surfaceless-Use-EXT-functions-for-.patch piglit: add patches for unbuildable surfaceless Mesa test 2017-06-12 17:03:17 +01:00