i965: Stop caching the combined depth/stencil region in brw_context.c.
authorEric Anholt <eric@anholt.net>
Fri, 13 May 2011 18:54:15 +0000 (11:54 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 18 May 2011 20:57:17 +0000 (13:57 -0700)
commita98dd64af750fb6dae54b2dc02e0c5a3711156af
tree4ecad27b14fbbb6200f3712301b6734b0826ffcb
parent64f8ddaf9b89e99396862fa38af631dd08b8c0c5
i965: Stop caching the combined depth/stencil region in brw_context.c.

This was going to get in the way of separate depth/stencil (which
wants to know about both, and whether they are the same rb), and also
wasn't a sufficient flag for the fix in the following commit.
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_misc_state.c
src/mesa/drivers/dri/i965/brw_state_upload.c
src/mesa/drivers/dri/i965/brw_vtbl.c
src/mesa/drivers/dri/i965/brw_wm_state.c
src/mesa/drivers/dri/i965/gen7_misc_state.c
src/mesa/drivers/dri/i965/gen7_sf_state.c