summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40/nv40_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* nv30, nv40: unify nv[34]0_miptree.cLuca Barbieri2010-03-151-236/+0
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-9/+9
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-1/+2
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-2/+2
|\
| * nouveau: s/TEXTURE_USAGE_PRIMARY/TEXTURE_USAGE_SCANOUTChristoph Bumiller2010-03-051-2/+2
* | nouveau: Rename pipe formats.José Fonseca2010-03-011-2/+2
|/
* Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-041-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-281-0/+22
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+3
* nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton2009-12-061-1/+4
* gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-021-8/+3
* 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
* 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-29/+18
* nouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn't be aligned.Younes Manton2009-02-111-1/+2
* nouveau: nv40 swizzled mipmap fixes.Younes Manton2009-02-101-11/+27
* 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: Remove the standalone surfaces.José Fonseca2009-01-201-1/+0
* nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.Younes Manton2009-01-101-1/+1
* nouveau: Put dynamic textures in GART for CPU access and don't swizzle.Younes Manton2009-01-101-4/+9
* nouveau: Swizzle textures larger than nv04 SIFM limit in parts.Younes Manton2009-01-101-2/+1
* nouveau: Calc pitch for swizzled textures appropriately.Younes Manton2008-12-021-4/+3
* nouveau: Use swizzled textures & render targets on nv40 when possible.Younes Manton2008-12-021-1/+32
* nv40: init pipe_surface correctlyBen Skeggs2008-11-101-0/+2
* nv40: rename some vars in texture layout codeBen Skeggs2008-10-291-25/+27
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-7/+4
* nouveau: adapt to cpp->pf_block changesBen Skeggs2008-06-291-7/+22
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-12/+8
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-041-1/+3
* nv40: oopsBen Skeggs2008-03-211-1/+0
* nv40: s/free/FREE/Ben Skeggs2008-03-211-3/+3
* nv40: align each level to 64 pixelsBen Skeggs2008-03-211-6/+7
* nouveau: match gallium API changesBen Skeggs2008-03-211-1/+2
* nouveau: implement pipe_screenBen Skeggs2008-02-291-9/+16
* nouveau: fix buildBen Skeggs2008-02-221-0/+38
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+104