summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_surface.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: Dehexify and bring up to date with new method defines.Marcin Koƛcielnicki2009-12-281-3/+3
* nouveau: avoid running out of relocsMaarten Maathuis2009-12-141-0/+2
* nv50: Fix tiling mode for lower mipmap levels.Marcin Koƛcielnicki2009-09-101-3/+3
* nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs2009-08-311-1/+1
* nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis2009-08-171-2/+2
* nv50: use new 2D surface format namesChristoph Bumiller2009-07-291-4/+4
* nouveau: return some supported zeta formatsBen Skeggs2009-07-011-1/+0
* nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs2009-06-051-1/+1
* nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs2009-06-051-2/+2
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-3/+3
* nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2009-06-051-5/+1
* nv50: some mipmapping fixesBen Skeggs2009-05-281-1/+1
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-10/+2
* nv50: rework for texture_transfer changesBen Skeggs2009-02-201-24/+2
* nouveau: Need to surface_copy() without a pipe context.Younes Manton2009-02-071-1/+1
* nv50: move 2d blit/fill code into pipe driverBen Skeggs2009-02-051-7/+145
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-2/+2
* gallium: make p_winsys internalZack Rusin2009-01-301-3/+3
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-2/+2
* nv50: remove previous hack to manage tiled surfacesBen Skeggs2009-01-121-32/+1
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-6/+6
* nv50: obey do_flip in surface_copy()Ben Skeggs2008-07-111-3/+11
* nv50: quick hack to get textures untiled on map, and tiled on unmapBen Skeggs2008-07-111-5/+31
* nv50: add license headers to .c filesBen Skeggs2008-07-111-26/+20
* nv50: move surface_map/unmap into nv50_surface.cBen Skeggs2008-06-291-2/+32
* nv50: convert to hwctx-in-screen as nv40 isBen Skeggs2008-03-121-2/+2
* nouveau: implement pipe_screenBen Skeggs2008-02-291-10/+0
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+75