summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_transfer.c
AgeCommit message (Expand)Author
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-15nv30, nv40: unify all structures and headers, except shadersLuca Barbieri
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-02-26gallium/nouveau: clean-up #includesBrian Paul
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2009-12-30nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri
2009-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-08nouveau: use boolean instead of boolRoland Scheidegger
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-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-06-29nouveau: Expect right params to tex_transfer_destroy().Younes Manton
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-02nouveau: Grab correct surface from temp texture for transfers.Younes Manton
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton