summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_buffer.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-09nv50,nvc0: add invalidate_resource support for buffer resourcesIlia Mirkin1-0/+4
2015-09-09nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin1-0/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-3/+3
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-3/+3
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-1/+1
2014-03-09nouveau: add valid range tracking to nouveau_bufferIlia Mirkin1-0/+4
2013-12-04nouveau: Add lots of comments to the buffer transfer logicIlia Mirkin1-2/+2
2013-04-03nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller1-3/+4
2013-01-08nouveau: improve buffer transfersChristoph Bumiller1-0/+3
2012-05-17nv50,nvc0: handle user vertex buffersChristoph Bumiller1-4/+5
2012-04-14nouveau: add new shared scratch buffersChristoph Bumiller1-0/+7
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-29/+7
2012-04-14nouveau: remove automatic buffer migration heuristicsChristoph Bumiller1-25/+0
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs1-4/+5
2011-03-01nv50: sync textures with render targets ourselvesBen Skeggs1-2/+3
2011-03-01nv50: move onto common linear buffer managerBen Skeggs1-2/+2
2011-03-01nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs1-0/+137