diff options
author | Daniel Díaz <daniel.diaz@linaro.org> | 2017-05-18 13:22:37 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-30 10:14:32 +0100 |
commit | 4f85500cfc76407fb4950bbb0df216577aea6bd7 (patch) | |
tree | 06a297a8b89677a23ca101f05892114076e290a7 /.gitignore | |
parent | 2e0c8a510ee60d4ca97e58184c48995cd88a823f (diff) | |
download | openembedded-core-4f85500cfc76407fb4950bbb0df216577aea6bd7.tar.gz openembedded-core-4f85500cfc76407fb4950bbb0df216577aea6bd7.tar.bz2 openembedded-core-4f85500cfc76407fb4950bbb0df216577aea6bd7.zip |
piglit: add patches for unbuildable surfaceless Mesa test
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.
Upstream-Status: Submitted [piglit@lists.freedesktop.org]
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions