mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.
authorEric Anholt <eric@anholt.net>
Tue, 28 Jun 2011 22:04:22 +0000 (15:04 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 6 Jul 2011 18:17:19 +0000 (11:17 -0700)
commitc9aac11713c6238a8e3a89e8501e6e686fa811a7
tree0e9a5eed222ca0e4eb6afe29b278b57e8b6cf060
parente9d563e3ffed8eadde41c8cb25eaa42e20e9688f
mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.

Like the previous commit, but fixes
ARB_vertex_program/getlocal4d-with-error.

v2: Move the success case line into the conditional, use ASSIGN_4V more.
src/mesa/main/arbprogram.c