| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
It's already built by src/gallium/auxiliary.
|
| |
|
|
|
|
|
|
|
|
| |
The template makefile that most libraries in
gallium included was based on dri and had a bunch
unrelevant junk in it.
Update it and improve the depending makefiles.
|
| |
|
|
|
|
|
| |
A variation of malloc buffers which get transferred to real graphics memory
when there is an attempt to validate them.
|
|
|
|
| |
This reverts commit 17849eafaacfbb2124d86f561a91b707317d3b31.
|
|
|
|
|
| |
A variation of malloc buffers which get transferred to real graphics memory
when there is an attempt to validate them.
|
|
|
|
| |
It should detect both cpu and gpu buffer overflows.
|
|
|
|
|
| |
For situations where one has a reserve memory pool, or
a faster/slower pool.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined
locally by makefiles, together with C_SOURCES and CPP_SOURCES.
|
|
"aux" is a reserved name on Windows (X_X)
|