[Mesa-dev] [PATCH 01/12] egl: add void library, we need to implement driver on platform_haiku.cpp

kallisti5 kallisti5 at ssl.unixzen.com
Mon Dec 22 06:40:49 PST 2014


On 2014-12-22 08:36, Alexander von Gluck IV wrote:
> From: Adrián Arroyo Calle <adrian.arroyocalle at gmail.com>
> 
> ---
>  include/EGL/eglplatform.h               |   10 ++++++-
>  src/SConscript                          |    3 +-
>  src/egl/drivers/dri2/SConscript         |   24 +++++++++++++++++
>  src/egl/drivers/dri2/platform_haiku.cpp |   42 
> +++++++++++++++++++++++++++++++
>  src/egl/main/SConscript                 |    2 +-
>  5 files changed, 78 insertions(+), 3 deletions(-)
>  create mode 100644 src/egl/drivers/dri2/SConscript
>  create mode 100644 src/egl/drivers/dri2/platform_haiku.cpp
> 

This is the work of our Google Code In Student to add EGL support for 
Haiku.

Style can be little rough in spots (someof which Emil Velikov 
<emil.l.velikov at gmail.com>
has cleaned up)

I plan on improving some of the submitted work, but it should be all 
pretty solid.

GCI Task:
https://www.google-melange.com/gci/task/view/google/gci2014/5869503078465536

A test application for Haiku showing usage is located here:
https://gist.github.com/AdrianArroyoCalle/6df6685582a2afd8a079

  -- Alex


More information about the mesa-dev mailing list