Skip to content

vkr: handle queue creation failures

Yiwei Zhang requested to merge zzyiwei/virglrenderer:queue-cleanup into master
  1. let queue creation respect queue flags so that protected queue(if supported later) can have an indpendent queue created
  2. continued refactoring vkr_queue to use track_head
  3. a tiny device creation refactoring preparing for the next commit
  4. move queue creation from GetDeviceQueue(2) into device creation

TEST: dEQP-VK.api.* and tested with actual apps in arcvm

(to be noted, I'll fix the local global fencing patch along with another bug fix)

/cc @olv @ryanneph

Edited by Yiwei Zhang

Merge request reports