aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_accum.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Pure software accum buffer.José Fonseca2009-06-101-148/+96
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-51/+36
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-5/+31
* gallium: Unify reference counting.Michel Dänzer2009-03-041-9/+9
* gallium: fix mergeKeith Whitwell2009-02-161-29/+5
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-5/+29
|\
| * mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-10/+10
* | gallium: Fix accumulation buffer tile coordinates.Michel Dänzer2009-02-121-5/+5
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-66/+78
|/
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-1/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* st: Silence compiler warnings on Windows.Michal Krol2008-07-151-1/+1
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-131-6/+6
* mesa: Replace void * arithmetic.José Fonseca2008-06-271-1/+1
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-11/+13
* gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul2008-05-061-20/+53
* gallium: tex surface checkpointKeith Whitwell2008-05-011-4/+8
* gallium: add missing pipe_surface_unmap() callBrian Paul2008-04-171-0/+2
* gallium: slightly improved accum clear/mad operationsBrian Paul2008-04-071-33/+55
* gallium: accum buffer fixesBrian Paul2008-04-071-7/+54
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-1/+1
* 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