Skip to content

resource: virgl_resource_create_from_pipe always take the ownership of the pipe_resource

Corentin Noël requested to merge tintou/create-check into main

Make the failing case also decrease the reference count of the pipe_resource. This allows consumers to know that the pipe_resource is actually given away.

Merge request reports