lavapipe conditional render support
Another extension useful for zink testing.
The lavapipe attachment clearing wasn't going via the gallium interface that respects cond rendering, so first things have to be reworked to do that correctly.
Vulkan cond rendering works differently to gallium, it just points to an offset in a buffer, doesn't rely on queries, so a new gallium interface is required for it.