Lines Matching +full:gallium +full:- +full:nine
1 Gallium Nine
4 The Gallium frontend, which implements Direct3D 9.
6 Nine implements the full IDirect3DDevice9 COM interface and a custom COM interface called ID3DAdapt…
9 Gallium Nine is commonly used in conjunction with `Wine <https://www.winehq.org/>`_.
10 `Gallium Nine Standalone <https://github.com/iXit/wine-nine-standalone>`_ is the standalone version…
11 Aside from Wine, Gallium Nine works well with `Box86 <https://ptitseb.github.io/box86/>`_.
12 Can be used via `Zink <https://www.supergoodcode.com/to-the-nines/>`_ even on the `Vulkan API <http…
16 …ests, demos, and more details, you can see `this repository <https://github.com/iXit/nine-tests>`_.
19 -----
21 Beware: Most Direct3D games are 32-bit, and thus need a 32-bit version of Mesa.
23 .. code-block:: console
26 -D gallium-nine=true \
27 -D dri3=true \
31 -----
33 You need to point wine-nine-standalone to the location of ``d3dadapter9.so``.
37 - compile Wine Nine Standalone with ``D3D9NINE_MODULEPATH`` pointing to your local library
38 - set ModulePath of Software\Wine\Direct3DNine in the wine registers
39 - ``$ D3D_MODULE_PATH="$MESA_INSTALLDIR/lib/d3d/d3dadapter9.so" wine ...``
42 ---
46 .. code-block:: console