aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* android: pass -std=c99 by defaultChia-I Wu2011-11-261-2/+0
| | | | | Several modules expect a C99 compiler already. It is also the default for Makefile build.
* android: add support for i915gChia-I Wu2011-08-271-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.