summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-04-10 17:22:21 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-04-10 19:50:35 +0100
commit0bca413ce9e5aca4ecbf689fd7aa3da44bb73f4d (patch)
tree39e40525dec0a2ac18cebc13cef2f39f11c45543 /src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
parente5d700721b05910f935c873ebb23d23f49961ebf (diff)
wgl: Walk through the pixel formats combinations.
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_pixelformat.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_pixelformat.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
index 2cba844144..acfb230d9d 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
@@ -32,24 +32,6 @@
#include "pipe/p_compiler.h"
-struct stw_pixelformat_color_info
-{
- uint redbits;
- uint redshift;
- uint greenbits;
- uint greenshift;
- uint bluebits;
- uint blueshift;
- uint alphabits;
- uint alphashift;
-};
-
-struct stw_pixelformat_depth_info
-{
- uint depthbits;
- uint stencilbits;
-};
-
struct stw_pixelformat_info
{
PIXELFORMATDESCRIPTOR pfd;