summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_fence.c
AgeCommit message (Collapse)Author
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
So that they don't have the driver-specific param and return type.
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
This is a follow-up to the ARB_sync patch for st/mesa and completes the ARB_sync implementation.
2010-03-11softpipe: Dummy fence functions.José Fonseca