From: Brian Date: Mon, 1 Oct 2007 19:50:24 +0000 (-0600) Subject: remove specular color assertion (the path works) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dab288b9821572b7fd3d6c9ceb4b8b3a83cd15bf;p=mesa.git remove specular color assertion (the path works) --- diff --git a/src/mesa/pipe/i915simple/i915_state_derived.c b/src/mesa/pipe/i915simple/i915_state_derived.c index 30a11f1ef26..4b5b6a4fc85 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; }