From dab288b9821572b7fd3d6c9ceb4b8b3a83cd15bf Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 1 Oct 2007 13:50:24 -0600 Subject: remove specular color assertion (the path works) --- src/mesa/pipe/i915simple/i915_state_derived.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/pipe/i915simple/i915_state_derived.c b/src/mesa/pipe/i915simple/i915_state_derived.c index 30a11f1ef2..4b5b6a4fc8 100644 --- a/src/mesa/pipe/i915simple/i915_state_derived.c +++ b/src/mesa/pipe/i915simple/i915_state_derived.c @@ -69,7 +69,6 @@ static void calculate_vertex_layout( struct i915_context *i915 ) } else { assert(fs->input_semantic_index[i] == 1); - assert(0); /* untested */ front1 = draw_emit_vertex_attr(vinfo, FORMAT_4UB, colorInterp); vinfo->hwfmt[0] |= S4_VFMT_SPEC_FOG; } -- cgit v1.2.3