summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_transfer.c
AgeCommit message (Expand)Author
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs
2011-03-01nv50: move onto common linear buffer managerBen Skeggs
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-15nv50: apply layout_mask to tile_flagsXavier Chantry
2010-05-20nv50: fix too long shader uploads by splitting themXavier Chantry
2010-04-20nv50: fixed void pointer arithment warningBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-07nouveau: allow multiple simultaneous maps of a pipe_transferBen Skeggs
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-02-12nouveau: use AVAIL_RING()Ben Skeggs
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-14nouveau: avoid running out of relocsMaarten Maathuis
2009-12-13nv50: add proper zslice offset in miptree_surfaceChristoph Bumiller
2009-12-13nv50: use m2mf z pos instead of calculating offset manuallyChristoph Bumiller
2009-12-02gallium: adapt nv drivers to interface cleanupsRoland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-04nv50: add 3d texture tiling and mip-mappingChristoph Bumiller
2009-10-31nv50: fix textures with block size != cppChristoph Bumiller
2009-10-31nv50: use SIFC also for shader uploadChristoph Bumiller
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-09-14nv50: Fix m2mf positions.Marcin Kościelnicki
2009-08-31nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis
2009-08-14nv50: fix mipmap offsets and tilingChristoph Bumiller
2009-07-29nv50: fix sx/dx typo in transfer_rect_m2mfChristoph Bumiller
2009-06-05nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs
2009-05-28nv50: some mipmapping fixesBen Skeggs
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-22nv50: delay uploads until transfer object is destroyedBen Skeggs
2009-02-20nv50: rework for texture_transfer changesBen Skeggs