summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/nvfx_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* nvfx: new 2D: new render temporaries with resourcesLuca Barbieri2010-08-211-21/+30
* nv30: new 2D: support ARB_texture_rectangleLuca Barbieri2010-08-211-1/+2
* nvfx: new 2D: enable swizzling for all surfacesLuca Barbieri2010-08-211-17/+4
* nvfx: new 2D: use new 2D engine in GalliumLuca Barbieri2010-08-211-13/+3
* nvfx: new 2D: rewrite transfer code to use staging transfersLuca Barbieri2010-08-211-4/+5
* nvfx: new 2D: rewrite miptree code, adapt transfersLuca Barbieri2010-08-211-188/+144
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+2
* nouveau: adapt to interface changesRoland Scheidegger2010-05-171-1/+1
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-2/+2
* nvfx: Remove unnecessary headers.Vinson Lee2010-04-171-2/+0
* nvfx: fix bind flagsLuca Barbieri2010-04-121-1/+1
* nvfx: add missing vtbl for shared texturesLuca Barbieri2010-04-121-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-82/+143
* nvfx: stop incessantly spewing debug messages on the terminalLuca Barbieri2010-03-231-1/+4
* nvfx: move nv04_surface_2d.c into nvfx directoryLuca Barbieri2010-03-151-1/+1
* nv30, nv40: unify nv[34]0_miptree.cLuca Barbieri2010-03-151-0/+247