From d8f31e9428a3586af9e7d806f68f39c4e056c435 Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Sun, 20 Mar 2022 14:36:58 +0100 Subject: [PATCH] docs: explain how to use Nine with local build --- docs/install.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index ca14e6f7b9d5..3efa7c5844f7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -164,6 +164,15 @@ OpenCL Unlike Vulkan, OpenCL takes a path to the whole ``vendors`` folder and will enumerate any drivers found there. +Gallium Nine +~~~~~~~~~~~~ + +.. code-block:: console + + D3D_MODULE_PATH="$MESA_INSTALLDIR/lib/d3d/d3dadapter9.so" wine ninewinecfg + +For 32bit application (most D3D9 games are 32bit) you're gonna need to build 32bit version of mesa. + Troubleshooting local builds ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- GitLab