Remove pipe->get/put_tile_rgba.
[mesa.git] / src / mesa / state_tracker / st_cb_accum.c
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2007-12-20 Keith Whitwellgallium: make state tracker explictly ask for rendercac...
2007-12-10 Briandon't use get/put_tile_rgba() for accum buffer accesses
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-22 Brianfix masking bug, memory leak
2007-10-20 Brianflush the pipe before accum ops
2007-10-17 BrianNew st_clear_accum_buffer() function (can't use pipe...
2007-10-14 Brianimplement accum ops
2007-10-14 BrianAdded accum function/files.