mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 08:08:09 +02:00
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Acked-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19861> |
||
|---|---|---|
| .. | ||
| Adapter.cpp | ||
| D3DKMT.cpp | ||
| Debug.cpp | ||
| Debug.h | ||
| Device.cpp | ||
| Device.h | ||
| Draw.cpp | ||
| Draw.h | ||
| DriverIncludes.h | ||
| DxgiFns.cpp | ||
| DxgiFns.h | ||
| Format.cpp | ||
| Format.h | ||
| InputAssembly.cpp | ||
| InputAssembly.h | ||
| meson.build | ||
| OutputMerger.cpp | ||
| OutputMerger.h | ||
| Query.cpp | ||
| Query.h | ||
| Rasterizer.cpp | ||
| Rasterizer.h | ||
| README.md | ||
| Resource.cpp | ||
| Resource.h | ||
| Shader.cpp | ||
| Shader.h | ||
| ShaderDump.cpp | ||
| ShaderDump.h | ||
| ShaderParse.c | ||
| ShaderParse.h | ||
| ShaderTGSI.c | ||
| State.h | ||
This directory has a Gallium state tracker for D3D10 UMD DDI.
It still uses TGSI, not not NIR.
Currently it only supports SW rasterizers. See src/gallium/targets/d3d10sw/README.md for further details.