aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/dri/nouveau/nouveau_fence.c
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: use saved fence pointer, not head of unsignalled listBen Skeggs2008-03-211-2/+1
| | | | | It's possible for the unsignalled list head to change during fence_flush. Fixes valgrind complaint exposed by a previous commit.
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+215
That was... fun..