index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_accum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove dead swrast and state tracker accum buffer code
Brian Paul
2011-12-08
1
-347
/
+0
*
st/mesa: simplify some st_context(ctx)->pipe code
Brian Paul
2011-05-25
1
-1
/
+1
*
st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB
Brian Paul
2011-01-22
1
-5
/
+12
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-12
/
+12
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
st/mesa: Make st_cb_accum.h FEATURE_accum aware.
Chia-I Wu
2010-05-12
1
-0
/
+4
*
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
1
-7
/
+3
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-2
/
+2
*
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
1
-1
/
+0
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-4
/
+5
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-7
/
+7
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-6
/
+3
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-6
/
+6
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+0
|
\
|
*
st/mesa: Remove unnecessary headers from st_cb_accum.c.
Vinson Lee
2010-01-16
1
-2
/
+0
*
|
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-1
/
+1
|
/
*
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-10-05
1
-0
/
+11
*
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-02
1
-1
/
+1
*
mesa: Pure software accum buffer.
José Fonseca
2009-06-10
1
-148
/
+96
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-51
/
+36
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-5
/
+31
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-9
/
+9
*
gallium: fix merge
Keith Whitwell
2009-02-16
1
-29
/
+5
*
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-16
1
-5
/
+29
|
\
|
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-10
/
+10
*
|
gallium: Fix accumulation buffer tile coordinates.
Michel Dänzer
2009-02-12
1
-5
/
+5
*
|
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-66
/
+78
|
/
*
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-12-12
1
-1
/
+2
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
st: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
1
-1
/
+1
*
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca
2008-07-13
1
-6
/
+6
*
mesa: Replace void * arithmetic.
José Fonseca
2008-06-27
1
-1
/
+1
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-11
/
+13
*
gallium: create drawing surfaces as GPU_READ/WRITE only
Brian Paul
2008-05-06
1
-20
/
+53
*
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-4
/
+8
*
gallium: add missing pipe_surface_unmap() call
Brian Paul
2008-04-17
1
-0
/
+2
*
gallium: slightly improved accum clear/mad operations
Brian Paul
2008-04-07
1
-33
/
+55
*
gallium: accum buffer fixes
Brian Paul
2008-04-07
1
-7
/
+54
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
1
-1
/
+1
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-1
/
+0
*
Code reorganization: update build.
José Fonseca
2008-02-15
1
-1
/
+1
*
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
1
-11
/
+12
*
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-14
1
-122
/
+15
*
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
2007-12-20
1
-1
/
+1
*
don't use get/put_tile_rgba() for accum buffer accesses
Brian
2007-12-10
1
-19
/
+98
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-16
/
+17
*
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-25
1
-11
/
+11
*
fix masking bug, memory leak
Brian
2007-10-22
1
-29
/
+28
[next]