search for: dx9c

Displaying 2 results from an estimated 2 matches for "dx9c".

Did you mean: 0x9c
2008 Apr 09
3
wine 0.59 D3D problem
hello i'm the PES2008 appdb maintainer, i'm running under uptodate kubuntu 8.04 I've upgraded wine to version 0.59, then reinstall everything from dx9C to all my usual tweak but i can't succes at dxdiag d3d tests and i can't launch PES2008 Is there any regression known ? I join my game konsole output [Image: http://www.chourmovs.power-heberg.com/images/capture4.png ]
2008 Feb 09
0
Is wine reporting the right value for MaxVertexBlendMatrices ?
...pability may vary across Direct3D devices depending on the parameters supplied to IDirect3D9::CreateDevice." At the moment is set in wine as *pCaps->MaxVertexBlendMatrices = GL_LIMITS(blends) which results in a value of 0 (at least in my Linux computer/build), while under Windows (XPSP2 DX9c) results in a value of 4 d3dx9_30 has a check right after capabilites are returned comparing that value with 2, resulting in different code paths for the remaining of MaxVertexBlendMatrices function, when the value was 0 both Linux and Windows (hacking the returned value to be 0) make those odd...