projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a548d3c
)
disable ProgramStringNotify assertion
author
Brian
<brian@i915.localnet.net>
Mon, 30 Jul 2007 19:10:52 +0000
(13:10 -0600)
committer
Brian
<brian@i915.localnet.net>
Mon, 30 Jul 2007 19:10:52 +0000
(13:10 -0600)
src/mesa/state_tracker/st_cb_program.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_program.c
b/src/mesa/state_tracker/st_cb_program.c
index fa9eaf446e6b5b05789fa6e4d0f0f1e8620bc92c..6da2aeb2f2fd9677154cdb3e03284b9c3384955b 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_program.c
+++ b/
src/mesa/state_tracker/st_cb_program.c
@@
-153,7
+153,9
@@
void st_init_cb_program( struct st_context *st )
st->ctx->FragmentProgram._MaintainTexEnvProgram = GL_TRUE;
st->ctx->FragmentProgram._UseTexEnvProgram = GL_TRUE;
+#if 0
assert(functions->ProgramStringNotify == _tnl_program_string);
+#endif
functions->BindProgram = st_bind_program;
functions->NewProgram = st_new_program;
functions->DeleteProgram = st_delete_program;