aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* pipebuffer: Drop (most of) pipe winsys stuff.José Fonseca2009-02-011-1/+0
|
* pipebuffer: Ondemand buffer manager.José Fonseca2009-01-291-0/+1
| | | | | A variation of malloc buffers which get transferred to real graphics memory when there is an attempt to validate them.
* Revert "pipebuffer: Ondemand buffer manager."Keith Whitwell2008-12-121-1/+0
| | | | This reverts commit 17849eafaacfbb2124d86f561a91b707317d3b31.
* pipebuffer: Ondemand buffer manager.José Fonseca2008-11-241-0/+1
| | | | | A variation of malloc buffers which get transferred to real graphics memory when there is an attempt to validate them.
* pipebuffer: Debug buffer manager to detect buffer under- and overflows.José Fonseca2008-07-021-0/+1
| | | | It should detect both cpu and gpu buffer overflows.
* pipebuffer: Alternative buffer manager.José Fonseca2008-06-101-0/+1
| | | | | For situations where one has a reserve memory pool, or a faster/slower pool.
* pipebuffer: Preliminary buffer validation.José Fonseca2008-05-081-0/+1
| | | | | | | Use table to store a list of buffers to validate. Unfortunately cso_hash shrinks/regrows the hash every time, so still has to be addressed. Multi-thread validation is still WIP.
* gallium: Buffer cache.José Fonseca2008-04-131-0/+1
|
* gallium: Initial port of Thomas slab suballocator to pipebuffer.José Fonseca2008-04-131-0/+1
| | | | | | | | Not tested yet -- just compiles. This includes only the slab algorithm. Fencing is already implemented in pb_bufmgr_fence and time-based caching will be commited in a separate module shortly.
* Update scons build for new code layout.José Fonseca2008-02-181-0/+14