Re: [PATCH v2 1/1] virtio-gpu: CONTEXT_INIT feature

2022-08-26 Thread Marc-André Lureau
Hi On Thu, Aug 25, 2022 at 8:10 PM Antonio Caggiano < antonio.caggi...@collabora.com> wrote: > Create virgl renderer context with flags using context_id when valid. > > v2: > - The feature can be enabled via the context_init config option. > - A warning message will be emitted and the feature

[PATCH v2 1/1] virtio-gpu: CONTEXT_INIT feature

2022-08-25 Thread Antonio Caggiano
Create virgl renderer context with flags using context_id when valid. v2: - The feature can be enabled via the context_init config option. - A warning message will be emitted and the feature will not be used when linking with virglrenderer versions without context_init support. Signed-off-by: