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>
Mon, 24 Aug 2009 19:04:50 +0000 (13:04 -0600)
commit4eb72568541803fe45d04d9e230212f4f0928ec9
treec790057da42ab12b0d7b36515c52beaade95aab2
parentd8a3ada7fb0f50ce9241c452364d9dcc94eef5de
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