]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: set host DRI driver path for all instances of virgl usage
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 6 May 2020 19:01:02 +0000 (21:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2020 11:11:03 +0000 (12:11 +0100)
commit2125920828eba7bab1afc977d5e9bccb124078e5
tree7cdc711217c6dffe9218b434636b814edbe6873e
parent3acc1e5d5bce4e229801c9d66391e007390fb373
runqemu: set host DRI driver path for all instances of virgl usage

Falling through to host GL stack via epoxy chrpath hack was
found to be problematic in case of SDL particularly (because it does
not actually use epoxy, and does its own dlopen()).

So let's just use the mesa-native libraries everywhere, but instruct
them to load DRI drivers from the host.

NVidia's proprietary blob users have to take care of themselves, I'm afraid.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu