summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_transfer.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-20nv50: fix too long shader uploads by splitting themXavier Chantry1-4/+0
2010-04-20nv50: fixed void pointer arithment warningBrian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-40/+44
2010-04-07nouveau: allow multiple simultaneous maps of a pipe_transferBen Skeggs1-1/+9
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-2/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-8/+9
2010-02-12nouveau: use AVAIL_RING()Ben Skeggs1-2/+2
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki1-6/+6
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-11/+12
2009-12-14nouveau: avoid running out of relocsMaarten Maathuis1-2/+2
2009-12-13nv50: add proper zslice offset in miptree_surfaceChristoph Bumiller1-14/+0
2009-12-13nv50: use m2mf z pos instead of calculating offset manuallyChristoph Bumiller1-13/+10
2009-12-02gallium: adapt nv drivers to interface cleanupsRoland Scheidegger1-27/+21
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-5/+6
2009-11-04nv50: add 3d texture tiling and mip-mappingChristoph Bumiller1-9/+30
2009-10-31nv50: fix textures with block size != cppChristoph Bumiller1-18/+32
2009-10-31nv50: use SIFC also for shader uploadChristoph Bumiller1-0/+86
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-2/+2
2009-09-14nv50: Fix m2mf positions.Marcin Kościelnicki1-2/+2
2009-08-31nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs1-4/+4
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis1-11/+22
2009-08-14nv50: fix mipmap offsets and tilingChristoph Bumiller1-15/+24
2009-07-29nv50: fix sx/dx typo in transfer_rect_m2mfChristoph Bumiller1-2/+2
2009-06-05nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs1-17/+24
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs1-6/+6
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs1-2/+1
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs1-2/+2
2009-05-28nv50: some mipmapping fixesBen Skeggs1-17/+19
2009-03-04gallium: Unify reference counting.Michel Dänzer1-9/+4
2009-02-22nv50: delay uploads until transfer object is destroyedBen Skeggs1-13/+13
2009-02-20nv50: rework for texture_transfer changesBen Skeggs1-0/+216