summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_texture.c
AgeCommit message (Collapse)Author
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell
The effect of this mapping can be acheived by the state tracker and setting up the pipe texture state pointers to incorporate its affects.
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
pipe->get_tex_surface() has to be used for access to texture image data.
2007-11-01silence the finalize_mipmap_tree msgBrian
2007-08-25add names to tracked state atoms to improve debugkeithw
2007-08-13fix some issues with texture/mipmap_tree state trackingBrian
2007-08-07debug infoBrian
2007-08-07plug in texture/sampler state updateBrian
2007-08-07texture image state handlingBrian