summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr/swr_fence.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-16gallium/swr: Fix multi-context sync fence deadlock.Bruce Cherniak1-1/+3
2018-03-14sched.h needs to be imported on Darwin/OSX targets.Apple SWE1-0/+4
2018-03-14Revert "sched.h needs to be imported on Darwin/OSX targets."Dylan Baker1-4/+0
2018-03-13sched.h needs to be imported on Darwin/OSX targets.Apple SWE1-0/+4
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+1
2017-07-11swr: switch to using SwrGetInterface api tableTim Rowley1-1/+1
2016-12-16swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak1-3/+11
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-0/+1
2016-05-05swr: Remove stall waiting for core query counters.Bruce Cherniak1-6/+0
2016-03-14gallium/swr: Resource managementBruce Cherniak1-11/+18
2016-03-07gallium/swr: remove use of UINT64 from swr_fenceTim Rowley1-2/+2
2016-03-02gallium/swr: add OpenSWR driverTim Rowley1-0/+143