summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/nvfx_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+9
* nvfx: fix the temporary copying logic and add assertsLuca Barbieri2010-09-041-0/+1
* nvfx: Remove util_is_pot in favor of util_is_power_of_two.Vinson Lee2010-08-281-4/+4
* nvfx: Remove unnecessary headers.Vinson Lee2010-08-231-2/+0
* nvfx: Fix SCons build.Vinson Lee2010-08-211-2/+3
* nvfx: new 2D: unify textures and buffersLuca Barbieri2010-08-211-34/+1
* 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