diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-01 13:50:24 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-01 13:50:24 -0600 |
commit | dab288b9821572b7fd3d6c9ceb4b8b3a83cd15bf (patch) | |
tree | 6ea05e7321101c0b3701ea5553dbc3bc3bd14e63 /src/mesa/pipe/i915simple | |
parent | b13618c3167002a823e9bb1e744a0a316fd0e2bf (diff) |
remove specular color assertion (the path works)
Diffstat (limited to 'src/mesa/pipe/i915simple')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_state_derived.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |