[Mesa-dev] [ANNOUNCE] mesa 21.2.5

2021-10-28 Thread Dylan Baker
Hi list, Sorry this is a day late, I've been sick the last week. Mesa 21.2.5 is now available. Things are starting to slow down a bit as we get to the end of the 21.2 cycle, and that's nice. We've got a bit of everything in here: general vulkan, panfrost, and zink are the biggest changes.

Re: [Mesa-dev] llvmpipe not supporting EGL_EXT_image_dma_buf_import ?

2021-10-28 Thread Christian König
Well I'm not an expert on llvmpipe, but as far as I know that's a general problem. DMA-buf is used by the Linux kernel drivers to pass hardware bufefrs between processes and drivers. Since llvmpipe as a software renderer it has no kernel driver, so there is no easy way to implement that.

[Mesa-dev] llvmpipe not supporting EGL_EXT_image_dma_buf_import ?

2021-10-28 Thread Irion, Alexander
Hello, I would like to use the zwp_linux_dmabuf interface of Weston which requires the EGL_EXT_image_dma_buf_import extension. Apparently with llvmpipe renderer (LLVM 12.0.0, 256 bits) this extension is not enumerated. Does llvmpipe currently not support EGL_EXT_image_dma_buf_import in general?

Re: [Mesa-dev] [PATCH v3 12/17] drm/i915/dg2: Tile 4 plane format support

2021-10-28 Thread Lisovskiy, Stanislav
On Thu, Oct 28, 2021 at 02:53:34AM +0530, Ramalingam C wrote: > From: Stanislav Lisovskiy > > TileF(Tile4 in bspec) format is 4K tile organized into > 64B subtiles with same basic shape as for legacy TileY > which will be supported by Display13. > > v2: - Fixed wrong case condition(Jani Nikula)