summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_accum.c
AgeCommit message (Collapse)Author
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