History log of /external/mesa3d/src/mesa/drivers/dri/i965/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e326480e4ebe8687948041c2dc5f5b7595559a2e 12-Jan-2012 Eric Anholt <eric@anholt.net> i965: Convert the build to using automake.

This does introduce a warning by the automake build system, that the
missing-symbols test build is non-portable. That's true -- Mac OS X
can't take something built as a loadable module and just link it as a
library. Of course, we aren't building this on OS X at all, so it
would be nice to be able to suppress it, but I haven't found a way.

Still, the build is going to be much quieter than we have ever had
before, so I think this is a fair tradeoff until we find a way to shut
that warning up.

v2: Put a link in /lib to avoid transition pains for people.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> (v1)
Reviewed-by: Matt Turner <mattst88@gmail.com> (v1)
/external/mesa3d/src/mesa/drivers/dri/i965/Android.mk
d2cd621086fdf620a96d599bac0873ff58ddf137 26-Nov-2011 Chia-I Wu <olv@lunarg.com> android: pass -std=c99 by default

Several modules expect a C99 compiler already. It is also the default for
Makefile build.
/external/mesa3d/src/mesa/drivers/dri/i965/Android.mk
05fdb44dd7f2f4500e3d159df6519a644b5f09bc 30-Aug-2011 Chia-I Wu <olv@lunarg.com> i965: fix Android build

Use $(TARGET_CC) instead of $(CC). Correctly name and set LOCAL_CFLAGS.

Reviewed-by: Chad Versace <chad@chad-versace.us>
/external/mesa3d/src/mesa/drivers/dri/i965/Android.mk
1995d1e2070f8cda9e2ce489c694e0949749c8cb 27-Aug-2011 Chad Versace <chad@chad-versace.us> i965: Build i965_dri.so for Android

Compile tested only.

Reviewed-by: Chia-I Wu <olv@lunarg.com>
Signed-off-by: Chad Versace <chad@chad-versace.us>
/external/mesa3d/src/mesa/drivers/dri/i965/Android.mk