Harambae libdrm_nouveau shim announcement #274
YusufKhan-gamedev
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
If someone were to open up |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ive been writting a libdrm_nouveau shim(nouveau emulator) for ogk called Harambae.
Heres the gitlab page https://gitlab.freedesktop.org/YusufKhan-gamedev/haramabe
It is a COMPLETELY UNTESTED driver, I do have a tu100 that wouldve been able to test it if it wasnt for #116
This has a ~0.1% chance of actually working, pushbufs are DEFINITELY broken and this may not even load nouveau.
This also requires a patched version of Mesa: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16766
To install you just clone the harambae sources and run
meson builddir/ -Dnvidia=true
andsudo ninja -C builddir install
As mentioned you need a patched version of mesa so just clone mesa and switch to my branch then follow the mesa build
guide.
This most likely will NOT WORK 0.1% chance of anything working. If you have an ampere gpu there was mesa support added yesterday so it might also work?!?!?!
If you want to contribute go into the nouveau/ directory on harambae and run
git grep XXX
to see what needs to be done.If you need help on your contributions or need something explained to you then go on oftc irc's #nouveau channel and log
in with NickServ.
Also if it works on anything...your using most likely your using llvmpipe so check!
There are also plans to get this up into an upstream winsys later on...
Beta Was this translation helpful? Give feedback.
All reactions