summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-19/+17
* nouveau: Assume all texture blankets are linear for now.Younes Manton2009-11-011-0/+3
* Add support for more 8 and 16 bits formatsPatrice Mandin2009-10-121-0/+5
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-23/+10
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-251-32/+24
* nouveau: oops :-)Patrice Mandin2009-02-161-2/+2
* nouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn't be aligned.Younes Manton2009-02-111-1/+2
* nouveau: nv30: fix miptree organization to have swizzled texture+mipmap at th...Patrice Mandin2009-02-101-13/+28
* nouveau: Frontbuffer pitch needs to be set.Younes Manton2009-02-061-0/+1
* nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs2009-02-041-0/+25
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-2/+0
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-2/+2
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-1/+0
* nouveau: Update nv30 swizzling.Younes Manton2009-01-101-4/+5
* nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin2008-12-121-12/+45
* nv04..nv30: fix pipe_surface initPekka Paalanen2008-11-121-0/+2
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-6/+3
* nv30: Update miptree to match latest changesPatrice Mandin2008-07-111-5/+16
* nouveau: adapt to cpp->pf_block changesBen Skeggs2008-06-291-3/+7
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-12/+8
* nv30: Update miptree stuffPatrice Mandin2008-04-121-18/+19
* nv30: use FREE macroPatrice Mandin2008-03-301-3/+3
* nouveau: match gallium API changesBen Skeggs2008-03-211-1/+2
* nv30: update miptree stuff for texturingPatrice Mandin2008-03-181-6/+16
* nv30: line up the miptree creation to latest changes.Stephane Marchesin2008-03-121-14/+16
* nouveau: implement pipe_screenBen Skeggs2008-02-291-7/+40
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+105