gallium: add type parameter to create_fence_fd
[mesa.git] / src / gallium / drivers / radeonsi / si_fence.c
2018-01-30 Andres Rodriguezgallium: add type parameter to create_fence_fd
2018-01-26 Bas Nieuwenhuizenradeonsi: Export signalled sync file instead of -1.
2018-01-04 Bas Nieuwenhuizenac: rename has_sync_file to has_fence_to_handle.
2017-12-06 Marek Olšákradeonsi: use a separate allocator for fine fences
2017-11-29 Marek Olšákr300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FL...
2017-11-29 Marek Olšákradeonsi: remove r600_common_screen
2017-11-28 Nicolai Hähnleradeonsi: check that we don't leak fine.buf references
2017-11-26 Nicolai Hähnleradeonsi: try flushing unflushed fences in si_fence_fin...
2017-11-20 Nicolai Hähnlegallium/u_threaded: avoid syncing in threaded_context_flush
2017-11-20 Nicolai Hähnleradeonsi: avoid syncing the driver thread in si_fence_f...
2017-11-20 Nicolai Hähnleradeonsi: recompute the relative timeout after waiting...
2017-11-09 Nicolai Hähnleradeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE
2017-11-09 Nicolai Hähnleradeonsi: document some subtle details of fence_finish...
2017-11-09 Nicolai Hähnlegallium/u_threaded: implement asynchronous flushes
2017-11-09 Nicolai Hähnleradeonsi: move fence functions to si_fence.c