summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_accum.c
AgeCommit message (Expand)Author
2008-07-15st: Silence compiler warnings on Windows.Michal Krol
2008-07-13util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca
2008-06-27mesa: Replace void * arithmetic.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-05-06gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-17gallium: add missing pipe_surface_unmap() callBrian Paul
2008-04-07gallium: slightly improved accum clear/mad operationsBrian Paul
2008-04-07gallium: accum buffer fixesBrian Paul
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-01-14Remove pipe->get/put_tile_rgba.Michel Dänzer
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2007-12-20gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell
2007-12-10don't use get/put_tile_rgba() for accum buffer accessesBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
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 doesn'...Brian
2007-10-14implement accum opsBrian
2007-10-14Added accum function/files.Brian