gallium: fix glBitmap color bug
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 26 Nov 2008 14:06:26 +0000 (07:06 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 26 Nov 2008 14:08:19 +0000 (07:08 -0700)
commit277089b81ae498f598efdc74fafda9873864ee54
tree24673740933af5f31f7f64dbb6014bc59abede3e
parent281055987a535d7fa226cfbd9e1acb7777b2b3dd
gallium: fix glBitmap color bug

By time we get around to rendering the cached bitmap, the current color may
have changed.  Need to make sure we load the constant slot with the cached
color.
src/mesa/state_tracker/st_cb_bitmap.c