diff options
author | Keith Whitwell <[email protected]> | 2009-01-28 18:25:46 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-28 18:25:46 +0000 |
commit | 906230d16e8950004cb5e1deed14c78f7d9f2817 (patch) | |
tree | bd24da34206463059e92f9afbc1bdd70c9542b0f /src/gallium/state_trackers/wgl/SConscript | |
parent | 66059cd3c95bf5eba7922a4a09c2596514e5e956 (diff) |
svga: remove pixelformat helpers from stw shared interface
Keep these internal structs private to wgl/shared. Pull in
some pixelformat choosing code from wgl/wgl to avoid exporting them
more generally.
Diffstat (limited to 'src/gallium/state_trackers/wgl/SConscript')
-rw-r--r-- | src/gallium/state_trackers/wgl/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/wgl/SConscript b/src/gallium/state_trackers/wgl/SConscript index 1915e3921af..c72f495735d 100644 --- a/src/gallium/state_trackers/wgl/SConscript +++ b/src/gallium/state_trackers/wgl/SConscript @@ -24,7 +24,6 @@ if env['platform'] in ['windows']: 'icd/stw_icd.c', 'wgl/stw_wgl.c', - 'wgl/stw_wgl_pixelformat.c', 'shared/stw_context.c', 'shared/stw_device.c', |