st/wgl: dummy implementation of wgl swapinterval extension
authorKeith Whitwell <keithw@vmware.com>
Wed, 1 Jul 2009 16:34:38 +0000 (17:34 +0100)
committerKeith Whitwell <keithw@vmware.com>
Wed, 1 Jul 2009 16:37:15 +0000 (17:37 +0100)
commit6c913411d39fd68eee1c1eeee7b6e81db9785fd1
tree7822fce0fe247ecf5d1460a29e44575008b97b0b
parent1c04731b8721850b6abb12a43a3eec616b850e86
st/wgl: dummy implementation of wgl swapinterval extension

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.
src/gallium/state_trackers/wgl/SConscript
src/gallium/state_trackers/wgl/shared/stw_extensionsstring.c
src/gallium/state_trackers/wgl/shared/stw_extswapinterval.c [new file with mode: 0644]
src/gallium/state_trackers/wgl/shared/stw_getprocaddress.c