summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-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;