Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Star Wars Empire at War unhandled opcode: TexM3x2Depth #4634

Open
Blisto91 opened this issue Jan 21, 2025 · 1 comment
Open

Star Wars Empire at War unhandled opcode: TexM3x2Depth #4634

Blisto91 opened this issue Jan 21, 2025 · 1 comment

Comments

@Blisto91
Copy link
Contributor

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

@WinterSnowfall
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants