svga: remove pixelformat helpers from stw shared interface
authorKeith Whitwell <keithw@vmware.com>
Wed, 28 Jan 2009 18:25:46 +0000 (18:25 +0000)
committerKeith Whitwell <keithw@vmware.com>
Wed, 28 Jan 2009 18:25:46 +0000 (18:25 +0000)
commit906230d16e8950004cb5e1deed14c78f7d9f2817
treebd24da34206463059e92f9afbc1bdd70c9542b0f
parent66059cd3c95bf5eba7922a4a09c2596514e5e956
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.
src/gallium/state_trackers/wgl/SConscript
src/gallium/state_trackers/wgl/icd/stw_icd.c
src/gallium/state_trackers/wgl/shared/stw_arbpixelformat.c
src/gallium/state_trackers/wgl/shared/stw_pixelformat.c
src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
src/gallium/state_trackers/wgl/wgl/stw_wgl.c
src/gallium/state_trackers/wgl/wgl/stw_wgl_pixelformat.c [deleted file]