protonscr

Star Wars Empire at War unhandled opcode: TexM3x2Depth

dxvkclosed feature setd3d9
doitsujin/dxvk#4634 · opened 2025-01-21 by Blisto91 · updated 2026-06-17 · 1 comments · github
BBlisto91 2025-01-21 github

Issue for the warning shown in logs when starting Star Wars Empire at War as it was of interest.

warn:  DxsoCompiler::processInstruction: unhandled opcode: TexM3x2Depth
warn:  DxsoCompiler::processInstruction: unhandled opcode: TexM3x2Depth

Software information

STAR WARS Empire at War - Gold Pack

System information

  • GPU: Arc b580
  • Wine version: Proton Bleeding Edge

Log files

StarWarsG_d3d9.log

WWinterSnowfall 2025-01-21 github

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/texm3x2depth---ps

A PS 1.3 only thing. Seems it's linked to texm3x2pad, but both can be implemented in bulk, I guess. Doesn't look anything like texdepth, which we do currently handle and is PS 1.4 specific.

Nothing extracted yet.