Check for null program->Parameters pointer in validate_vertex_program().
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 15 Jul 2005 22:48:09 +0000 (22:48 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 15 Jul 2005 22:48:09 +0000 (22:48 +0000)
commitd39760d71869b96140f7ac82b1029d0a3b79aae4
tree3bcffc1a240227a600f8729ecad00f0d6818d0b4
parentdf0350b7ec11ea0d130a8d29642f94c8512b29bc
Check for null program->Parameters pointer in validate_vertex_program().
GL_NV_vertex_program programs can't directly reference GL state so this
pointer is always NULL.
src/mesa/tnl/t_vb_arbprogram.c