summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_fence.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-18nouveau: remove always false argument in nouveau_fence_new()Emil Velikov1-2/+1
2015-11-07nouveau: avoid queueing too much work onto a single fenceIlia Mirkin1-0/+1
2015-11-05nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin1-1/+3
2015-09-28nouveau: be more careful about freeing temporary transfer buffersIlia Mirkin1-0/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-7/+7
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-1/+1
2011-10-09nouveau: fix fence hangMarcin Slusarz1-3/+4
2011-03-01nouveau: fix fence_ref() where fence and *ref are the same fenceBen Skeggs1-2/+3
2011-03-01nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs1-0/+58