projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bf93fc
)
remove :5 form format field in pipe_surface, makes no difference at this time
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 01:06:26 +0000
(19:06 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 01:06:26 +0000
(19:06 -0600)
src/mesa/pipe/p_state.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_state.h
b/src/mesa/pipe/p_state.h
index
d67736c
..
b4fc01b
100644
(file)
--- 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;