summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/target_lib_nvc0.asm
Commit message (Collapse)AuthorAgeFilesLines
* nvc0: allow for easier modification of compiler library routinesBen Skeggs2014-05-151-96/+0
| | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+96
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 <johannesobermayr@gmx.de> Acked-by: Christoph Bumiller <christoph.bumiller@speed.at> Acked-by: Ian Romanick <ian.d.romanick@intel.com>