aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_fence.c
Commit message (Collapse)AuthorAgeFilesLines
* vc4: Move global seqno short-circuiting to vc4_wait_seqno().Eric Anholt2015-01-101-6/+0
| | | | Any other caller would want it, too.
* vc4: Fix referencing of sync objects.Eric Anholt2014-12-121-0/+1
| | | | | While the pipe_reference_* helpers set the pointer, a bare pipe_reference doesn't. Fixes 5 ARB_sync tests.
* vc4: Update for new kernel ABI with async execution and waits.Eric Anholt2014-11-201-0/+108
Our submits now return immediately and you have to manually wait for things to complete if you want to (like a normal driver).