projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9018a7d
)
i965: Remove assert about NV_vp now that it somewhat works.
author
Eric Anholt
<eric@anholt.net>
Wed, 23 Sep 2009 23:50:59 +0000
(16:50 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 24 Sep 2009 20:34:06 +0000
(13:34 -0700)
src/mesa/drivers/dri/i965/brw_vs.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_vs.c
b/src/mesa/drivers/dri/i965/brw_vs.c
index e3111c66800193a49086a60df73fce505a518c59..f0c79efbd964f96c17f7f2a5a0ba4eaf30cebb91 100644
(file)
--- 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