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 10:14:13 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-04-10 13:26:35 +0100
commit3f2420e2e07b7ae0d2feec81178f998a1e46d631 (patch)
tree1533b7fc8fd8f761fde9bd1cb02b8cbb79c32f1c /src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
parent2921a4903378e2bfc461322a5443cc013e7414c9 (diff)
wgl: Combine alpha pixelformat info in color.
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_pixelformat.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_pixelformat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
index cdf687c472..b7807f712b 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
@@ -42,10 +42,6 @@ struct stw_pixelformat_color_info
uint greenshift;
uint bluebits;
uint blueshift;
-};
-
-struct stw_pixelformat_alpha_info
-{
uint alphabits;
uint alphashift;
};
@@ -60,7 +56,6 @@ struct stw_pixelformat_info
{
uint flags;
struct stw_pixelformat_color_info color;
- struct stw_pixelformat_alpha_info alpha;
struct stw_pixelformat_depth_info depth;
};