Skip to content
  • Keith Whitwell's avatar
    gallium: remove depth.occlusion_count flag · 4456006b
    Keith Whitwell authored
    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.
    4456006b