summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/Android.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-05-11Android: push driver build details to driver makefilesRob Herring1-0/+4
src/gallium/targets/dri/Android.mk contains lots of conditional for individual drivers. Let's move these details into the individual driver makefiles. In the process, align the make driver conditionals with automake (i.e. HAVE_GALLIUM_*). Signed-off-by: Rob Herring <robh@kernel.org> [Emil Velikov: add the radeon winsys for radeonsi] Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2011-11-26android: pass -std=c99 by defaultChia-I Wu1-2/+0
Several modules expect a C99 compiler already. It is also the default for Makefile build.
2011-08-27android: add support for i915gChia-I Wu1-0/+38
Quickly tested with 945GME. SurfaceFlinger (the display server and compositor) works. 2D apps with RGB or RGBA visuals work. As for 3D apps, some work and some do not.