turnip: Move remaining drm code to tu_drm.c
[mesa.git] / src / freedreno / vulkan / tu_device.c
2019-04-30 Eric Engestromturnip: update to use the new features struct names
2019-04-26 Emil Velikovturnip: drop dead close(master_fd)
2019-03-11 Chia-I Wuturnip: preliminary support for Wayland WSI
2019-03-11 Chad Versaceturnip: Use Vulkan 1.1 names instead of KHR
2019-03-11 Chia-I Wuturnip: preliminary support for shader modules
2019-03-11 Chia-I Wuturnip: mark IBs for dumping
2019-03-11 Bas Nieuwenhuizenturnip: Add buffer memory binding.
2019-03-11 Chia-I Wuturnip: preliminary support for fences
2019-03-11 Chia-I Wuturnip: add support for VK_KHR_external_memory_{fd...
2019-03-11 Chia-I Wuturnip: add functions to import/export prime fd
2019-03-11 Chia-I Wuturnip: preliminary support for tu_GetRenderAreaGranularity
2019-03-11 Chia-I Wuturnip: preliminary support for tu_BindImageMemory2
2019-03-11 Chia-I Wuturnip: add cmdbuf->bo_list to bo_list in queue submit
2019-03-11 Chia-I Wuturnip: build drm_msm_gem_submit_bo array directly
2019-03-11 Chia-I Wuturnip: run sed and clang-format on tu_cs
2019-03-11 Kristian H. Kristensenturnip: Only get bo offset when we need to mmap
2019-03-11 Chia-I Wuturnip: preliminary support for tu_QueueWaitIdle
2019-03-11 Chia-I Wuturnip: add wrappers around DRM_MSM_SUBMITQUEUE_*
2019-03-11 Chia-I Wuturnip: add wrappers around DRM_MSM_GET_PARAM
2019-03-11 Chia-I Wuturnip: remove unnecessary libfreedreno_drm dep
2019-03-11 Chia-I Wuturnip: use msm_drm.h from inc_freedreno
2019-03-11 Bas Nieuwenhuizenturnip: Shorten primary_cmd_stream name.
2019-03-11 Bas Nieuwenhuizenturnip: Implement submission.
2019-03-11 Bas Nieuwenhuizenturnip: Add msm queue support.
2019-03-11 Bas Nieuwenhuizenturnip: Implement some UUIDs.
2019-03-11 Chia-I Wuturnip: add .clang-format
2019-03-11 Bas Nieuwenhuizenturnip: Implement pipe-less param query.
2019-03-11 Bas Nieuwenhuizenturnip: Stop hardcoding the msm version check.
2019-03-11 Bas Nieuwenhuizenturnip: Fix memory mapping.
2019-03-11 Bas Nieuwenhuizenturnip: Fix bo allocation after we stopped using libdrm...
2019-03-11 Bas Nieuwenhuizenturnip: Add 630 to the list.
2019-03-11 Chad Versaceturnip: Fix 'unused' warnings
2019-03-11 Chad Versaceturnip: Replace fd_bo with tu_bo
2019-03-11 Chad Versaceturnip: Use vk_errorf() for initialization error messages
2019-03-11 Chad Versaceturnip: Require DRM device version >= 1.3
2019-03-11 Chad Versaceturnip: Fix indentation
2019-03-11 Chad Versaceturnip: Fix a real -Wmaybe-uninitialized
2019-03-11 Chad Versaceturnip: Use vk_outarray in all relevant public functions
2019-03-11 Chad Versaceturnip: Fix result of vkEnumerate*ExtensionProperties
2019-03-11 Chad Versaceturnip: Fix result of vkEnumerate*LayerProperties
2019-03-11 Chad Versaceturnip: Fix indentation in function signatures
2019-03-11 Bas Nieuwenhuizenturnip: Disable more features.
2019-03-11 Bas Nieuwenhuizenturnip: Initialize memory type in requirements.
2019-03-11 Bas Nieuwenhuizenturnip: Cargo cult the Intel heap size functionality.
2019-03-11 Bas Nieuwenhuizenturnip: Report a memory type and heap.
2019-03-11 Bas Nieuwenhuizenturnip: Add buffer allocation & mapping support.
2019-03-11 Bas Nieuwenhuizenturnip: Fix newly introduced warning.
2019-03-11 Bas Nieuwenhuizenturnip: Remove abort.
2019-03-11 Bas Nieuwenhuizenturnip: Gather some device info.
2019-03-11 Bas Nieuwenhuizenturnip: Fix up detection of device.
2019-03-11 Bas Nieuwenhuizenturnip: Add driver skeleton (v2)