summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_transfer.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-14nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs1-221/+0
2012-03-05Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák1-3/+0
2012-01-05gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák1-0/+3
2011-08-30nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR defineChristoph Bumiller1-1/+1
2011-06-08gallium: s/bool/boolean/Brian Paul1-1/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-13/+13
2010-08-21nvfx: fire ring after transfersLuca Barbieri1-0/+5
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri1-24/+149
2010-08-21nvfx: new 2D: rewrite transfer code to use staging transfersLuca Barbieri1-163/+52
2010-08-21nvfx: new 2D: rewrite miptree code, adapt transfersLuca Barbieri1-16/+11
2010-05-17nouveau: adapt to interface changesRoland Scheidegger1-2/+4
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-2/+2
2010-04-12nvfx: fix bind flagsLuca Barbieri1-2/+2
2010-04-12nvfx: make NOUVEAU_NO_TRANSFER default offLuca Barbieri1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-58/+79
2010-03-23nvfx: fix coding style in nvfx_transfer.cLuca Barbieri1-8/+8
2010-03-23nvfx: stop incessantly spewing debug messages on the terminalLuca Barbieri1-2/+4
2010-03-15nv30, nv40: unify identical nv[34]0_transfer.cLuca Barbieri1-0/+182