summaryrefslogtreecommitdiff
path: root/src/wsbm_slabpool.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17libwsbm: Big update for libwsbm 2.0.Thomas Hellstrom1-147/+92
Prepare for per-device libs, Split out command submission, Rework driver interface, Bump major.
2009-08-17slabpool: Fix an alignment problem.Thomas Hellstrom1-1/+2
If a slab was picked up from the cache rather than allocated from DRM, the test for correct alignment let slabs with 0 alignment through.
2009-08-17Implement slabpool:placement.Thomas Hellstrom1-0/+7
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
2009-04-08Fix valgrind warnings.Thomas Hellstrom1-2/+9
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
2009-03-05Fix a read of a freed memory address.Thomas Hellstrom1-2/+3
2009-03-02ordering problem in freeAlan Hourihane1-1/+1
2009-02-09Add a wsbmFenceCreateSig function. Bump minor.Thomas Hellstrom1-1/+3
Don't add an already signaled fence to a buffer object.
2009-02-06Fix a slabpool init issue.Thomas Hellstrom1-0/+2
2009-01-13Run indent and cleanfile.Thomas Hellstrom1-162/+157
2009-01-13Add copyright notice. Delete unused File.Thomas Hellstrom1-5/+6
2009-01-13Initial importThomas Hellstrom1-0/+1202