_mesa_parse_nv_vertex_program() doesn't set program->Base.NumInstructions, which causes various errors. For (a bad) example, _mesa_print_program() relies on that number.
Created attachment 4597 [details] [review] Patch
Created attachment 4600 [details] [review] Patch 2 The same bug is present in nvfragparse.c as well. This new patch fixes the problem in both places.
Any comments? :)
Fixed in CVS. Thanks.
Mass version move, cvs -> git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.