remove :5 form format field in pipe_surface, makes no difference at this time

This commit is contained in:
Brian 2007-09-20 19:06:26 -06:00
parent 1bf93fccdf
commit 154335d53f

View 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;