aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Unify reference counting.Michel Dänzer2009-03-041-27/+14
* nv50: rework for texture_transfer changesBen Skeggs2009-02-201-116/+3
* nouveau: Need to surface_copy() without a pipe context.Younes Manton2009-02-071-4/+4
* nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs2009-02-041-0/+26
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-5/+1
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-7/+8
* nv50: make rtt work againBen Skeggs2009-01-121-1/+33
* nv50: fix handling of depth texturesBen Skeggs2009-01-121-5/+23
* nv50: another typo..Ben Skeggs2009-01-121-1/+1
* nv50: fix assertion failureBen Skeggs2009-01-121-2/+9
* nv50: fix a typo and a thinkoBen Skeggs2009-01-121-3/+4
* nv50: any cpu access to a texture is done on its backing imagesBen Skeggs2009-01-121-3/+58
* nv50: create buffers for each image that makes up a textureBen Skeggs2009-01-121-12/+31
* nv50: working towards 3D texturesBen Skeggs2009-01-061-7/+36
* nv50: slightly better miptree allocationBen Skeggs2009-01-061-5/+6
* nv50: hack surface alloc a bit for nowBen Skeggs2008-09-181-0/+2
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-8/+4
* nv50: quick hack to get textures untiled on map, and tiled on unmapBen Skeggs2008-07-111-6/+12
* nv50: add license headers to .c filesBen Skeggs2008-07-111-0/+22
* nv50: fixes after rebase + commits note on the code that was just pushed.Ben Skeggs2008-06-291-1/+1
* nv50: rework miptree/texture/texsurf code a bitBen Skeggs2008-06-291-11/+19
* nv50: turn on depth test/write again, not 100% but winsys handles it betterBen Skeggs2008-06-291-3/+4
* nv50: do tsc/tic upload + stub out shader TEX stuffBen Skeggs2008-06-291-11/+0
* nv50: flag to indicate to winsys we want a surface for use as a zeta bufferBen Skeggs2008-06-291-1/+12
* nv50: hehe, damage from tex-surfaces.. surface_fill() reenabled now :)Ben Skeggs2008-06-291-2/+2
* nouveau: adapt to cpp->pf_block changesBen Skeggs2008-06-291-2/+4
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-14/+11
* nv50: slightly less skeletal texture funcs, prevents fun segfaultsBen Skeggs2008-05-131-4/+58
* nouveau: match gallium API changesBen Skeggs2008-03-211-1/+2
* nouveau: implement pipe_screenBen Skeggs2008-02-291-4/+25
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+25