Re: Does Mesa use Wayland shared memory buffers when rendering with llvmpipe?

Tarek Sander <[email protected]> Thu, 13 Apr 2023 16:08:22 +0200
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <[email protected]>
> On Thu, 13 Apr 2023 15:16:05 +0200
> Tarek Sander<[email protected]>  wrote:
>
>> I want to implement a Wayland compositor and need to know if Mesa uses
>> wl_shm_pool for allocating the buffers or zwp_linux_dmabuf_v1 when
>> running llvmpipe.
> Hi,
>
> Mesa softpipe and llvmpipe use wl_shm buffers.
>
>
> Thanks,
> pq
Thanks, I already though so but wanted to confirm. wh_shm_pool seems 
like it was made exactly for software rendering.