st/mesa: flush bitmap cache if Z value changes
authorBrian Paul <brianp@vmware.com>
Fri, 21 Aug 2009 16:24:50 +0000 (10:24 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 21 Aug 2009 16:24:50 +0000 (10:24 -0600)
commit1aba1baa622116759bfedca87f37e527c0111d16
treee324df533dfe17c5af9246862f9bbe295cf7a059
parentce723d8d8b011f2efaea6588c42b6d11ee2e7115
st/mesa: flush bitmap cache if Z value changes

When adding a new bitmap to the cache we have to check if the Z value is
changing and flush first if it is.

This is a modified version of a patch from Justin Dou <justin.dou@intel.com>
src/mesa/state_tracker/st_cb_bitmap.c