Re: Implementing b3DAccelerationExists and b3DAccelerationEnabled in dxdiagn

2009-01-08 Thread Alexandre Julliard
Markus writes: > What I have found so far is that the native dxdiagn.dll retrieves the device > capabilities using IDirect3D9Impl_GetDeviceCaps. However, I was unable to > find > any values for the caps struct, where the native dll would determine that > b3DAccelerationExists was supposed to

Re: Implementing b3DAccelerationExists and b3DAccelerationEnabled in dxdiagn

2009-01-07 Thread Markus
On Wednesday 07 January 2009 06:55:12 Detlef Riekenberg wrote: > > This value should > > return true if e.g. hardware accelerated T&L is available on the system, > > which is primarily a result of driver and hardware capabilities. > > This is for b3DAccelerationExists and native dxdiagn in Wine wit

Re: Implementing b3DAccelerationExists and b3DAccelerationEnabled in dxdiagn

2009-01-07 Thread Detlef Riekenberg
On Di, 2009-01-06 at 22:47 -0500, Markus wrote: > > > can anyone tell me where to find information about the > > > b3DAccelerationExists and b3DAccelerationEnabled properties in the > > > display container returned by > > > > I suggest to use dxdiag and regmon on Windows. > > In dxdiag, you can dis

Re: Implementing b3DAccelerationExists and b3DAccelerationEnabled in dxdiagn

2009-01-06 Thread Markus
On Tuesday 06 January 2009 03:58:27 Detlef Riekenberg wrote: > On Mo, 2009-01-05 at 22:10 -0500, Markus wrote: > > can anyone tell me where to find information about the > > b3DAccelerationExists and b3DAccelerationEnabled properties in the > > display container returned by > > I suggest to use dxd

Re: Implementing b3DAccelerationExists and b3DAccelerationEnabled in dxdiagn

2009-01-06 Thread Detlef Riekenberg
On Mo, 2009-01-05 at 22:10 -0500, Markus wrote: > can anyone tell me where to find information about the b3DAccelerationExists > and b3DAccelerationEnabled properties in the display container returned by I suggest to use dxdiag and regmon on Windows. In dxdiag, you can disable DirectDraw / Dire

Implementing b3DAccelerationExists and b3DAccelerationEnabled in dxdiagn

2009-01-05 Thread Markus
Hello, can anyone tell me where to find information about the b3DAccelerationExists and b3DAccelerationEnabled properties in the display container returned by dxdiagn.dll and when they are supposed to be false or true? In fact, MSDN does not seem to provide information about any of the propertie