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,
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