summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: add invalidate_resource support for buffer resourcesIlia Mirkin2016-04-091-0/+4
* nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin2015-09-091-0/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-3/+3
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* nouveau: add valid range tracking to nouveau_bufferIlia Mirkin2014-03-091-0/+4
* nouveau: Add lots of comments to the buffer transfer logicIlia Mirkin2013-12-041-2/+2
* nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2013-04-031-3/+4
* nouveau: improve buffer transfersChristoph Bumiller2013-01-081-0/+3
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-171-4/+5
* nouveau: add new shared scratch buffersChristoph Bumiller2012-04-141-0/+7
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-29/+7
* nouveau: remove automatic buffer migration heuristicsChristoph Bumiller2012-04-141-25/+0
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-4/+5
* nv50: sync textures with render targets ourselvesBen Skeggs2011-03-011-2/+3
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-2/+2
* nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs2011-03-011-0/+137