Re: Probing videoram using ATIFGLEXTENSION

2006-10-08 Thread Detlef Riekenberg
Hi Fabian. I tested with the stonehenge-Demo from www.ogre3d.org (DX9) > Tested with current HEAD: > WINEDEBUG="+x11drv,+d3d,+d3d_caps,+opengl,+wgl,+fps" wine \ > explorer.exe /desktop=xxx,800x600 Magic_of_stonehenge.exe > > trace:d3d:IWineD3DImpl_FillGLCaps FOUND (fake) card: 0x1002 (vendor i

Re: Probing videoram using ATIFGLEXTENSION

2006-10-08 Thread Roderick Colenbrander
Hi, Myself I have written similar code before just for testing but something like this can't be easily added to Wine. First of all adding new ExtEscape calls is not an option, second in the near future I will drop all X code from wined3d. I was planning to add videoram detection code once I'm d

Re: Probing videoram using ATIFGLEXTENSION

2006-10-08 Thread Detlef Riekenberg
On Fr, 2006-10-06 at 01:05 +0200, Fabian Bieler wrote: > Alternatively, I attached a small test program which > just prints the amount of videoram to stdout and uses the same code as the > patch. PCI-ID: 1002:4e45 ATI Technologies Inc Radeon R300 NE [Radeon 9500 Pro] (Text on the Label is ATI Ra

Probing videoram using ATIFGLEXTENSION

2006-10-05 Thread Fabian Bieler
Hello! I wrote a patch to query the amount of videoram via the NV-CONTROL and ATIFGLEXTENSION Xserver extensions. The problem is: I have no access to a box with an ATI adapter to test it. Therefore, I'm sending the patch to wine-devel rather than to wine-patches. Perhaps somebody with an ATI car