[Mesa-dev] [PATCH 0/2] Introduce supporting of Tizen to mesa's egl platform
Mun Gwan-gyeong
elongbug at gmail.com
Wed Apr 12 00:48:07 UTC 2017
Hello,
these commit series introduce supporting of Tizen to mesa's egl platform.
It is tested on rpi3 with Tizen Platform.
Below repository includes packaging info for tizen.
https://github.com/elongbug/mesa/tree/tizen_work
(this file includes build option for vc4 - https://github.com/elongbug/mesa/blob/tizen_work/packaging/mesa.spec )
Following docs describe howto seting up build environment for tizen and geting build dependancy packages and
how to building RPI3 kernel for tizen and downloading to tizen platform binaries to rpi3.
https://github.com/elongbug/mesa/blob/tizen_work/Readme_RPI3_Setup_for_Tizen
https://github.com/elongbug/mesa/blob/tizen_work/Readme_for_Tizen
https://github.com/elongbug/mesa/blob/tizen_work/Tizen_Binary_Download_Instructions_for_RPI3
Mun, Gwan-gyeong (2):
egl_dri2: Add support for Tizen
configure.ac: Add tizen to supported egl platforms
configure.ac | 5 +
src/egl/Makefile.am | 7 +
src/egl/drivers/dri2/egl_dri2.c | 11 +
src/egl/drivers/dri2/egl_dri2.h | 36 +
src/egl/drivers/dri2/platform_tizen.c | 1543 +++++++++++++++++++++++++++++++++
src/egl/main/eglapi.c | 16 +
src/egl/main/egldisplay.c | 27 +-
src/egl/main/egldisplay.h | 11 +
8 files changed, 1655 insertions(+), 1 deletion(-)
create mode 100644 src/egl/drivers/dri2/platform_tizen.c
--
2.12.2
More information about the mesa-dev
mailing list