opengl code, WoW and graphic cards with 64MB video memory

Stefan Dösinger stefandoesinger at gmx.at
Sun Feb 11 06:53:15 CST 2007


Am Samstag 10 Februar 2007 15:44 schrieb Chris Robinson:
> AFAIK, OpenGL doesn't really care how much video memory you have. If you
> run out, it'll just start hapilly swapping to your system RAM automatically
> (with a nice performance hit). If your system RAM runs out, then you can
> have problems.
Yes, opengl does not have the concept of video memory like DirectX has. OpenGL 
implementations can work without video memory, for example mesa software 
rendering, or rendering using a remote opengl server.

On implementations with video memory, the opengl driver has to take care of 
that. The way it does that is transparent to wine and the applications.

> That error, though, looks like its trying to use an extension that the
> driver/card doesn't fully support. It gets a NULL pointer for some
> function, tries to call it without checking, and you get a nice NULL
> pointer dereference.
It doesn't have to be caused by opengl at all.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20070211/9ec6933c/attachment.pgp


More information about the wine-devel mailing list