OSDN Git Service

remove :5 form format field in pipe_surface, makes no difference at this time
authorBrian <brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 01:06:26 +0000 (19:06 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 01:06:26 +0000 (19:06 -0600)
src/mesa/pipe/p_state.h

index d67736c..b4fc01b 100644 (file)
@@ -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;