diff options
author | Morgan Armand <[email protected]> | 2011-10-28 06:42:29 -0700 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-10-28 21:58:36 +0100 |
commit | 0c6a2c78fdd8b4ae620a9f449cab65c4be21a9a1 (patch) | |
tree | 9b5f99f37a6699659decb5a0f7d3aadefec76b1c /src/gallium/state_trackers/wgl/SConscript | |
parent | bbad5103e61806ef6d6a0d5e53abc4b9e77a7fe9 (diff) |
implement WGL_ARB_create_context
Signed-off-by: José Fonseca <[email protected]>
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 7cb953ba742..1014b45c367 100644 --- a/src/gallium/state_trackers/wgl/SConscript +++ b/src/gallium/state_trackers/wgl/SConscript @@ -22,6 +22,7 @@ if not env['gles']: sources = [ 'stw_context.c', 'stw_device.c', + 'stw_ext_context.c', 'stw_ext_extensionsstring.c', 'stw_ext_gallium.c', 'stw_ext_pbuffer.c', |