summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_miptree.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-01nouveau: Rename pipe formats.José Fonseca1-4/+4
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2009-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri1-0/+22
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-2/+3
2009-12-12Revert "nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (...Patrice Mandin1-3/+0
2009-12-12nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow c...Patrice Mandin1-0/+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-19/+17
2009-11-01nouveau: Assume all texture blankets are linear for now.Younes Manton1-0/+3
2009-10-12Add support for more 8 and 16 bits formatsPatrice Mandin1-0/+5
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-32/+24
2009-02-16nouveau: oops :-)Patrice Mandin1-2/+2
2009-02-11nouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn't be aligned.Younes Manton1-1/+2
2009-02-10nouveau: nv30: fix miptree organization to have swizzled texture+mipmap at th...Patrice Mandin1-13/+28
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-30gallium: make p_winsys internalZack Rusin1-1/+1
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-2/+2
2009-01-20gallium: Remove the standalone surfaces.José Fonseca1-1/+0
2009-01-10nouveau: Update nv30 swizzling.Younes Manton1-4/+5
2008-12-12nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin1-12/+45
2008-11-12nv04..nv30: fix pipe_surface initPekka Paalanen1-0/+2
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs1-6/+3
2008-07-11nv30: Update miptree to match latest changesPatrice Mandin1-5/+16
2008-06-29nouveau: adapt to cpp->pf_block changesBen Skeggs1-3/+7
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs1-12/+8
2008-04-12nv30: Update miptree stuffPatrice Mandin1-18/+19
2008-03-30nv30: use FREE macroPatrice Mandin1-3/+3
2008-03-21nouveau: match gallium API changesBen Skeggs1-1/+2
2008-03-18nv30: update miptree stuff for texturingPatrice Mandin1-6/+16
2008-03-12nv30: line up the miptree creation to latest changes.Stephane Marchesin1-14/+16
2008-02-29nouveau: implement pipe_screenBen Skeggs1-7/+40
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs1-0/+105