st/mesa: remove invalid assertion
authorBrian Paul <brianp@vmware.com>
Mon, 8 Jun 2009 16:44:48 +0000 (10:44 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 8 Jun 2009 16:46:46 +0000 (10:46 -0600)
commitb6753adbc71a2d13e8ec095251f62cb267429de7
treeba8cfadb7e2bfe0f8cc0bd7330b1f9136a5fff12
parente09f78d8dc7f20bb11f84206b6f1d71418332d8a
st/mesa: remove invalid assertion

It's legal for ARB_vertex_program programs to not write to result.position.
The results are undefined in that case.  This assertion was causing us to
abort/exit though.
src/mesa/state_tracker/st_program.c