summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-20 19:06:26 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-20 19:06:26 -0600
commit154335d53f9eb3a2ae46b46858ffcaa6e144e821 (patch)
tree24fcb9626f4c40f7be8eb8a7784eb573b3e2f4d4
parent1bf93fccdfcef80619852e36db4f2a516a43ae49 (diff)
remove :5 form format field in pipe_surface, makes no difference at this time
-rw-r--r--src/mesa/pipe/p_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index d67736c558..b4fc01bfc5 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -278,7 +278,7 @@ struct pipe_region
struct pipe_surface
{
struct pipe_region *region;
- unsigned format:5; /**< PIPE_FORMAT_x */
+ unsigned format; /**< PIPE_FORMAT_x */
unsigned width, height;
unsigned offset; /**< offset from start of region, in bytes */
unsigned refcount;