summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/dri/nouveau/nouveau_fence.c
AgeCommit message (Collapse)Author
2008-03-21nouveau: use saved fence pointer, not head of unsignalled listBen Skeggs
It's possible for the unsignalled list head to change during fence_flush. Fixes valgrind complaint exposed by a previous commit.
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
That was... fun..