summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_miptree.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-19/+17
2009-11-01nouveau: Assume all texture blankets are linear for now.Younes Manton1-0/+3
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-23/+10
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton1-29/+18
2009-02-11nouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn't be aligned.Younes Manton1-1/+2
2009-02-10nouveau: nv40 swizzled mipmap fixes.gallium-0.2Younes Manton1-11/+27
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-2/+0
2009-01-20gallium: Remove the standalone surfaces.José Fonseca1-1/+0
2009-01-10nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.Younes Manton1-1/+1
2009-01-10nouveau: Put dynamic textures in GART for CPU access and don't swizzle.Younes Manton1-4/+9
2009-01-10nouveau: Swizzle textures larger than nv04 SIFM limit in parts.Younes Manton1-2/+1
2008-12-02nouveau: Calc pitch for swizzled textures appropriately.Younes Manton1-4/+3
2008-12-02nouveau: Use swizzled textures & render targets on nv40 when possible.Younes Manton1-1/+32
2008-11-10nv40: init pipe_surface correctlyBen Skeggs1-0/+2
2008-10-29nv40: rename some vars in texture layout codeBen Skeggs1-25/+27
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs1-7/+4
2008-06-29nouveau: adapt to cpp->pf_block changesBen Skeggs1-7/+22
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs1-12/+8
2008-04-04nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs1-1/+3
2008-03-21nv40: oopsBen Skeggs1-1/+0
2008-03-21nv40: s/free/FREE/Ben Skeggs1-3/+3
2008-03-21nv40: align each level to 64 pixelsBen Skeggs1-6/+7
2008-03-21nouveau: match gallium API changesBen Skeggs1-1/+2
2008-02-29nouveau: implement pipe_screenBen Skeggs1-9/+16
2008-02-22nouveau: fix buildBen Skeggs1-0/+38
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs1-0/+104