i965: Remove assert about NV_vp now that it somewhat works.

This commit is contained in:
Eric Anholt 2009-09-23 16:50:59 -07:00
parent 9018a7dd17
commit a9a47afe7e
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ static void brw_upload_vs_prog(struct brw_context *brw)
struct brw_vertex_program *vp =
(struct brw_vertex_program *)brw->vertex_program;
assert (vp && !vp->program.IsNVProgram);
memset(&key, 0, sizeof(key));
/* Just upload the program verbatim for now. Always send it all