summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: move st_texture_image() cast wrapper to header fileBrian Paul2008-09-011-0/+6
* gallium: depth textures have usage depth_stencil instead of render_targetRoland Scheidegger2008-05-091-0/+5
* Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-3/+1
|\
| * gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.Michel Dänzer2008-05-021-3/+1
* | gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-1/+2
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-2/+4
|/
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-2/+0
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-0/+64
* gallium: remove unused first_level param from st_texture_create()Brian2008-02-121-1/+0
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-121-3/+3
* comments, clean-ups, constsBrian2008-02-061-4/+4
* 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-1/+0
* Remove stray references to struct pipe_region.Michel Dänzer2007-12-101-1/+0
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-2/+1
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-0/+109