aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* nvc0: remove nvc0_push, replaced with nvc0_vbo_translateIlia Mirkin2014-09-051-1/+0
| | | | | | Fixes build. Signed-off-by: Ilia Mirkin <[email protected]>
* nv50,nvc0: get rid of draw module supportIlia Mirkin2014-09-051-2/+0
| | | | | | | This hasn't been enabled in a long time and is completely stale and unnecessary. Remove, esp since it doesn't build. Signed-off-by: Ilia Mirkin <[email protected]>
* gallium/nouveau: ship all files in the tarballEmil Velikov2014-09-051-36/+111
| | | | | | | | | | | - include all headers in Makefile.sources - sort the list(s) - bundle the android buildscript v2: Don't double-include the compiler sources. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]>
* 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.