aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* nvc0: add maxwell (sm50) compiler backendBen Skeggs2014-05-151-2/+5
| | | | | | | | | | The big missing part here is proper sched data calculations, but hopefully the chosen placeholder will be sufficient for now. Passes piglit as well as GK107 does. Signed-off-by: Ben Skeggs <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+91
| | | | | | | | | | | | | | | | It is planned to ship openSUSE 13.1 with -shared libs. nouveau.la, nv30.la, nv50.la and nvc0.la are currently LIBADDs in all nouveau related targets. This change makes it possible to easily build one shared libnouveau.so which is then LIBADDed. Also dlopen will be faster for one library instead of three and build time on -jX will be reduced. Whitespace fixes were requested by 'git am'. Signed-off-by: Johannes Obermayr <[email protected]> Acked-by: Christoph Bumiller <[email protected]> Acked-by: Ian Romanick <[email protected]>
* nvc0: move vp param filling logic into nouveauIlia Mirkin2013-08-151-1/+2
| | | | Signed-off-by: Ilia Mirkin <[email protected]>
* nvc0: move bsp param-filling logic into nouveauIlia Mirkin2013-08-151-1/+2
| | | | Signed-off-by: Ilia Mirkin <[email protected]>
* nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin2013-08-151-1/+2
| | | | Signed-off-by: Ilia Mirkin <[email protected]>
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-0/+1
|
* nouveau: share the source listsChia-I Wu2011-08-271-0/+6
For each driver, factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it.