mesa: Update _Current along Current on fragment program bound.
authorJerome Glisse <glisse@freedesktop.org>
Mon, 15 Jan 2007 20:19:52 +0000 (21:19 +0100)
committerJerome Glisse <glisse@freedesktop.org>
Mon, 15 Jan 2007 20:21:10 +0000 (21:21 +0100)
commita03fc8277180e2171519165a724849e2254ef0b7
tree8e6b87be472668892634093b165f12de61964d4d
parent7520478eb055350702d09e533db02258187d8c74
mesa: Update _Current along Current on fragment program bound.

Same as a previously committed patch for vertex program, we
update fragment program ptr _Current along the Current one
so that _Current can't end up pointing to a no more valid
program.
src/mesa/shader/program.c