summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_transfer.c
Commit message (Expand)AuthorAgeFilesLines
* nv30: fix some sifm transfer issuesBen Skeggs2012-04-151-3/+2
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-0/+755
* nv30, nv40: unify identical nv[34]0_transfer.cLuca Barbieri2010-03-151-182/+0
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-13/+13
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+3
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-8/+11
* gallium/nouveau: clean-up #includesBrian Paul2010-02-261-7/+7
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri2009-12-301-10/+14
* nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-281-1/+1
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-1/+2
* nouveau: use boolean instead of boolRoland Scheidegger2009-12-081-1/+1
* gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-021-8/+1
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-3/+4
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-21/+5
* gallium: remove pipe_texture::compressed fieldBrian Paul2009-04-101-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-8/+3
* nouveau: Grab correct surface from temp texture for transfers.Younes Manton2009-03-021-1/+1
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-251-0/+201