projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1475d74
)
s/GLuint/GLbitfield/
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 24 Jul 2007 20:45:38 +0000
(14:45 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 24 Jul 2007 20:45:38 +0000
(14:45 -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 c3704177b32007b42d1371e487f035bf327d21d1..4ae8928018e4ac1c81d2310ebf1c2c6b8ec625cf 100644
(file)
--- a/
src/mesa/pipe/p_state.h
+++ b/
src/mesa/pipe/p_state.h
@@
-129,7
+129,7
@@
struct pipe_constant_buffer {
struct pipe_fs_state {
- GL
uint inputs_read;
/* FRAG_ATTRIB_* */
+ GL
bitfield inputs_read;
/* FRAG_ATTRIB_* */
const struct tgsi_token *tokens;
struct pipe_constant_buffer *constants; /* XXX temporary? */
};