Skip to content

llvmpipe: add reference counting to fragment shaders.

Dave Airlie requested to merge airlied/mesa:llvmpipe-fs-refcount into master

Currently llvmpipe calls finish on the context when a shader variant has to be destroyed just in case the variant is currently in use by the setup engine.

This is pretty experimental, but is needed for vulkan to work properly.

Edited by Dave Airlie

Merge request reports