projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f993b
)
mesa: Do not specify types in bitfields.
author
José Fonseca
<jfonseca@vmware.com>
Tue, 30 Dec 2008 17:21:25 +0000
(17:21 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Tue, 30 Dec 2008 17:21:25 +0000
(17:21 +0000)
As advised by gcc -pedantic.
src/mesa/main/texenvprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texenvprogram.c
b/src/mesa/main/texenvprogram.c
index 2f90a342202f8994f58b868f85c89050c8c40eb9..bd33cb4e0552ae7009d99ea808a02e911f2f2557 100644
(file)
--- a/
src/mesa/main/texenvprogram.c
+++ b/
src/mesa/main/texenvprogram.c
@@
-55,8
+55,8
@@
struct texenvprog_cache_item
#define DISASSEM (MESA_VERBOSE & VERBOSE_DISASSEM)
struct mode_opt {
- GLu
byte
Source:4;
- GLu
byte
Operand:3;
+ GLu
int
Source:4;
+ GLu
int
Operand:3;
};
struct state_key {