• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Feb-2022-

Adapter.cppH A D09-Feb-20226.7 KiB275133

D3DKMT.cppH A D09-Feb-202216.6 KiB729542

Debug.cppH A D09-Feb-20221.6 KiB8259

Debug.hH A D09-Feb-20221.2 KiB7344

Device.cppH A D09-Feb-202220.3 KiB544327

Device.hH A D09-Feb-20221.8 KiB458

Draw.cppH A D09-Feb-202210 KiB344195

Draw.hH A D09-Feb-20222.1 KiB5314

DriverIncludes.hH A D09-Feb-20222.1 KiB6620

Dxgi.cppH A D09-Feb-202210.1 KiB375195

Dxgi.hH A D09-Feb-20221.9 KiB4711

Format.cppH A D09-Feb-202212.6 KiB390330

Format.hH A D09-Feb-20221.6 KiB468

InputAssembly.cppH A D09-Feb-202211.4 KiB371209

InputAssembly.hH A D09-Feb-20222.7 KiB6423

OutputMerger.cppH A D09-Feb-202233.3 KiB999582

OutputMerger.hH A D09-Feb-20224.8 KiB11561

Query.cppH A D09-Feb-202213.7 KiB455241

Query.hH A D09-Feb-20223.1 KiB7731

README.mdH A D09-Feb-2022204 74

Rasterizer.cppH A D09-Feb-20229.2 KiB288152

Rasterizer.hH A D09-Feb-20222.4 KiB6322

Resource.cppH A D09-Feb-202228.7 KiB881557

Resource.hH A D09-Feb-20223.8 KiB9446

Shader.cppH A D09-Feb-202245.4 KiB1,415790

Shader.hH A D09-Feb-20227.2 KiB16598

ShaderDump.cppH A D09-Feb-20222.1 KiB7329

ShaderDump.hH A D09-Feb-20221.6 KiB5113

ShaderParse.cH A D09-Feb-202224.9 KiB611473

ShaderParse.hH A D09-Feb-20224.6 KiB184117

ShaderTGSI.cH A D09-Feb-202287 KiB2,3031,891

State.hH A D09-Feb-20229.1 KiB412277

d3d10_sw.defH A D09-Feb-20221.4 KiB5453

meson.buildH A D09-Feb-2022733 3632

README.md

1This directory has a Gallium state tracker for D3D10 UMD DDI.
2
3It still uses TGSI, not not NIR.
4
5Currently it only supports SW rasterizers.  See
6src/gallium/targets/d3d10sw/README.md for further details.
7