aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-33/+36
* nvc0: add support for linear and buffer textures and RTsChristoph Bumiller2011-10-211-10/+0
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-3/+3
* nv50: add support for linear textures and render targetsChristoph Bumiller2011-08-301-0/+3
* nv50: align pitch of linear surfaces correctlyChristoph Bumiller2011-08-301-1/+2
* nv50: fix bogus error message about 3d surfacesChristoph Bumiller2011-07-161-1/+3
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-1/+0
* nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller2011-07-141-0/+3
* nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-141-121/+229
* gallium/xorg st/nv50: add PIPE_BIND_CURSORMarcin Slusarz2011-05-061-1/+9
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-1/+0
* nv50: fix tile size calculationsChristoph Bumiller2011-03-021-1/+1
* nv50: fix wrong miptree tile flags taken over from nvc0Christoph Bumiller2011-03-021-3/+0
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-248/+236
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-23/+30
* Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-09-021-1/+2
|\
| * gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+2
* | nv50: introduce the big formats tableChristoph Bumiller2010-07-241-0/+3
|/
* nv50: plug in miptree resource vtblChristoph Bumiller2010-04-101-1/+6
* Squashed commit of the following:Keith Whitwell2010-04-101-41/+89
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-1/+2
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-1/+1
|\
| * nouveau: s/TEXTURE_USAGE_PRIMARY/TEXTURE_USAGE_SCANOUTChristoph Bumiller2010-03-051-1/+1
* | nouveau: Rename pipe formats.José Fonseca2010-03-011-3/+3
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* nv50: fix tile flags for scanout tex usageChristoph Bumiller2010-01-161-1/+12
* nv50: fix 2 off by one memory leaks (nv50_miptree_level->image_offset)Marcin Slusarz2010-01-121-2/+2
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-4/+5
* nv50: add proper zslice offset in miptree_surfaceChristoph Bumiller2009-12-131-6/+21
* nv50: plug memory leak in miptree creation/destructionChristoph Bumiller2009-12-121-0/+6
* gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-021-6/+4
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-12/+9
* nv50: add 3d texture tiling and mip-mappingChristoph Bumiller2009-11-041-22/+41
* nv50: fix textures with block size != cppChristoph Bumiller2009-10-311-19/+16
* nv50: Fix tiling mode for lower mipmap levels.Marcin Kościelnicki2009-09-101-0/+1
* nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs2009-08-311-12/+13
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-171-4/+4
* nv50: fix mipmap offsets and tilingChristoph Bumiller2009-08-141-2/+9
* nv50: correct zeta formatsChristoph Bumiller2009-07-291-2/+7
* nouveau: return some supported zeta formatsBen Skeggs2009-07-011-0/+1
* nv50: use larger tile sizesBen Skeggs2009-06-051-2/+9
* nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs2009-06-051-9/+13
* 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-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