summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-01 17:34:38 +0100
committerKeith Whitwell <keithw@vmware.com>2009-07-01 17:37:15 +0100
commit6c913411d39fd68eee1c1eeee7b6e81db9785fd1 (patch)
tree7822fce0fe247ecf5d1460a29e44575008b97b0b /src/gallium/state_trackers/wgl/SConscript
parent1c04731b8721850b6abb12a43a3eec616b850e86 (diff)
downloadexternal_mesa3d-6c913411d39fd68eee1c1eeee7b6e81db9785fd1.zip
external_mesa3d-6c913411d39fd68eee1c1eeee7b6e81db9785fd1.tar.gz
external_mesa3d-6c913411d39fd68eee1c1eeee7b6e81db9785fd1.tar.bz2
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.
Diffstat (limited to 'src/gallium/state_trackers/wgl/SConscript')
-rw-r--r--src/gallium/state_trackers/wgl/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/wgl/SConscript b/src/gallium/state_trackers/wgl/SConscript
index 5bbcc71..a086657 100644
--- a/src/gallium/state_trackers/wgl/SConscript
+++ b/src/gallium/state_trackers/wgl/SConscript
@@ -27,6 +27,7 @@ if env['platform'] in ['windows']:
'shared/stw_framebuffer.c',
'shared/stw_pixelformat.c',
'shared/stw_extensionsstring.c',
+ 'shared/stw_extswapinterval.c',
'shared/stw_getprocaddress.c',
'shared/stw_arbpixelformat.c',
'shared/stw_tls.c',