gallium: free bitmap fragment shaders, misc clean-up
[mesa.git] / src / mesa / state_tracker / st_cb_texture.c
2008-03-20 Brian Paulgallium: catch some out of memory conditions in the...
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-11 Briangallium: disable an unneeded assertion (hit with texwrap.c)
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-20 Briangallium: mark texture object data dirty in do_copy_texs...
2008-02-20 Briangallium: re-enable GenerateMipmap calls
2008-02-20 Briangallium: state tracker didn't always notify drivers...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-12 Briangallium: remove dead code
2008-02-12 Briangallium: added null ptr check
2008-02-12 Briangallium: remove unused first_level param from st_textur...
2008-02-12 Briangallium: clean-up, simplification of mipmapped textures
2008-02-11 Briangallium: strip borders from textures passed to st_TexImage.
2008-02-11 Briangallium: use _mesa_tex_target_to_face()
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