diff options
author | Michal Krol <[email protected]> | 2009-03-20 13:05:51 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-03-20 13:05:51 +0100 |
commit | 4489f9efee58f2cba374298f2d43c96e5cd2ff41 (patch) | |
tree | df078f476ce7aab2f0e46dba5b8938c69314a4c9 /src/gallium/state_trackers/wgl/SConscript | |
parent | 3d4246e22e90ffef5fe0cd935bd54c7f862e82f7 (diff) |
stw: Keep per-thread storage for current context and pixel format.
Diffstat (limited to 'src/gallium/state_trackers/wgl/SConscript')
-rw-r--r-- | src/gallium/state_trackers/wgl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/wgl/SConscript b/src/gallium/state_trackers/wgl/SConscript index 2141b02d688..038a7a31b32 100644 --- a/src/gallium/state_trackers/wgl/SConscript +++ b/src/gallium/state_trackers/wgl/SConscript @@ -30,6 +30,7 @@ if env['platform'] in ['windows']: 'shared/stw_arbextensionsstring.c', 'shared/stw_getprocaddress.c', 'shared/stw_arbpixelformat.c', + 'shared/stw_tls.c', ] wgl = env.ConvenienceLibrary( |