summaryrefslogtreecommitdiffstats
path: root/src/gallium/Android.common.mk
Commit message (Collapse)AuthorAgeFilesLines
* android: fix building errors on Android 7.0Chih-Wei Huang2016-11-011-1/+1
|
* android: add support for LLVM 3.7.0 for marshmallowMauro Rossi2016-11-011-1/+1
| | | | | | | | | | | | | The changes add support for LLVM 3.7.0 for marshmallow, while keeping support for LLVM 3.5.0 with lollipop. MESA_LLVM_VERSION_PATCH=0 is compatible with radeonsi build in lollipop-x86, since mesa 11.0 and newer do not check anymore for LLVM 3.5.2 This changes, combined with specific R600 patches for external/llvm, enable building gallium radeonsi driver in marshmallow-x86. The patch is applicable to 11.2.0devel, 11.1 and 11.0 branches.
* android: enable the radeonsi driverChih-Wei Huang2015-06-091-0/+8
| | | | | | | | | | | | | | | Based on the nice work of Paulo Sergio Travaglia <pstglia@gmail.com>. The main modifications are: - Include paths for LLVM header files and shared/static libraries - Set C++ flag "c++11" to avoid compiling errors on LLVM header files - Set defines for LLVM - Add GALLIVM source files - Changes path of libelf library for lollipop Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw> Acked-by: Eric Anholt <eric@anholt.net>
* android: build gallium auxiliariesChia-I Wu2011-08-211-0/+32
This builds the static library libmesa_gallium from gallium auxiliaries.