st/wgl: don't advertise WGL_EXT_swap_interval string
authorKeith Whitwell <keithw@vmware.com>
Fri, 3 Jul 2009 09:37:14 +0000 (10:37 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 3 Jul 2009 13:31:06 +0000 (14:31 +0100)
commitaa98575ebb97bc38cf40acd3d78b72ee49f7b86b
tree9f64cec07fa4a325adba8741bf8dc9a993db85cc
parentcffe7c8bd0397f8d54e2da16a21c7db4345766b8
st/wgl: don't advertise WGL_EXT_swap_interval string

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.
src/gallium/state_trackers/wgl/shared/stw_extensionsstring.c