Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-03 | st/wgl: don't advertise WGL_EXT_swap_interval string | Keith Whitwell | |
This is a tweak to a previous fix -- it's not necessary to actually advertise this extension to prevent these games from crashing -- they ignore the extension string anyway. It's sufficient to just have GetProcAddress return some dummy function addresses for SwapInterval. Given we don't really implement this funcitonality, this is a better fix. | |||
2009-07-01 | st/wgl: dummy implementation of wgl swapinterval extension | Keith Whitwell | |
Required as some applications retrieve and call these functions regardless of the fact that we don't advertise the extension and further more the results of wglGetProcAddress are NULL. | |||
2009-04-27 | wgl: Implement WGL_EXT_extensions_string extension. | José Fonseca | |