summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_defs.xml.h
Commit message (Collapse)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-200/+0
| | | | | | | | | | | | | | | | 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: implement compute support for nve4Christoph Bumiller2013-03-121-7/+53
|
* nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller2011-07-141-55/+67
| | | | Now the component ordering is consistent and matches gallium again.
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-0/+142
We'll have to do some unification now to reduce code duplication.