summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-09-23 16:50:59 -0700
committerEric Anholt <eric@anholt.net>2009-09-24 13:34:06 -0700
commita9a47afe7e87075432ce2d393b55409fcb7149ac (patch)
tree40f56e63b2d02e6008abe3b99494983c9b1de4f5 /src/mesa/drivers/dri/i965/brw_vs.c
parent9018a7dd175caa9a0fbf940b7e66aa9411d2d965 (diff)
i965: Remove assert about NV_vp now that it somewhat works.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i965/brw_vs.c
index e3111c6680..f0c79efbd9 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.c
+++ b/src/mesa/drivers/dri/i965/brw_vs.c
@@ -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