[Mesa-dev] Question in wsi_common_x11.c

2021-02-21 Thread vivek pandya
Hello, In the following code why mage->base.row_pitches[0] is divided by 4 and passed as width to xcb_put_function() ? 26 static VkResult 25 x11_present_to_x11_sw(struct x11_swapchain *chain, uint32_t image_index, ... 15 14cookie = xcb_put_image(chain->conn, XCB_IMAGE_FORMAT_Z_PIXMAP,

Re: [Mesa-dev] Small problem with my Mesa install (via Re: [ANNOUNCE] mesa 20.2.2)

2021-02-21 Thread Timothy Arceri
Looks like it might have been this bug https://gitlab.freedesktop.org/mesa/mesa/-/issues/3990 which should be fixed by https://gitlab.freedesktop.org/mesa/mesa/-/commit/58e43594fc457eaaf1b1e01e48948959a82080bc On 2/11/21 10:40 PM, Ed B wrote: Dear Dylan / Mesa Developer(s), I have just manag