Skip to content

WIP: vkr: use generated proc tables

Chia-I Wu requested to merge olv/virglrenderer:vkr-proc-table into master

As we start adding extensions, it becomes obvious we want to generate more code. This is the first step to generate the code to initialize driver dispatch tables using vkGetDeviceProcAddr / vkInstanceDeviceProcAddr.

This is untested and is wip. @rakko has also started https://gitlab.freedesktop.org/rakko/virglrenderer/-/commits/update-venus-protocol. We might want to land that first which also gives us ideas what to generate.

/cc @zzyiwei @ryanneph

Merge request reports