aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix Element() macro redefinition warningBrian2008-03-271-0/+2
* gallium: added a texture format sanity check/assertion in st_texture_create()Brian Paul2008-02-281-0/+1
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-6/+10
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-3/+6
* gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-131-0/+1
* gallium: remove unused first_level param from st_texture_create()Brian2008-02-121-4/+2
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-121-9/+26
* gallium: change pipe->texture_create() to operate like the CSO functionsBrian2008-02-061-18/+13
* comments, clean-ups, constsBrian2008-02-061-12/+18
* gallium: minor cleanups to pipe interfaceKeith Whitwell2008-01-261-6/+29
* gallium: Make texture target an enum for better debuggability.Michel Dänzer2008-01-041-2/+2
* Remove internal_format field from struct pipe_texture.Michel Dänzer2007-12-111-4/+2
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-5/+4
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-0/+276