Skip to content

lavapipe transform feedback

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

This contains support for EXT_transform_feedback on lavapipe.

It has a minor gallium API change to retrieve the internal offsets from the buffers as the vulkan API needs that info to implement it's pause/resume functionality.

Otherwise there's an llvmpipe query change, then the lavapipe frontend changes.

Edited by Dave Airlie

Merge request reports