wgl: move context functions to shared
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 28 Jan 2009 12:25:25 +0000 (12:25 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 28 Jan 2009 12:25:25 +0000 (12:25 +0000)
commitf17eb0b13c6a2e70746edd1d882bf71adec129fb
tree8b3514e756a0121f9848161935efa4d336650257
parent19d06f4e1692070afc7b3cab0ea1d78044820b0a
wgl: move context functions to shared
src/gallium/state_trackers/wgl/SConscript
src/gallium/state_trackers/wgl/icd/stw_icd.c
src/gallium/state_trackers/wgl/shared/stw_context.c [new file with mode: 0644]
src/gallium/state_trackers/wgl/shared/stw_context.h [new file with mode: 0644]
src/gallium/state_trackers/wgl/wgl/stw_wgl.c
src/gallium/state_trackers/wgl/wgl/stw_wgl_context.c [deleted file]
src/gallium/state_trackers/wgl/wgl/stw_wgl_context.h [deleted file]