summaryrefslogtreecommitdiff
path: root/src/virtio
Commit message (Expand)AuthorAgeFilesLines
* venus: bump ring space to 128KYiwei Zhang2023-05-161-1/+1
* ci/venus: add recent flakesDavid Heidelberg2023-05-161-0/+2
* venus: drop unused sem_feedback_count from vn_queue_bind_sparse_submit_batchDavid Heidelberg2023-05-151-8/+0
* venus: enable sparse binding propertiesJuston Li2023-05-091-4/+16
* venus: enable sparse binding featuresJuston Li2023-05-092-22/+29
* venus: add back sparse binding supportJuston Li2023-05-093-6/+233
* venus: add helper function support for VkBindSparseInfoJuston Li2023-05-091-36/+59
* venus: filter out queue familes with exclusive sparse binding supportJuston Li2023-05-091-1/+13
* vulkan: write beta extensions into generator scripts.Dave Airlie2023-05-041-0/+1
* venus: adopt venus protocol releaseYiwei Zhang2023-05-0310-302/+185
* venus: stop query experimental featuresYiwei Zhang2023-05-032-55/+0
* venus: use pipelineCacheUUID for shader cache idJuston Li2023-05-031-14/+4
* vulkan: introduce supported_features parameter to vk_physical_device_initConstantine Shablya2023-05-031-1/+1
* venus: fix the RHEL8 build by using syscall for gettidMarek Olšák2023-04-251-2/+3
* ci/deqp: Update to 1.3.5.1 and pull in additional bugfixes from main.Emma Anholt2023-04-251-0/+1
* llvmpipe: do late init for llvm builderMike Blumenkrantz2023-04-251-0/+5
* venus: forward ARM driverVersion for ANGLE workaroundsYiwei Zhang2023-04-111-1/+7
* venus: move exp feature init back to ring and remove unused functionYiwei Zhang2023-04-104-122/+11
* venus: requires ringMonitoringYiwei Zhang2023-04-101-11/+9
* venus: requires asyncRoundtripYiwei Zhang2023-04-104-80/+38
* venus: add VK_EXT_rasterization_order_attachment_access supportYiwei Zhang2023-04-072-0/+5
* venus: add VK_EXT_load_store_op_none supportYiwei Zhang2023-04-071-0/+1
* venus: sync latest protocol for layering extensionsYiwei Zhang2023-04-073-3/+198
* venus/ci: Only run one crosvm instanceCorentin Noël2023-03-315-7/+26
* venus: Enable VK_EXT_memory_budgetLina Versace2023-03-301-0/+23
* venus: Refactor vn_physical_device_init_memory_propertiesLina Versace2023-03-301-14/+11
* venus: Delete vn_renderer_info::has_cache_managementLina Versace2023-03-304-19/+15
* venus: Update protocol for VK_EXT_memory_budgetLina Versace2023-03-303-8/+206
* venus: re-use VN_DEBUG_NO_ABORT to disable ring monitoring abort()Ryan Neph2023-03-291-1/+1
* venus: check and configure new ringMonitoring featureRyan Neph2023-03-245-2/+95
* venus: update to latest protocol for ringMonitoringRyan Neph2023-03-243-3/+98
* venus: init exp features before ring init againRyan Neph2023-03-242-11/+78
* venus: set/check ring status bits independentlyRyan Neph2023-03-243-10/+15
* venus: add vn_relax_init/_fini()Ryan Neph2023-03-246-24/+72
* virgl: Enable AMD_vertex_shader_(layer|viewport_index) when host supports itGert Wollny2023-03-161-0/+2
* venus: make external fence and semaphore export asyncYiwei Zhang2023-03-141-14/+22
* venus: refactor to add vn_sync_payload_externalYiwei Zhang2023-03-142-28/+38
* venus: make common wsi bo submission asyncYiwei Zhang2023-03-141-12/+36
* venus: let vn_instance_submit_command track ring seqnoYiwei Zhang2023-03-143-12/+24
* venus: make vn_instance_wait_roundtrip asynchronousYiwei Zhang2023-03-141-11/+23
* venus: switch to use 64bit roundtrip seqnoYiwei Zhang2023-03-143-8/+10
* venus: sync to latest protocol for asyncRoundtripYiwei Zhang2023-03-143-1/+253
* ci: Re-enable some swrast testing using fd.o's shared runners for now.Emma Anholt2023-03-141-3/+1
* Revert "Revert "ci: disable mesa-swrast runner jobs""Mike Blumenkrantz2023-03-101-1/+1
* Revert "ci: disable mesa-swrast runner jobs"Emma Anholt2023-03-101-1/+1
* ci: disable mesa-swrast runner jobsDavid Heidelberg2023-03-091-1/+1
* venus: revert back the warn orderYiwei Zhang2023-03-071-4/+4
* venus: vn_relax to abort on ring fatal status upon warn orderYiwei Zhang2023-03-073-1/+15
* venus: propagate vn_ring to vn_relaxYiwei Zhang2023-03-075-11/+17
* venus: abort ring submit when ring is in fatal statusYiwei Zhang2023-03-071-6/+8