From 4311d442606234f69a2e52f5d1311e2a183e9c6c Mon Sep 17 00:00:00 2001 From: Ming Li Date: Sat, 25 Jun 2022 20:38:54 +0000 Subject: [PATCH] docs: Add d3d10umd and lavapipe to the doc for the gallium frontends. Part-of: --- 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