summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-141-37/+0
| | | | | | | | | | This driver hasn't been maintained properly for a very long time, and for many very good reasons. It's horrible. A new driver supporting these chipsets will appear with the commits that port vieux/nv50/nvc0 to libdrm_nouveau-2.0. Signed-off-by: Ben Skeggs <[email protected]>
* android: pass -std=c99 by defaultChia-I Wu2011-11-261-1/+0
| | | | | Several modules expect a C99 compiler already. It is also the default for Makefile build.
* android: add support for nouveauChia-I Wu2011-08-271-0/+38
Compile tested only.