Module: Mesa Branch: main Commit: 4311d442606234f69a2e52f5d1311e2a183e9c6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4311d442606234f69a2e52f5d1311e2a183e9c6c
Author: Ming Li <[email protected]> Date: Sat Jun 25 20:38:54 2022 +0000 docs: Add d3d10umd and lavapipe to the doc for the gallium frontends. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17243> --- docs/sourcetree.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sourcetree.rst b/docs/sourcetree.rst index 2ca555dbf82..b8dbab4f610 100644 --- a/docs/sourcetree.rst +++ b/docs/sourcetree.rst @@ -136,9 +136,11 @@ each directory. device drivers - **clover** - OpenCL frontend + - **d3d10umd** - D3D10 frontend for Windows only. It's similar to Microsoft WARP, but using llvmpipe/softpipe. - **dri** - Meta frontend for DRI drivers, see mesa/state_tracker - **glx** - Meta frontend for GLX - **hgl** - Haiku OpenGL + - **lavapipe** - Vulkan frontend, software Vulkan rasterizer using llvmpipe. - **nine** - D3D9 frontend, see targets/d3dadapter9 - **omx** - OpenMAX Bellagio frontend - **osmesa** - Off-screen OpenGL rendering library
