aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_accum.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: rework CSO-related code in state trackerBrian2008-03-111-1/+0
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-141-11/+12
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-122/+15
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-201-1/+1
* don't use get/put_tile_rgba() for accum buffer accessesBrian2007-12-101-19/+98
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-16/+17
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-11/+11
* fix masking bug, memory leakBrian2007-10-221-29/+28
* flush the pipe before accum opsBrian2007-10-201-0/+3
* New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'...Brian2007-10-161-6/+38
* implement accum opsBrian2007-10-141-8/+162
* Added accum function/files.Brian2007-10-141-0/+90