diff options
author | Stéphane Marchesin <[email protected]> | 2011-10-06 01:02:02 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-10-06 01:02:23 -0700 |
commit | 9f2c56fbd68826ba877afb6c10d239e6f52314f5 (patch) | |
tree | 0de30046a2a27dfb29ccebdec70c9819ba117f6f | |
parent | 527235223abd8b64908b0c21311567e6c7d9920d (diff) |
i915g: Silence warning.
We still need to investigate LIS7 though.
-rw-r--r-- | src/gallium/drivers/i915/i915_state_immediate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_state_immediate.c b/src/gallium/drivers/i915/i915_state_immediate.c index 81348647399..e0d6e1a8aec 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 } |