gallium: add some temporary code for testing draw module vertex passthrough
[mesa.git] / src / mesa / state_tracker / st_texture.c
2008-02-28 Brian Paulgallium: added a texture format sanity check/assertion...
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-12 Briangallium: remove unused first_level param from st_textur...
2008-02-12 Briangallium: clean-up, simplification of mipmapped textures
2008-02-06 Briangallium: change pipe->texture_create() to operate like...
2008-02-06 Briancomments, clean-ups, consts
2008-01-26 Keith Whitwellgallium: minor cleanups to pipe interface
2008-01-04 Michel Dänzergallium: Make texture target an enum for better debugga...
2007-12-11 Michel DänzerRemove internal_format field from struct pipe_texture.
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.