summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-490/+0
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2013-04-031-2/+3
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-34/+25
* nouveau: use pre-calculated stride for resource_get_handleMarcin Slusarz2012-10-091-2/+1
* gallium: remove resource_resolveMarek Olšák2012-09-301-0/+2
* nv30: implement blitMarek Olšák2012-09-301-0/+58
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-4/+1
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-1/+4
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-0/+442
* nv30, nv40: unify nv[34]0_miptree.cLuca Barbieri2010-03-151-240/+0
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-9/+9
* nv30: fix typoDavid Heidelberger2010-03-091-1/+1
* 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-4/+4
|/
* 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
* Revert "nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (...Patrice Mandin2009-12-121-3/+0
* nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow c...Patrice Mandin2009-12-121-0/+3
* nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton2009-12-061-0/+2
* 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
* 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