History log of /external/mesa3d/src/gallium/winsys/nouveau/drm/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
112e988329b6af817b4892b530f703e7997b1d7d 08-Jun-2016 Rob Herring <robh@kernel.org> Android: move libdrm settings to top-level Android.common.mk

Fix warnings like these due to HAVE_LIBDRM being inconsistently defined:

external/libdrm/include/drm/drm.h:839:30: warning: redefinition of typedef 'drm_clip_rect_t' is a C11 feature [-Wtypedef-redefinition]
typedef struct drm_clip_rect drm_clip_rect_t;

HAVE_LIBDRM needs to be set project wide to fix this. This change also
harmlessly links libdrm with everything, but simplifies the makefiles a
bit.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
/external/mesa3d/src/gallium/winsys/nouveau/drm/Android.mk
86919352e3da1c80409fdcb67c36f29a9687b7a9 27-Mar-2015 Emil Velikov <emil.l.velikov@gmail.com> android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS

... to manage the LIBDRM*_CFLAGS. The former is the recommended approach
by the Android build system developers while the latter has been
depreciated for quite some time.

Cc: "10.4 10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/gallium/winsys/nouveau/drm/Android.mk
6b510c63383a421eabe0d6e7b0249dbab85cffde 20-Jul-2014 Emil Velikov <emil.l.velikov@gmail.com> android: gallium/nouveau: fix include folders, link against libstlport

nouveau uses STL for a while now thus we need to include
external/stlport/libstlport.mk in order to get the build
at least partially working.

v2: Use the installed libdrm headers over the DRM_TOP ones.

Cc: "10.1 10.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/gallium/winsys/nouveau/drm/Android.mk
5d7690991ab211a09ecf49e49f8a6e5d261fa540 22-Sep-2013 Emil Velikov <emil.l.velikov@gmail.com> winsys/nouveau/drm: consolidate C sources list into Makefile.sources

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
/external/mesa3d/src/gallium/winsys/nouveau/drm/Android.mk
534df791878ed90cf7c2e4f14482ff03b7c41e77 22-Aug-2011 Chia-I Wu <olv@lunarg.com> android: add support for nouveau

Compile tested only.
/external/mesa3d/src/gallium/winsys/nouveau/drm/Android.mk