From 9f2c56fbd68826ba877afb6c10d239e6f52314f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Marchesin?= Date: Thu, 6 Oct 2011 01:02:02 -0700 Subject: [PATCH] i915g: Silence warning. We still need to investigate LIS7 though. --- src/gallium/drivers/i915/i915_state_immediate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/i915/i915_state_immediate.c b/src/gallium/drivers/i915/i915_state_immediate.c index 8134864..e0d6e1a 100644 --- a/src/gallium/drivers/i915/i915_state_immediate.c +++ b/src/gallium/drivers/i915/i915_state_immediate.c @@ -189,13 +189,13 @@ const struct i915_tracked_state i915_upload_S6 = { */ static void upload_S7(struct i915_context *i915) { +#if 0 unsigned LIS7; /* I915_NEW_RASTERIZER */ LIS7 = i915->rasterizer->LIS7; -#if 0 set_immediate(i915, I915_IMMEDIATE_S7, LIS7); #endif } -- 2.7.4