http://bugs.winehq.org/show_bug.cgi?id=17190
--- Comment #4 from H. Verbeet hverbeet@gmail.com 2009-01-30 09:01:58 --- (In reply to comment #3)
Ok then. But we still haven't figured out how to detect the amount of video memory. Is it possible that it ends up being a Chromium-specific call. Would be need to detect Chromium in that case, or just check for the corresponding extension?
Well, you can't reliably detect the amount of video memory throuh OpenGL, but if Chromium were to just pass through the information from the host GL implementation, it would pass through the regular detection code, which would at least make it not more broken than directly using the same card on the host OS.