作成者 | SHA1 | メッセージ | 日付 |
---|---|---|---|
![]() |
d2cd621086 |
android: pass -std=c99 by default
Several modules expect a C99 compiler already. It is also the default for Makefile build. |
13年前 |
![]() |
75cc24c876 |
android: add support for ICS
With ICS (Android 4.0), several headers and structs are renamed. Define ANDROID_VERSION so that we can choose a different path depending on the platform version. I've tested only softpipe and llvmpipe. r600g is also reported to work. |
13年前 |
![]() |
c9b21d986e |
android: build libGLES_mesa
This is the first step to integrate Mesa into Android(-x86) build system. You can git clone mesa under the external/ directory of Android source tree and build Android with $ make BOARD_GPU_DRIVERS=swrast It will build libGLES_mesa that will be loaded by Android runtime. libGLES_mesa is still a stub in this commit. |
14年前 |