diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-09-20 19:06:26 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-09-20 19:06:26 -0600 |
commit | 154335d53f9eb3a2ae46b46858ffcaa6e144e821 (patch) | |
tree | 24fcb9626f4c40f7be8eb8a7784eb573b3e2f4d4 /src/mesa | |
parent | 1bf93fccdfcef80619852e36db4f2a516a43ae49 (diff) |
remove :5 form format field in pipe_surface, makes no difference at this time
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/p_state.h | 2 |
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; |