Mesa (master): i915: Set bit field of length 1 light_twoside to unsigned.

Vinson Lee vlee at kemper.freedesktop.org
Sun Jan 31 06:39:03 UTC 2010


Module: Mesa
Branch: master
Commit: 5ad488908b39b8f2278a00c9d2cbce76dd925ad1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ad488908b39b8f2278a00c9d2cbce76dd925ad1

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jan 30 22:36:54 2010 -0800

i915: Set bit field of length 1 light_twoside to unsigned.

---

 src/gallium/drivers/i915/i915_context.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h
index 37cbd56..6ec5566 100644
--- 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;
 




More information about the mesa-commit mailing list