summaryrefslogtreecommitdiff
path: root/src/vkr_renderer.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-30vkr: move to a subdirectoryChia-I Wu1-5098/+0
2021-07-30vkr: destroy device level objects at vkr_device_destroyYiwei Zhang1-1/+121
2021-07-30vkr: vkr_device to track device level objectsYiwei Zhang1-2/+31
2021-07-29vkr: destroy vkr_device at vkr_physical_device_destroyYiwei Zhang1-11/+24
2021-07-29vkr: vkr_physical_device to track vkr_device with vkr_object::track_headYiwei Zhang1-2/+10
2021-07-29vkr: refactor to add vkr_physical_device_destroyYiwei Zhang1-3/+11
2021-07-29fYiwei Zhang1-1/+3
2021-07-29vkr: destroy vkr_instance at vkr_context_destroyYiwei Zhang1-19/+31
2021-07-29vkr: wait for device idle before device destructionYiwei Zhang1-2/+6
2021-07-28vkr: set VkResult for vkFreeDescriptorSetsChia-I Wu1-0/+2
2021-07-27vkr: add CREATE_PIPELINE_ARRAYYiwei Zhang1-54/+32
2021-07-27vkr: add FREE_OBJECT_ARRAYYiwei Zhang1-46/+30
2021-07-27vkr: add ALLOCATE_OBJECT_ARRAYYiwei Zhang1-77/+53
2021-07-21vkr: check decoder status before decodingChia-I Wu1-1/+4
2021-07-13vkr: do not force chaining external image info when tiling is optimalYiwei Zhang1-1/+5
2021-07-12vkr: fix some null dereferencesChia-I Wu1-3/+44
2021-07-12vkr: add VKR_RENDERER_ASYNC_FENCE_CBChia-I Wu1-4/+61
2021-07-12vkr: add vkr_device_alloc_queue_syncChia-I Wu1-33/+53
2021-07-12vkr: remove vkr_queue:has_threadChia-I Wu1-6/+4
2021-07-12vkr: add vkr_queue::contextChia-I Wu1-3/+4
2021-07-01vkr: add a meson option to enable the validation layerChia-I Wu1-2/+9
2021-07-01vkr: add VKR_CONTEXT_VALIDATE_FULLChia-I Wu1-6/+25
2021-07-01vkr: add vkr_context::validate_fatalChia-I Wu1-3/+2
2021-06-11vkr: make internal fences exportableChia-I Wu1-2/+25
2021-06-08vkr: forward the host renderer hardware infoYiwei Zhang1-4/+0
2021-06-03vkr: return dma_buf allocation size in vkGetMemoryResourcePropertiesMESAYiwei Zhang1-4/+40
2021-06-01vkr: set the names for the queue threads and ring threadsChia-I Wu1-0/+7
2021-05-15vkr: bad resource should be fatalChia-I Wu1-5/+7
2021-05-14vkr: fix external memory validation errorsChia-I Wu1-21/+57
2021-04-28vkr: advertise external memory extensionsChia-I Wu1-0/+2
2021-04-28vkr: allow vkGetPhysicalDeviceExternal*PropertiesChia-I Wu1-3/+37
2021-04-28vkr: add support for VKR_DEBUGChia-I Wu1-1/+18
2021-04-28vkr: add vkr_context::validate_levelChia-I Wu1-0/+107
2021-04-28vkr: enabledLayerCount must be 0Chia-I Wu1-0/+5
2021-04-28vkr: minor cleanup to vkCreateInstance dispatchChia-I Wu1-13/+14
2021-04-20vkr: format with clang-formatChia-I Wu1-608/+1007
2021-04-16vkr: use virgl_resource_export_fd to get fd and typeYiwei Zhang1-2/+6
2021-04-14vkr: implement dma_buf fd import and properties queryYiwei Zhang1-0/+99
2021-04-05virgl: add support for venus rendererChia-I Wu1-7/+0
2021-04-05vkr: add experimental venus rendererChia-I Wu1-0/+4052