From 154335d53f9eb3a2ae46b46858ffcaa6e144e821 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 20 Sep 2007 19:06:26 -0600 Subject: remove :5 form format field in pipe_surface, makes no difference at this time --- src/mesa/pipe/p_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3