aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_accum.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove dead swrast and state tracker accum buffer codeBrian Paul2011-12-081-347/+0
* st/mesa: simplify some st_context(ctx)->pipe codeBrian Paul2011-05-251-1/+1
* st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul2011-01-221-5/+12
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-12/+12
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* st/mesa: Make st_cb_accum.h FEATURE_accum aware.Chia-I Wu2010-05-121-0/+4
* mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-7/+3
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-2/+2
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+5
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-7/+7
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-6/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-6/+6
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+0
|\
| * st/mesa: Remove unnecessary headers from st_cb_accum.c.Vinson Lee2010-01-161-2/+0
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-1/+1
|/
* mesa/st: add ST_DEBUG environment variableKeith Whitwell2009-10-051-0/+11
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-1/+1
* 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