Skip to content

lavapipe conditional render support

Dave Airlie requested to merge airlied/mesa:lavapipe-cond-render into master

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.

Edited by Dave Airlie

Merge request reports