From: Brian Date: Fri, 21 Sep 2007 01:06:26 +0000 (-0600) Subject: remove :5 form format field in pipe_surface, makes no difference at this time X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=154335d53f9eb3a2ae46b46858ffcaa6e144e821;p=mesa.git remove :5 form format field in pipe_surface, makes no difference at this time --- diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index d67736c558e..b4fc01bfc5c 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;