Vmwgfx: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
and doc with tips on how-to build your own: | and doc with tips on how-to build your own: | ||
https://docs.mesa3d.org/drivers/svga3d.html | https://docs.mesa3d.org/drivers/svga3d.html | ||
In 2010 I wrote this on my internal wiki [Building Gallium3D] |
Revision as of 10:54, 2 November 2021
vmwgfx
3D accelerated graphics in Linux
This driver is nowadays part of the linux kernel, see:
https://github.com/torvalds/linux/tree/master/drivers/gpu/drm/vmwgfx
Before it was at freedesktop:
https://gitlab.freedesktop.org/mesa/vmwgfx
older https://cgit.freedesktop.org/mesa/vmwgfx
and doc with tips on how-to build your own: https://docs.mesa3d.org/drivers/svga3d.html
In 2010 I wrote this on my internal wiki [Building Gallium3D]