summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_accum.c
AgeCommit message (Expand)Author
2011-01-22st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-12st/mesa: Make st_cb_accum.h FEATURE_accum aware.Chia-I Wu
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-16st/mesa: Remove unnecessary headers from st_cb_accum.c.Vinson Lee
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-06-10mesa: Pure software accum buffer.José Fonseca
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-16gallium: fix mergeKeith Whitwell
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-12gallium: Fix accumulation buffer tile coordinates.Michel Dänzer
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
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