summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_transfer.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-754/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2012-04-15nv30: fix some sifm transfer issuesBen Skeggs1-3/+2
2012-04-14nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs1-0/+755
2010-03-15nv30, nv40: unify identical nv[34]0_transfer.cLuca Barbieri1-182/+0
2010-03-15nv30, nv40: unify all structures and headers, except shadersLuca Barbieri1-13/+13
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-2/+3
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-8/+11
2010-02-26gallium/nouveau: clean-up #includesBrian Paul1-7/+7
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2009-12-30nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri1-10/+14
2009-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri1-1/+1
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-1/+2
2009-12-08nouveau: use boolean instead of boolRoland Scheidegger1-1/+1
2009-12-02gallium: adapt nv drivers to interface cleanupsRoland Scheidegger1-8/+1
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-3/+4
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-21/+5
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-8/+3
2009-03-02nouveau: Grab correct surface from temp texture for transfers.Younes Manton1-1/+1
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton1-0/+201