Disable the else clause which assigns the default fragment program to ctx->FragmentPr...
authorBrian <brian.paul@tungstengraphics.com>
Mon, 29 Oct 2007 15:23:46 +0000 (09:23 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 29 Oct 2007 15:25:00 +0000 (09:25 -0600)
commit2a3f3679eba802dcb4b46f90c66326c9195cdbcb
tree1b24bb70ddd802e8fd1a005774ef278641207e00
parenta6a3d8cb755c36d4ae1dc4dbfb310f06862a37b4
Disable the else clause which assigns the default fragment program to ctx->FragmentProgram._Current

The _Current field should either point to the fragment program which is to be
run (GLSL, ARB_f_p, fixed-func-generated, etc) or be NULL if conventional
fixed-function code is to be used.  Matches TNL program code.
src/mesa/main/texenvprogram.c