summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-141-22/+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]>
* nouveau: share the source listsChia-I Wu2011-08-271-0/+22
For each driver, factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it.