aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_queue.c
Commit message (Expand)AuthorAgeFilesLines
* anv: garbage collect timeline semaphore when querying valueLionel Landwerlin2020-07-061-0/+1
* anv: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+3
* anv: Implement VK_KHR_performance_queryLionel Landwerlin2020-05-201-7/+14
* anv: Fix deadlock in anv_timelines_waitDanylo Piliaiev2020-05-141-1/+2
* anv: Translate relative timeout to absolute when calling anv_timelines_waitDanylo Piliaiev2020-05-141-1/+1
* vulkan,anv: Add a base object struct typeJason Ekstrand2020-05-041-1/+9
* vulkan,anv: Add a common base object type for VkDeviceJason Ekstrand2020-05-041-20/+20
* anv: No-op submit and wait calls when no_hw is setJason Ekstrand2020-02-061-0/+12
* anv: Take an anv_device in vk_errorfJason Ekstrand2020-01-201-4/+2
* anv: Add an anv_physical_device field to anv_deviceJason Ekstrand2020-01-201-7/+7
* anv: Enable Vulkan 1.2 supportIván Briano2020-01-151-3/+3
* anv: don't close invalid syncfd semaphoreLionel Landwerlin2020-01-081-1/+2
* anv: fix assumptions about temporary fence payloadLionel Landwerlin2019-12-121-9/+14
* anv: fix fence underlying primitive checksLionel Landwerlin2019-12-121-3/+13
* anv: Flush the queue on DeviceWaitIdleJason Ekstrand2019-12-111-3/+16
* anv: Use BO fences/semaphores for AcquireNextImageJason Ekstrand2019-12-061-7/+24
* anv: Add a fence_reset_reset_temporary helperJason Ekstrand2019-12-061-2/+11
* anv: Use submit-time implicit sync instead of allocate-timeJason Ekstrand2019-12-061-2/+18
* anv: Add allocator support for client-visible addressesJason Ekstrand2019-12-051-0/+1
* anv: Add an explicit_address parameter to anv_device_alloc_boJason Ekstrand2019-12-051-0/+3
* anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin2019-11-111-41/+644
* anv: Plumb timeline semaphore signal/wait values through from the APIJason Ekstrand2019-11-111-3/+20
* anv: Lock around fetching sync file FDs from semaphoresJason Ekstrand2019-11-111-13/+26
* anv: prepare the driver for delayed submissionsLionel Landwerlin2019-11-111-109/+465
* anv: refcount semaphoresLionel Landwerlin2019-11-111-6/+24
* anv: prepare driver to report submission error through queuesLionel Landwerlin2019-11-111-11/+16
* anv: allow NULL batch parameter to anv_queue_submit_simple_batchLionel Landwerlin2019-11-111-9/+15
* anv: move queue init/finish to anv_queue.cLionel Landwerlin2019-11-111-0/+15
* anv: expose timeout helpers outside of anv_queue.cLionel Landwerlin2019-11-111-50/+46
* anv: Allocate batch and fence buffers from the cacheJason Ekstrand2019-10-311-18/+19
* anv: Rework the internal BO allocation APIJason Ekstrand2019-10-311-10/+11
* anv: Replace ANV_BO_EXTERNAL with anv_bo::is_externalJason Ekstrand2019-10-311-2/+3
* anv: remove unused Linux-specific includeGreg V2019-08-081-1/+0
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* anv: only resort to sync fds internally with no syncobj supportLionel Landwerlin2019-06-201-8/+37
* intel/decoders: handle decoding MI_BBS from ringLionel Landwerlin2019-03-071-1/+1
* anv: add support for INTEL_DEBUG=batLionel Landwerlin2019-03-021-0/+3
* anv: drop unneeded KHR suffixEric Engestrom2019-01-081-7/+7
* anv: allow exporting an imported SYNC_FD semaphore typeTapani Pälli2018-11-231-1/+2
* anv: Use absolute timeouts in wait_for_bo_fencesJason Ekstrand2018-10-271-42/+30
* anv: Flag semaphore BOs as externalJason Ekstrand2018-10-271-2/+3
* anv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lostJason Ekstrand2018-10-261-12/+4
* anv: Add helpers for setting/checking device lostJason Ekstrand2018-10-261-7/+7
* anv: move variable to proper scope and mark as MAYBE_UNUSEDEric Engestrom2018-10-241-2/+1
* anv: add VK_EXT_display_control to anv driver [v5]Keith Packard2018-06-231-0/+18
* anv: Support wait for heterogeneous list of fences [v3]Keith Packard2018-06-231-18/+90
* anv: Set fence/semaphore types to NONE in impl_cleanupJason Ekstrand2018-06-071-13/+16
* anv: Assert that the kernel leaves pinned BO addresses aloneJason Ekstrand2018-06-011-1/+4
* anv: Soft-pin batch buffersScott D Phillips2018-06-011-1/+1
* anv/allocator: Set the BO flags in bo_cache_alloc/importJason Ekstrand2018-06-011-2/+3