replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
[mesa.git] / src / gallium / drivers / vc4 / vc4_fence.c
2020-06-18 Eric Engestromreplace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2018-08-08 Eric Anholtvc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
2018-08-07 Eric Anholtvc4: Fix context creation when syncobjs aren't supported.
2018-05-17 Stefan Schakebroadcom/vc4: Native fence fd support
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-14 Eric Anholtvc4: Add perf debug for when we wait on BOs.
2015-07-05 Marek Olšákgallium: remove redundant pipe_context::fence_signalled
2015-01-10 Eric Anholtvc4: Move global seqno short-circuiting to vc4_wait_seq...
2014-12-12 Eric Anholtvc4: Fix referencing of sync objects.
2014-11-20 Eric Anholtvc4: Update for new kernel ABI with async execution...