summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_miptree.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-2/+3
2009-12-06nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton1-0/+2
2009-12-02gallium: adapt nv drivers to interface cleanupsRoland Scheidegger1-8/+3
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-9/+9
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-25/+18
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton1-16/+17
2009-02-06nouveau: Frontbuffer pitch needs to be set.Younes Manton1-0/+1
2009-02-04nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs1-0/+25
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin1-1/+0
2009-01-20gallium: Remove the standalone surfaces.José Fonseca1-2/+2
2008-11-12nv04..nv30: fix pipe_surface initPekka Paalanen1-0/+2
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs1-4/+2
2008-07-08nv10: there are no 3D textures.Stephane Marchesin1-3/+1
2008-06-29nouveau: adapt to cpp->pf_block changesBen Skeggs1-4/+8
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs1-4/+7
2008-04-02nv10: fix stuff and things.Stephane Marchesin1-9/+19
2008-03-15nv10.Stephane Marchesin1-0/+134