remove specular color assertion (the path works)
authorBrian <brian.paul@tungstengraphics.com>
Mon, 1 Oct 2007 19:50:24 +0000 (13:50 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 1 Oct 2007 19:50:24 +0000 (13:50 -0600)
src/mesa/pipe/i915simple/i915_state_derived.c

index 30a11f1ef26fce145c9121cf0f216fa2f13f7f95..4b5b6a4fc85ca7475eeb12fd499f9cea475fec9b 100644 (file)
@@ -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;
          }