mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 21:18:26 +02:00
Fixes this error during Shader.cpp build: ..\src\util/format/u_formats.h(33): fatal error C1083: Cannot open include file: 'util/format/u_format_gen.h': No such file or directory Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37316> |
||
|---|---|---|
| .. | ||
| 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/d3d10umd/README.md for further details.