projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc783f3
)
i915: Set bit field of length 1 light_twoside to unsigned.
author
Vinson Lee
<vlee@vmware.com>
Sun, 31 Jan 2010 06:36:54 +0000
(22:36 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 31 Jan 2010 06:36:54 +0000
(22:36 -0800)
src/gallium/drivers/i915/i915_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_context.h
b/src/gallium/drivers/i915/i915_context.h
index 37cbd56036b02b2ad8837a132e63507518c4fa00..6ec5566d5df1bc6cd115652b5770f534d3ad8a67 100644
(file)
--- a/
src/gallium/drivers/i915/i915_context.h
+++ b/
src/gallium/drivers/i915/i915_context.h
@@
-167,7
+167,7
@@
struct i915_depth_stencil_state {
};
struct i915_rasterizer_state {
-
int
light_twoside : 1;
+
unsigned
light_twoside : 1;
unsigned st;
enum interp_mode color_interp;