summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytesChristoph Bumiller2013-03-121-1/+3
* nouveau: don't try to use push_data if it's not implementedChristoph Bumiller2013-01-271-0/+3
* nouveau: improve buffer transfersChristoph Bumiller2013-01-081-131/+268
* nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach2012-11-041-3/+3
* nouveau: fix offset in nouveau_buffer_transfer_mapChristoph Bumiller2012-10-141-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-56/+46
* nouveau: unreference fences on resource destructionChristoph Bumiller2012-05-291-0/+3
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-171-4/+25
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-171-11/+9
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-111-1/+0
|\
| * gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-1/+0
* | nouveau: fix nouveau_scratch_runout_release bo count underflowChristoph Bumiller2012-05-061-1/+3
|/
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+1
* nouveau: add new shared scratch buffersChristoph Bumiller2012-04-141-0/+141
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-1/+1
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-37/+53
* nouveau: remove automatic buffer migration heuristicsChristoph Bumiller2012-04-141-5/+0
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-7/+1
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-1/+7
* nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller2011-10-211-4/+13
* nouveau: hide some debugging messages behind environment variableMarcin Slusarz2011-10-091-1/+2
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-1/+0
* nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs2011-03-031-1/+1
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-24/+23
* nv50: sync textures with render targets ourselvesBen Skeggs2011-03-011-3/+3
* nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs2011-03-011-0/+489