index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_accum.c
Age
Commit message (
Expand
)
Author
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-11
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-16
st/mesa: Remove unnecessary headers from st_cb_accum.c.
Vinson Lee
2009-12-29
mesa: implement per-buffer color masking
Brian Paul
2009-10-05
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-10-02
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-06-10
mesa: Pure software accum buffer.
José Fonseca
2009-04-17
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-16
gallium: fix merge
Keith Whitwell
2009-02-16
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-12
gallium: Fix accumulation buffer tile coordinates.
Michel Dänzer
2009-02-12
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2008-12-12
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-07-15
st: Silence compiler warnings on Windows.
Michal Krol
2008-07-13
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca
2008-06-27
mesa: Replace void * arithmetic.
José Fonseca
2008-06-27
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-05-06
gallium: create drawing surfaces as GPU_READ/WRITE only
Brian Paul
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-17
gallium: add missing pipe_surface_unmap() call
Brian Paul
2008-04-07
gallium: slightly improved accum clear/mad operations
Brian Paul
2008-04-07
gallium: accum buffer fixes
Brian Paul
2008-03-26
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-11
gallium: rework CSO-related code in state tracker
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-01-14
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2007-12-20
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
2007-12-10
don't use get/put_tile_rgba() for accum buffer accesses
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-10-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-22
fix masking bug, memory leak
Brian
2007-10-20
flush the pipe before accum ops
Brian
2007-10-16
New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'...
Brian
2007-10-14
implement accum ops
Brian
2007-10-14
Added accum function/files.
Brian