gallium: initial implemenation of auto mipmap generation in state tracker
[mesa.git] / src / mesa / state_tracker / st_cb_texture.c
2008-02-08 Briangallium: initial implemenation of auto mipmap generatio...
2008-02-06 Brianclean-ups in guess_and_alloc_texture()
2008-02-06 Brianplug in ctx->Driver.GenerateMipmap function
2008-02-06 Brianclean-ups
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
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-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-11 Keith Whitwellgallium: remove dead pbo zcopy code
2007-12-07 Brianfix void pointer arithmetic warnings
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerRemove remnants of 'intel' from active state tracker...
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-02 Brianplug in _mesa_test_proxy_teximage, temporarily
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-17 Brianformatting fix
2007-09-27 Briancomments
2007-09-27 keithwremove dead code
2007-09-27 BrianDo image flipping in do_copy_texsubimage() and GL pixel...
2007-09-27 Brianfallback_copy_texsubimage() basically works now (at...
2007-09-26 BrianMore work on glCopyTexSubImage.
2007-09-26 Briancheckpoint: glCopyTexImage work
2007-09-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Keith WhitwellRemove non-meaningful region_idle() interface
2007-08-16 Briantranslate GL texture targets to PIPE_TEXTURE_x values
2007-08-10 Brianuse st_mesa_format_to_pipe_format()
2007-08-10 Brianrename st_cb_teximage.h st_format.h
2007-08-10 Briancode movement
2007-08-08 Brianset mt->format
2007-08-08 Brians/intel/st/
2007-08-07 Brianplug in texture/sampler state update
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-08-06 Briannew texture functions