projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f27dcb5
)
vertex_element::src_format needs 32 bits.
author
michal
<michal@michal-laptop.(none)>
Sat, 27 Oct 2007 13:41:16 +0000
(14:41 +0100)
committer
michal
<michal@michal-laptop.(none)>
Sat, 27 Oct 2007 18:04:19 +0000
(19:04 +0100)
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 a61cbaf8e1783d7d98c1e6ed5429de128df5dff0..0e1a038c2ea7666f6e547de689203729065a91e6 100644
(file)
--- a/
src/mesa/pipe/p_state.h
+++ b/
src/mesa/pipe/p_state.h
@@
-368,7
+368,7
@@
struct pipe_vertex_element
unsigned vertex_buffer_index:5;
unsigned dst_offset:8;
- unsigned src_format
:8;
/**< PIPE_FORMAT_* */
+ unsigned src_format
;
/**< PIPE_FORMAT_* */
};