summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_accum.c
AgeCommit message (Collapse)Author
2007-12-10don't use get/put_tile_rgba() for accum buffer accessesBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
Directly use struct pipe_buffer_handle for storage and struct pipe_surface for (un)mapping.
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
The _rgba versions are temporary until the state tracker is updated.
2007-10-22fix masking bug, memory leakBrian
2007-10-20flush the pipe before accum opsBrian
2007-10-16New st_clear_accum_buffer() function (can't use pipe->clear() since it ↵Brian
doesn't handle negative color values) Also, remove unneeded clamping in the accum ops.
2007-10-14implement accum opsBrian
2007-10-14Added accum function/files.Brian