summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_miptree.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry
2010-12-05nvfx: fixes after array textures mergeXavier Chantry
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-04nvfx: fix the temporary copying logic and add assertsLuca Barbieri
2010-08-28nvfx: Remove util_is_pot in favor of util_is_power_of_two.Vinson Lee
2010-08-23nvfx: Remove unnecessary headers.Vinson Lee
2010-08-21nvfx: Fix SCons build.Vinson Lee
2010-08-21nvfx: new 2D: unify textures and buffersLuca Barbieri
2010-08-21nvfx: new 2D: new render temporaries with resourcesLuca Barbieri
2010-08-21nv30: new 2D: support ARB_texture_rectangleLuca Barbieri
2010-08-21nvfx: new 2D: enable swizzling for all surfacesLuca Barbieri
2010-08-21nvfx: new 2D: use new 2D engine in GalliumLuca Barbieri
2010-08-21nvfx: new 2D: rewrite transfer code to use staging transfersLuca Barbieri
2010-08-21nvfx: new 2D: rewrite miptree code, adapt transfersLuca Barbieri
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-05-17nouveau: adapt to interface changesRoland Scheidegger
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-17nvfx: Remove unnecessary headers.Vinson Lee
2010-04-12nvfx: fix bind flagsLuca Barbieri
2010-04-12nvfx: add missing vtbl for shared texturesLuca Barbieri
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-23nvfx: stop incessantly spewing debug messages on the terminalLuca Barbieri
2010-03-15nvfx: move nv04_surface_2d.c into nvfx directoryLuca Barbieri
2010-03-15nv30, nv40: unify nv[34]0_miptree.cLuca Barbieri