index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
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
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