summaryrefslogtreecommitdiffstats
path: root/Android.common.mk
Commit message (Expand)AuthorAgeFilesLines
* enable standalone build of llvmpipe for ARMHEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2017-02-121-0/+11
* android: fix building errors on Android 7.0Chih-Wei Huang2016-11-011-1/+1
* android: avoid using libdrm with host modulesChih-Wei Huang2016-11-011-0/+2
* android: enable x86 asm and sse4 for x86 and x86_64WuZhen2016-11-011-3/+18
* Android: enable texture-floatRob Herring2016-11-011-0/+1
* android: always define __STDC_CONSTANT_MACROSMauro Rossi2016-11-011-0/+1
* android: add support for LLVM 3.7.0 for marshmallowMauro Rossi2016-11-011-1/+1
* android: build with c++11 on android lollipopMauro Rossi2016-11-011-1/+1
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-0/+6
* Android: disable some noisy warningsRob Herring2016-06-131-0/+4
* Android: Move setting DEFAULT_DRIVER_DIR to shared locationRob Herring2016-05-231-0/+7
* android: enable dlopen() on all architecturesWuZhen2016-05-011-1/+1
* Android: remove headers from LOCAL_SRC_FILESRob Herring2016-02-291-0/+3
* Android: add -Wno-date-time flag for clangRob Herring2016-02-291-0/+1
* Android: disable unused-parameter warningRob Herring2016-02-181-0/+1
* Android: Fix building secondary arch in mixed 32/64-bit buildsRob Herring2016-02-181-6/+5
* android: Always define __STDC_LIMIT_MACROS.Mauro Rossi2015-09-091-0/+1
* android: rename LLVM_VERSION_PATCH to MESA_LLVM_VERSION_PATCHMauro Rossi2015-09-091-1/+1
* android: build with libcxx on android lollipopChih-Wei Huang2015-06-091-0/+1
* android: enable the radeonsi driverChih-Wei Huang2015-06-091-0/+8
* android: fix building issues of host binariesChih-Wei Huang2015-04-221-1/+1
* android: add HAVE__BUILTIN_* and HAVE_FUNC_ATTRIBUTE_* definesEmil Velikov2015-04-221-0/+13
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-221-0/+1
* android: use := operator for assigning MESA_VERSIONEmil Velikov2015-04-221-1/+1
* build: unify mesa version by using a VERSION fileEmil Velikov2013-07-291-1/+2
* mesa: Bump version to 9.3.0-devel.Kenneth Graunke2013-07-251-1/+1
* build: Unify PACKAGE_VERSION on autotools, scons and AndroidAndreas Boll2013-06-061-1/+1
* android: Define PACKAGE_VERSION/BUGREPORT in CFLAGSChad Versace2013-03-201-0/+2
* android: Define Make variables for Android versionChad Versace2013-01-021-3/+1
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-011-1/+1
* mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCETapani Pälli2012-08-241-1/+3
* android: pass -std=c99 by defaultChia-I Wu2011-11-261-0/+9
* android: add support for ICSChia-I Wu2011-11-251-0/+6
* android: build libGLES_mesaChia-I Wu2011-08-211-0/+48