summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_mm.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-1/+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 <johannesobermayr@gmx.de> Acked-by: Christoph Bumiller <christoph.bumiller@speed.at> Acked-by: Ian Romanick <ian.d.romanick@intel.com>
2013-01-08nouveau: increase max order of suballocated buffers by 1Christoph Bumiller1-2/+9
This is really a hack to make TF2 (considerably, up to 20 -> 70 fps at low res) faster.
2012-11-04nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach1-1/+1
All HW buffers (also suballocated ones) are already aligned. Just make sure that also the initial sysram buffers have proper alignment.
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-11/+12
2011-10-09nouveau: hide some debugging messages behind environment variableMarcin Slusarz1-2/+3
They spam console, but are not very useful - hide them behind NOUVEAU_MESA_DEBUG environment variable.
2011-08-30nouveau: use PRIu64 for printing uint64_tChristoph Bumiller1-1/+3
2011-08-30nouveau/mm: move slabs to correct list on memory releaseChristoph Bumiller1-5/+5
Should get rid of "destroying GPU memory cache with some buffers still in use" message.
2011-04-27gallium/nouveau: fix printf warningsMarek Olšák1-1/+1
2011-03-01nouveau: fix leak of nouveau_mman structsBen Skeggs1-0/+2
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2011-03-01nouveau: fix compiler complaintBen Skeggs1-0/+6
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2011-03-01nv50: make mm available as common codeBen Skeggs1-0/+280
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>