[Mesa-dev] [PATCH 0/3] Build libglapi on Android

Chad Versace chad at chad-versace.us
Mon Aug 15 23:14:53 PDT 2011


This is the first step in porting i965 to Android, initially to Gingerbread.
Android is ubiquituous now, and the platform's importance can't be denied. The
Intel drivers really should support it.

The patch series just builds libglapi. After this series undergoes review, I will
then post a patch series that build libmesa, and then libi965_dri.

Chad Versace (3):
  mesa: Add toplevel Android.mk
  mapi: Add -o option to mapi_abi.py
  glapi: Build libmesa_glapi on Android

 Android.mk                       |   65 ++++++++++++++++++++++++++
 android/mesa_local_vars.mk       |   32 +++++++++++++
 src/Android.mk                   |    1 +
 src/mapi/Android.mk              |    1 +
 src/mapi/mapi/mapi_abi.py        |    5 ++
 src/mapi/shared-glapi/Android.mk |   95 ++++++++++++++++++++++++++++++++++++++
 6 files changed, 199 insertions(+), 0 deletions(-)
 create mode 100644 Android.mk
 create mode 100644 android/mesa_local_vars.mk
 create mode 100644 src/Android.mk
 create mode 100644 src/mapi/Android.mk
 create mode 100644 src/mapi/shared-glapi/Android.mk

-- 
1.7.6



More information about the mesa-dev mailing list