vulkan,anv: Add a common base object type for VkDevice
[mesa.git] / src / intel / vulkan / anv_queue.c
2020-05-04 Jason Ekstrandvulkan,anv: Add a common base object type for VkDevice
2020-02-06 Jason Ekstrandanv: No-op submit and wait calls when no_hw is set
2020-01-20 Jason Ekstrandanv: Take an anv_device in vk_errorf
2020-01-20 Jason Ekstrandanv: Add an anv_physical_device field to anv_device
2020-01-15 Iván Brianoanv: Enable Vulkan 1.2 support
2020-01-08 Lionel Landwerlinanv: don't close invalid syncfd semaphore
2019-12-12 Lionel Landwerlinanv: fix assumptions about temporary fence payload
2019-12-12 Lionel Landwerlinanv: fix fence underlying primitive checks
2019-12-11 Jason Ekstrandanv: Flush the queue on DeviceWaitIdle
2019-12-06 Jason Ekstrandanv: Use BO fences/semaphores for AcquireNextImage
2019-12-06 Jason Ekstrandanv: Add a fence_reset_reset_temporary helper
2019-12-06 Jason Ekstrandanv: Use submit-time implicit sync instead of allocate...
2019-12-05 Jason Ekstrandanv: Add allocator support for client-visible addresses
2019-12-05 Jason Ekstrandanv: Add an explicit_address parameter to anv_device_al...
2019-11-11 Lionel Landwerlinanv: implement VK_KHR_timeline_semaphore
2019-11-11 Jason Ekstrandanv: Plumb timeline semaphore signal/wait values throug...
2019-11-11 Jason Ekstrandanv: Lock around fetching sync file FDs from semaphores
2019-11-11 Lionel Landwerlinanv: prepare the driver for delayed submissions
2019-11-11 Lionel Landwerlinanv: refcount semaphores
2019-11-11 Lionel Landwerlinanv: prepare driver to report submission error through...
2019-11-11 Lionel Landwerlinanv: allow NULL batch parameter to anv_queue_submit_sim...
2019-11-11 Lionel Landwerlinanv: move queue init/finish to anv_queue.c
2019-11-11 Lionel Landwerlinanv: expose timeout helpers outside of anv_queue.c
2019-10-31 Jason Ekstrandanv: Allocate batch and fence buffers from the cache
2019-10-31 Jason Ekstrandanv: Rework the internal BO allocation API
2019-10-31 Jason Ekstrandanv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
2019-08-08 Greg Vanv: remove unused Linux-specific include
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-06-20 Lionel Landwerlinanv: only resort to sync fds internally with no syncobj...
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-02 Lionel Landwerlinanv: add support for INTEL_DEBUG=bat
2019-01-08 Eric Engestromanv: drop unneeded KHR suffix
2018-11-23 Tapani Pällianv: allow exporting an imported SYNC_FD semaphore...
2018-10-27 Jason Ekstrandanv: Use absolute timeouts in wait_for_bo_fences
2018-10-27 Jason Ekstrandanv: Flag semaphore BOs as external
2018-10-26 Jason Ekstrandanv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lost
2018-10-26 Jason Ekstrandanv: Add helpers for setting/checking device lost
2018-10-24 Eric Engestromanv: move variable to proper scope and mark as MAYBE_UNUSED
2018-06-23 Keith Packardanv: add VK_EXT_display_control to anv driver [v5]
2018-06-23 Keith Packardanv: Support wait for heterogeneous list of fences...
2018-06-07 Jason Ekstrandanv: Set fence/semaphore types to NONE in impl_cleanup
2018-06-01 Jason Ekstrandanv: Assert that the kernel leaves pinned BO addresses...
2018-06-01 Scott D Phillipsanv: Soft-pin batch buffers
2018-06-01 Jason Ekstrandanv/allocator: Set the BO flags in bo_cache_alloc/import
2018-03-07 Jason EkstrandGet rid of a bunch of KHR suffixes
2018-03-07 Jason Ekstrandanv: Add version 1.1.0 but leave it disabled
2018-02-27 Jordan Justenintel/vulkan: Support INTEL_NO_HW environment variable
2017-10-18 Chad Versaceanv: Move size check from anv_bo_cache_import() to...
2017-10-17 Chad Versaceanv: Move close(fd) from anv_bo_cache_import to its...
2017-09-12 Tapani Pällianv: wire up vk_errorf macro to do debug reporting
2017-08-31 Tapani Pällianv: fix build errors on android
2017-08-29 Jason Ekstrandanv: Add support for the SYNC_FD handle type for fences
2017-08-29 Jason Ekstrandanv: Implement VK_KHR_external_fence
2017-08-29 Jason Ekstrandanv: Use DRM sync objects to back fences whenever possible
2017-08-29 Jason Ekstrandanv/gem: Add a flags parameter to syncobj_create
2017-08-29 Jason Ekstrandanv: Rename anv_fence_state to anv_bo_fence_state
2017-08-29 Jason Ekstrandanv: Pull the guts of anv_fence into anv_fence_impl
2017-08-29 Jason Ekstrandanv: Rework fences to work more like BO semaphores
2017-08-29 Jason Ekstrandanv/queue: Allow temporary import of SYNC_FD semaphores
2017-08-16 Jason Ekstrandanv: Use DRM sync objects for external semaphores when...
2017-08-16 Jason Ekstrandanv: Implement support for exporting semaphores as...
2017-08-16 Jason Ekstrandanv: Submit a dummy batch when only semaphores are...
2017-08-16 Jason Ekstrandanv: Add a basic implementation of VK_KHX_external_sema...
2017-07-15 Jason Ekstrandanv: Drop support for VK_KHX_external_semaphore_*
2017-07-10 Kenneth Graunkeintel: Move clflush helpers from anv to common/gen_clfl...
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-05-23 Jason Ekstrandanv: Stop setting BO flags in bo_init_new
2017-05-18 Jason Ekstrandanv: Wrap the device lost error in vk_error in QueueSubmit
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_fd
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_capabilities
2017-05-03 Jason Ekstrandanv: Add a real semaphore struct
2017-04-28 Jason Ekstrandanv: Move queues, events, and semaphores to their own...