gallium: remove depth.occlusion_count flag
authorKeith Whitwell <keithw@vmware.com>
Thu, 1 Oct 2009 13:34:23 +0000 (14:34 +0100)
committerKeith Whitwell <keithw@vmware.com>
Thu, 1 Oct 2009 13:34:23 +0000 (14:34 +0100)
commit4456006ba626890172289111403e469f49106e18
tree8eacd7d5c048547b8ad573747107ba1e79cd4038
parentae2daacbac7242938cffe0e2409071e030e00863
gallium: remove depth.occlusion_count flag

This was redundant as drivers can just keep track of whether they are
inside a begin/end query pair.  We want to add more query types later
and also support nested queries, none of which map well onto a flag like
this.  No driver appeared to be using the flag.
src/gallium/drivers/llvmpipe/lp_bld_depth.c
src/gallium/drivers/llvmpipe/lp_state_fs.c
src/gallium/drivers/softpipe/sp_video_context.c
src/gallium/include/pipe/p_state.h
src/gallium/state_trackers/g3dvl/vl_context.c
src/mesa/state_tracker/st_atom_depth.c